Example Macros

How to Use

Copy-paste any of the below macros into your macro file (the .ini file in the same folder as config.txt) and change as much of the macro as you can for your own safety. The key to activate each macro is the number in brackets, such as [100] for NUMPAD4. You can find all virtual key codes here: Virtual-Key Codes.

Combat Macros

Press F2 to use all your cooldowns in QWERFG order whenever you are targeting a mob.
Please note that you must change all the "cc" commands to the IDs of the cooldowns you are using.
Cooldown IDs can be discerned with the -displaycd console command.
Simply use -displaycd, and then activate the cooldowns you want to use in the game.
[113]
keys=!cm|gt8
keys2=cc1|81|dbg % Q key|s300
keys3=cc2|87|dbg % W key|s300
keys4=cc3|69|dbg % E key|s300
keys5=cc4|82|dbg % R key|s300
keys6=cc5|70|dbg % F key|s300
keys7=cc6|71|dbg % G key|s300
keys8=s10
repeat=2

Press F3 to lock your cursor on the closest player within 50 distance.
The "tcp" command requires line 47 in config.txt to be set correctly.
[114]
keys=tcp*50,0,1|dbg % locked target on closest player within 50 distance
endkeys=lt-
repeat=0

Press F4 to lock your cursor on the closest player within 50 distance and perform your combat rotation.
The "tcp" command requires line 47 in config.txt to be set correctly.
Please note that you must change all the "cc" commands to the IDs of the cooldowns you are using.
Cooldown IDs can be discerned with the -displaycd console command.
Simply use -displaycd, and then activate the cooldowns you want to use in the game.
[115]
keys=tcp*50,0,1|gt3
keys2=gt9
keys3=cc1|81|dbg % Q key|s300
keys4=cc2|87|dbg % W key|s300
keys5=cc3|69|dbg % E key|s300
keys6=cc4|82|dbg % R key|s300
keys7=cc5|70|dbg % F key|s300
keys8=cc6|71|dbg % G key|s300
keys9=s10
repeat=2

Press NUMPAD6 to increase your movement speed by 0.01 (1%).
[102]
keys=cmp(VAR % movementSpeed),1.0|store % movementSpeed,1.01|gt3
keys2=add % movementSpeed,0.01
keys3=ms(VAR % movementSpeed)|dbg % movement speed: (VAR % movementSpeed)
repeat=0

Press NUMPAD4 to decrease your movement speed by 0.01 (1%) or disable the hack.
[100]
keys=!cmp(VAR % movementSpeed),1.005|sub % movementSpeed,0.01|gt3
keys2=store % movementSpeed,0
keys3=ms(VAR % movementSpeed)|dbg % movement speed: (VAR % movementSpeed)
repeat=0

Scroll to Top