Advertisement
Wohlf

AHK rapid fire

Oct 18th, 2015
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Ins::Suspend
  2. !LButton::
  3. Loop
  4. {
  5. SetMouseDelay 30
  6. Click
  7. If (GetKeyState("LButton","P")=0)
  8. Break
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement