no recoil macro

Need help? Ask here and someone will help
Post Reply
laytonanthony
Posts: 74
Joined: Fri Apr 27, 2012 7:32 pm

no recoil macro

Post 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 :D
User avatar
Matlo
Posts: 5764
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: no recoil macro

Post by Matlo »

GIMX creator
laytonanthony
Posts: 74
Joined: Fri Apr 27, 2012 7:32 pm

Re: no recoil macro

Post by laytonanthony »

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

Post 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
User avatar
Matlo
Posts: 5764
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: no recoil macro

Post 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.
GIMX creator
marthen
Posts: 2
Joined: Fri Mar 07, 2014 7:57 pm

Re: no recoil macro

Post 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
User avatar
Matlo
Posts: 5764
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: no recoil macro

Post by Matlo »

You should upgrade to Ubuntu 13.10 and GIMX 1.02 because many macros features are not applicable to older GIMX releases.
GIMX creator
marthen
Posts: 2
Joined: Fri Mar 07, 2014 7:57 pm

Re: no recoil macro

Post 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.??
User avatar
Matlo
Posts: 5764
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: no recoil macro

Post 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
GIMX creator
Post Reply