Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
clickspammer
SUBMITTED BY:
Guest
DATE:
July 1, 2015, 3:18 a.m.
FORMAT:
Text only
SIZE:
421 Bytes
Raw
Download
Tweet
HITS:
654
Go to comments
Report
#include <MsgBoxConstants.au3>
HotKeySet ("{pgup}","start")
HotKeySet ("{pgdn}","pause")
call ("pause")
Func pause()
While 1
sleep (100)
WEnd
EndFunc
func start()
$aPos = MouseGetPos()
while 1
MouseClick ("left",$aPos[0],$aPos[1],5,1)
;~ ControlClick ("","","","right",1,$aPos[0],$aPos[1])
sleep (500)
WEnd
EndFunc
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus