Skip to content

Instantly share code, notes, and snippets.

@GeorgeShao
Created August 22, 2020 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GeorgeShao/f9e4c51d3625015c039c558465e93d6b to your computer and use it in GitHub Desktop.
Save GeorgeShao/f9e4c51d3625015c039c558465e93d6b to your computer and use it in GitHub Desktop.
AutoClicker
~$LButton::
Random, randvar, 50, 100
While GetKeyState("LButton", "P"){
Click
Sleep randvar ; milliseconds
}
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment