Pls Help Me Macro on Gimx

Need help? Ask here and someone will help
Post Reply
DrDonnerBuddy
Posts: 6
Joined: Fri Dec 06, 2019 7:20 am

Pls Help Me Macro on Gimx

Post by DrDonnerBuddy »

Hey guys

Can someone help me

I want to build a macro that I can turn on and off.

I have already tried a lot, unfortunately without success.

I do not understand that with the triggers unfortunately

I do not want to go back to Cronusmax
Gimx is much better and gives me much better control

MACRO MBUTTONDOWN BUTTON_LEFT
KEYDOWN p
#Set delay no less than the maximum rate of fire
# 10 rounds per second (600 rpm)
DELAY 100
KEYUP p
# ~ Do not set delay after keyup or it wants to negatively impact automatic weapons
MBUTTONDOWN BUTTON_LEFT

MACRO MBUTTONUP BUTTON_LEFT
MBUTTONDOWN BUTTON_LEFT
#Sometimes the fire key can be stuck down after the macro ends
KEYUP p

I want to turn this macro on and off with the Q key

Oh, I use Linux Armbian and the Gimx runs great on my Orangepi PC

is this something?

Please excuse my english

Google translator.
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Pls Help Me Macro on Gimx

Post by Matlo »

Change:

Code: Select all

MACRO MBUTTONDOWN BUTTON_LEFT
to:

Code: Select all

MACRO KEYDOWN q
And:

Code: Select all

MACRO MBUTTONUP BUTTON_LEFT
to:

Code: Select all

MACRO KEYUP q
Also make sure to bind key p to the right button using gimx-config.
GIMX creator
Post Reply