Created
December 7, 2015 14:52
-
-
Save sionleroux/1cbd5ac6e4ac86bf52c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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