Instant wall jump !

    Publicités

Users Who Are Viewing This Thread (Total: 0, Members: 0, Guests: 0)

Status
Not open for further replies.
Jul 5, 2010
3,543
0
601
IWJ > ALT

Alt = space

HTML:
*~$SPACE::
Sleep 100
Loop
{
    GetKeyState, SpaceState, Space, P
    If SpaceState = U
  break 
    Sleep 1
    Send, {Blind}{Space}
}
Return
 
Last edited:
Status
Not open for further replies.