Created
September 2, 2016 18:52
-
-
Save ogredude/cd0124d3d2b8f3532d4a836080aa5469 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
#space:: ;win+space to start | |
loop ;infinite loop | |
{ | |
click | |
sleep 20 ;wait 10 milliseconds | |
} | |
#p::Pause ;press win+p to pause and unpause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment