Skip to content

Instantly share code, notes, and snippets.

@alexb5dh
Last active October 31, 2019 12:52
Show Gist options
  • Save alexb5dh/8cd27a4864ff1cb49287b86b2a24fa2b to your computer and use it in GitHub Desktop.
Save alexb5dh/8cd27a4864ff1cb49287b86b2a24fa2b to your computer and use it in GitHub Desktop.
Repeats clicks while ALT or LMB is held
!LButton::
Loop
{
if not GetKeyState("LButton", "P") && not GetKeyState("LAlt", "P")
break
Click
}
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment