Deleted
EnjoyAll
EnjoyAll
Please could someone verify its safety and maybe check its source, so its not sending any passwords?Quote:
[Only registered and activated users can see links. Click Here To Register...]
Global $PAUSED
HotKeySet("{F9}", "Pause")
HotKeySet("{ESC}", "Close")
HotKeySet("{F10}", "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", "", "", "{ENTER}")
Sleep(4000)
WEnd
EndFunc
Only 5? :pQuote:
The source was taken from this post, simply a compiled version.
[Only registered and activated users can see links. Click Here To Register...]
It is totally safe. But I don't see why the thread was made, there is at least 5 of the same type of log in scripts on the forum, exactly the same source as this.Code:Global $PAUSED HotKeySet("{F9}", "Pause") HotKeySet("{ESC}", "Close") HotKeySet("{F10}", "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", "", "", "{ENTER}") Sleep(4000) WEnd EndFunc
I am a much better mod than you will be ^^Quote:
And he is supposed to be mod ? ^^:rolleyes: