Advertisement
ffskiss

AHK Auto Left or RIght Click

Apr 22nd, 2018
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $RButton::
  2. Loop {
  3.     Click, R
  4.     sleep 10
  5.     If (!GetKeyState("RButton","p")) ; RButton, LButton
  6.         break
  7. }
  8. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement