Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Bash by zzzz ( 13 years ago )
#include "misc.au3";
Global $Lock = 0
HotKeySet("{TAB}", "_SPAM")
;;;; MAIN ;;;;
While 1
Sleep(100)
WEnd
;;;;;;;;
Func _SPAM()
IF _IsPressed("09") = 1 and $Lock = 0 Then
While _IsPressed("09")
_SpamLarwa()
Sleep(10)
WEnd
EndIf
EndFunc ;==>_SPAM()
Func _SpamLarwa()
if $lock = 0 Then
$lock = 1
Send("f")
sleep(random(3, 10))
MouseMove(Random(985,995), Random(400, 410), 1)
Send("{SPACE}")
sleep(random(3, 10))
Send("w")
sleep(random(3, 10))
MouseClick("left") ;center screen
sleep(random(3, 10))
$lock = 0;
EndIf
EndFunc
Revise this Paste