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
open this with autoit
f10-start
f9-pause
its an autologin,presses enter even if silkroad is on screen(eg you can watch movies,play other games,and it stills login)
and you need luck too ;)
cheers