hyperfang8

Spleeg Rapid Fire

Apr 20th, 2014
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. *$LButton::
  2. if GetKeyState("ScrollLock" , "T")
  3. {
  4. while GetKeyState("LButton", "P")  
  5. {
  6.     Send {RButton Down}
  7.     Send {RButton Up}
  8. }
  9. return
  10. }
  11. Send {LButton Down}
  12. while GetKeyState("LButton", "P")
  13. {
  14. }
  15. Send {LButton Up}
  16. return
Advertisement
Add Comment
Please, Sign In to add comment