Skip to content

Instantly share code, notes, and snippets.

@catb0x
Created June 3, 2021 16:10
Show Gist options
  • Save catb0x/ce0c77cc940a00d2af035c0002ede1db to your computer and use it in GitHub Desktop.
Save catb0x/ce0c77cc940a00d2af035c0002ede1db to your computer and use it in GitHub Desktop.
auto-clicker built in autohotkey
// F7 to pause, F8 to close.
Loop {
Click
}
F7::Pause
F8::ExitApp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment