Skip to content

Instantly share code, notes, and snippets.

@noih
Last active August 20, 2023 06:30
Show Gist options
  • Save noih/4b56caae5b871d2f2fe4e799b252f14a to your computer and use it in GitHub Desktop.
Save noih/4b56caae5b871d2f2fe4e799b252f14a to your computer and use it in GitHub Desktop.
#SingleInstance, Force
global isEnable := TRUE
Delete::ExitApp
Home::
isEnable := TRUE
While (isEnable) {
MouseClick, Left
Sleep, 10
}
return
End::
isEnable := FALSE
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment