Page 1 of 1
no recoil macro
Posted: Mon Dec 30, 2013 12:53 pm
by laytonanthony
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

Re: no recoil macro
Posted: Mon Dec 30, 2013 12:59 pm
by Matlo
Re: no recoil macro
Posted: Mon Dec 30, 2013 1:07 pm
by laytonanthony
tried that pal and when i shoot the aim shifts towards the ground.
Re: no recoil macro
Posted: Mon Dec 30, 2013 1:12 pm
by laytonanthony
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
Re: no recoil macro
Posted: Mon Dec 30, 2013 1:14 pm
by Matlo
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.
Yes.
Re: no recoil macro
Posted: Fri Mar 07, 2014 8:02 pm
by marthen
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
Re: no recoil macro
Posted: Fri Mar 07, 2014 9:45 pm
by Matlo
You should upgrade to Ubuntu 13.10 and GIMX 1.02 because many macros features are not applicable to older GIMX releases.
Re: no recoil macro
Posted: Mon Mar 10, 2014 8:26 pm
by marthen
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.??
Re: no recoil macro
Posted: Thu Mar 13, 2014 8:06 am
by Matlo
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