Skip to content

Instantly share code, notes, and snippets.

@og24715
Last active February 13, 2018 04:39
Show Gist options
  • Save og24715/aee7786c6431dbbeb2da68e12ab8d893 to your computer and use it in GitHub Desktop.
Save og24715/aee7786c6431dbbeb2da68e12ab8d893 to your computer and use it in GitHub Desktop.
Automatically click the left button while hold down the left button for FPS game.
~$LButton::
While GetKeyState("LButton", "P"){
Click
Sleep 1
}
return
f12::
Suspend, Toggle
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment