Last active
March 31, 2018 09:33
-
-
Save casonclagg/8eb07f710f77887d7ac4ce162f89ecd4 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
| #IfWinActive Rust | |
| Numpad0 & Numpad2:: | |
| count := 0 | |
| Loop { | |
| Send, l | |
| sleep, 3000 | |
| count++ | |
| If (count = 300) { | |
| count := 0 | |
| Send, 6 | |
| } | |
| } | |
| #IfWinActive | |
| Esc::ExitApp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment