Created
October 20, 2015 10:49
-
-
Save 0x333333/f2348b932ef1f47e45a5 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
AutoClick.keydown(76); // l | |
AutoClick.keydown(80); // p | |
AutoClick.keydown(81); // q | |
AutoClick.keydown(83); // s | |
AutoClick.keydown(32); // space key |
AutoClick.keydown(76); // l
AutoClick.keydown(80); // p
AutoClick.keydown(81); // q
AutoClick.keydown(83); // s
AutoClick.keydown(32); // space key
https://gist.github.com/zp-j/f2348b932ef1f47e45a5#gistcomment-1600440
AutoClick.keydown(76); // l
AutoClick.keydown(80); // p
AutoClick.keydown(81); // q
AutoClick.keydown(83); // s
AutoClick.keydown(32); // space key
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://gist.github.com/zp-j/f2348b932ef1f47e45a5#file-use_auto_click-js