Advertisement
Lakotiz

Spam macro

Jul 26th, 2013
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. *Pause::
  2.  
  3. Suspend
  4.  
  5. Pause,,1
  6.  
  7. return
  8.  
  9. *~$LButton::
  10. While GetKeyState("LButton", "P"){
  11. Click
  12. Sleep 15 ; milliseconds
  13. }
  14. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement