Skip to content

Instantly share code, notes, and snippets.

@Lajt
Created January 4, 2017 00:32
Show Gist options
  • Save Lajt/969cd34f2ca1c341bbaf55f0df03e3cd to your computer and use it in GitHub Desktop.
Save Lajt/969cd34f2ca1c341bbaf55f0df03e3cd to your computer and use it in GitHub Desktop.
#SingleInstance, force
Random, rand, 40, 80
InputBox, loopCount,,Enter a number for loop count
Sleep, 2000
Send, {Control down}
loop, %loopCount% {
MouseClick, left
Sleep, rand
}
Send, {Control up}
msgbox, all done
ExitApp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment