[BOT]SunSRO ~

07/22/2009 21:46 Raidon03#31
Sibi nem jó. Se Sroking, se isrobot, se sbot, se tbot. Legalábbis nekem.
07/24/2009 04:13 firefoxkev#32
file is no longer on rapid share........please reup
07/24/2009 06:16 bogmaerke#33
Quote:
Originally Posted by reptilee View Post
If you want more keys, just say and I will compile new one for you.

Code:
[B][I][U]Here is the source code.[/U][/I][/B]

Global $Paused
HotKeySet("{F7}", "Pause")
HotKeySet("{F8}", "Close")
HotKeySet("{F6}", "Start")
 
 
While 1
Sleep(100)
WEnd
 
Func Pause()
$Paused = NOT $Paused
While $Paused
sleep(100)
WEnd
EndFunc
 
Func Close()
Exit 0
EndFunc
 
Func Start()
While 1
ControlSend("SRO_Client", "", "", "{1}")
Sleep(300)
ControlSend("SRO_Client", "", "", "{2}")
Sleep(300)
ControlSend("SRO_Client", "", "", "{3}")
Sleep(300)
ControlSend("SRO_Client", "", "", "{4}")
Sleep(300)
ControlSend("SRO_Client", "", "", "{5}")
Sleep(300)
ControlSend("SRO_Client", "", "", "{6}")
Sleep(300)
Wend
EndFunc
I should mention that the reason the CODE tags is there, is to keep the code from other text.
07/31/2009 07:30 korokopham#34
thx