Sibi nem jó. Se Sroking, se isrobot, se sbot, se tbot. Legalábbis nekem.
I should mention that the reason the CODE tags is there, is to keep the code from other text.Quote:
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