ffs.
For instant wall jump the code is:
Code:
$*MButton::
Loop
{
if not GetKeyState("MButton","P")
break
Send {SPACE down}{SPACE up}
}
use the same **** for RC Bot
The delay time should be something like
Press Space [0ms] >Release Space [20ms] >Press 1/2/3 [10ms] > Release 1/2/3 [10ms]>Press Space [0ms] > Release [100-300ms]
Good luck