Skip to content

Instantly share code, notes, and snippets.

@sionleroux
Created December 7, 2015 14:52
Show Gist options
  • Save sionleroux/1cbd5ac6e4ac86bf52c0 to your computer and use it in GitHub Desktop.
Save sionleroux/1cbd5ac6e4ac86bf52c0 to your computer and use it in GitHub Desktop.
R::
wasWalking := GetKeyState("w")
if wasWalking
Send {w up}
Sleep 150
Send {w down}
Sleep 20
Send {v down}
Sleep 20
Send {v up}
if not wasWalking
Sleep 20
Send {w up}
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment