Macros Settings (Keyboard) | pXilok Trainers

Macros Settings (Keyboard)

pXilok

Owner

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:
  • 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
My control settings
1627024989292.png


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:

balbichi027027

Sponsor
Registered

Your keyboard keys may differ from the ones presented

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)

So we have to use keyboard as primary input in game? Control Device "Keyboard only"?
 
Top Bottom