clickspammer


SUBMITTED BY: Guest

DATE: July 1, 2015, 3:18 a.m.

FORMAT: Text only

SIZE: 421 Bytes

HITS: 654

  1. #include <MsgBoxConstants.au3>
  2. HotKeySet ("{pgup}","start")
  3. HotKeySet ("{pgdn}","pause")
  4. call ("pause")
  5. Func pause()
  6. While 1
  7. sleep (100)
  8. WEnd
  9. EndFunc
  10. func start()
  11. $aPos = MouseGetPos()
  12. while 1
  13. MouseClick ("left",$aPos[0],$aPos[1],5,1)
  14. ;~ ControlClick ("","","","right",1,$aPos[0],$aPos[1])
  15. sleep (500)
  16. WEnd
  17. EndFunc

comments powered by Disqus