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.

Speed Hack Macros

Example numpad6 macro for increasing the speed of individual attacks. Use -displayaid to retrieve attack IDs. Press once to enable, twice to disable. You will see "off" when it is disabled.
[102]
keys=!ia|gt5
keys2=abl21000|sat0.3
keys3=abl21020|sat0.5
keys4=abl21060|sat0.7
keys5=nop
endkeys=dbg % off
repeat=2

Right-click animation speed will be increased by 0.3 seconds. You can apply this to any key/ability.
[2]
keys=sat0.3
repeat=1
pass=1

Combat Macros

Hold down numpad4 to target the closest mob and attack with right click. Upon release of numpad4, your cursor will return to its original position.
[100]
keys=!eq % lockedon,1|cc % -mp|store % lockedon,1|dbg % locked on
keys2=tcm|2d|s50
repeat=1
interrupt=0
endkeys=store % lockedon,0|2u|m(VAR % CURSORX),(VAR % CURSORY)|dbg % unlocked
pass=0

Hold down numpad5 to activate your cooldowns in 1-8 order. If no cooldowns are available, right click will be pressed.
[101]
keys=ch1|81|gt10
keys2=ch2|87|gt10
keys3=ch3|69|gt10
keys4=ch4|82|gt10
keys5=ch5|65|gt10
keys6=ch6|83|gt10
keys7=ch7|68|gt10
keys8=ch8|70|gt10
keys9=2d
keys10=s300
repeat=1
endkeys=2u

Utility Macros

Press F2 to have Speeder switch your config file to a config file named after your character. This allows you to have multiple config and macro files for individual characters. To create a config file for an individual character, simply copy-paste config.txt and rename it after your character.
[113]
keys=get % PNAME|!eq % prevName,(VAR % PNAME)|store % prevName,(VAR % PNAME)|cc % -cf (VAR % PNAME).txt
repeat=0

Scroll to Top