How to make a tool that picks a server "x" after starting SRO and putting in logins ?
REGEDIT4 [HKEY_CURRENT_USER\Software\Joymax\Silkroad\RECENTSERVER] "Wert"="Xian"
$XianServer = "..." run = "$XianServer"
Quote:
xD
i think that the easier part...
press: ("P,0.1)
press: ("W,0.1)
press: ("TAB)
press: ....
and so on^^
$id = "yourID"
$pw = "yourPW"
;Login
Send("{BS}")
Sleep(500)
Send($id)
Sleep(200)
Send("{TAB}")
Sleep(200)
Send($pw)
Sleep(300)
Send("{Enter}")