Your keyboard keys may differ from the ones presented
UserMacros1 - here you can set the execution of certain actions in game on the hotkey in startup.ini file (keyboard only) All commands:
Scorpion Kick Rainbow
Low Driven Finesse Shot
UserMacros1 - here you can set the execution of certain actions in game on the hotkey in startup.ini file (keyboard only) All commands:
- CharPress(D) = press and immediately unpress D
- CharDown(D) = only press D
- CharUp(D) = only unpress D
- KeyPress(SHIFT) = press and immediately unpress SHIFT
- KeyDown(SHIFT) = only press SHIFT
- KeyUp(SHIFT) = only unpress SHIFT
- Delay(100) = delay in 100 milliseconds
Scorpion Kick Rainbow
Code:
CharPress(2) Delay(7) CharPress(4) Delay(40) KeyPress(SHIFT) Delay(40) CharDown(D) Delay(140) CharUp(D)
Low Driven Finesse Shot
Code:
Delay(50) KeyDown(CTRL) Delay(50) CharDown(D) Delay(200) CharUp(D) Delay(50) KeyUp(CTRL) Delay(50) CharDown(Q) Delay(50) CharUp(Q)
Last edited: