thanks
no recoil macro
-
laytonanthony
- Posts: 74
- Joined: Fri Apr 27, 2012 7:32 pm
no recoil macro
hi guys seen a few vids for battlefield with no recoil macros. is this possible with cod games.if so anybody got the configuration.
thanks
thanks
-
laytonanthony
- Posts: 74
- Joined: Fri Apr 27, 2012 7:32 pm
Re: no recoil macro
tried that pal and when i shoot the aim shifts towards the ground.
-
laytonanthony
- Posts: 74
- Joined: Fri Apr 27, 2012 7:32 pm
Re: no recoil macro
MACRO KEYDOWN o
MAXIS 1 25
KEYDOWN o
MACRO MBUTTONDOWN BUTTON_LEFT
KEYDOWN o
MACRO MBUTTONUP BUTTON_LEFT
KEYDOWN o
do i need to change this value in red between 0-128 to get it to work. trial and error so to speak.
thanks for your help matlo
MAXIS 1 25
KEYDOWN o
MACRO MBUTTONDOWN BUTTON_LEFT
KEYDOWN o
MACRO MBUTTONUP BUTTON_LEFT
KEYDOWN o
do i need to change this value in red between 0-128 to get it to work. trial and error so to speak.
thanks for your help matlo
Re: no recoil macro
Yes.laytonanthony wrote: do i need to change this value in red between 0-128 to get it to work. trial and error so to speak.
GIMX creator
Re: no recoil macro
What can i active macros on Ubuntu 11.10 and GIMX 0.51??
It is possible or i need Ubuntu 12 and GIMX 1.xx
It is possible or i need Ubuntu 12 and GIMX 1.xx
Re: no recoil macro
You should upgrade to Ubuntu 13.10 and GIMX 1.02 because many macros features are not applicable to older GIMX releases.
GIMX creator
Re: no recoil macro
Thank's
It's works very well. But i can't use both macros in the same time.
I've 2 files recoil.txt and rapid.txt. I put this in the config.txt file each in other line but work only rapid fire.
it's possible to use both macro in the same time.??
It's works very well. But i can't use both macros in the same time.
I've 2 files recoil.txt and rapid.txt. I put this in the config.txt file each in other line but work only rapid fire.
it's possible to use both macro in the same time.??
Re: no recoil macro
You have to combine the two macros like this:
Code: Select all
MACRO KEYDOWN m
KEYDOWN p
DELAY 10
KEYUP p
DELAY 10
KEYDOWN m
MACRO KEYUP m
KEYUP p
KEYDOWN m
MACRO KEYDOWN o
MAXIS 1 25
KEYDOWN o
MACRO MBUTTONDOWN BUTTON_LEFT
KEYDOWN o
KEYDOWN m
MACRO MBUTTONUP BUTTON_LEFT
KEYDOWN o
KEYUP m
GIMX creator