just a simple autohotkey script that help you login
you need first autohotkey program that can be downloaded from [Only registered and activated users can see links. Click Here To Register...]. after you install it just copy paste the script in notepad, write your ID and pass where you have to and save as .ahk
BTW if your silkroad client loads the intro movie in more than 15 seconds please change the second sleep time to your time.
should work with all resolutions, and bots as long as it doesn't changes your client name during login.
after you login exit the program like this[Only registered and activated users can see links. Click Here To Register...]
hit THX if i helped.
Edit: to change the speed at which enter is pushed change the last Sleep time to whatever you want. but 3 seconds is the best time from my opinion.
Code:
Run C:\Program Files\Silkroad\Loader.exe
Sleep 2000
Send {Enter}
Sleep 15000
WinActivate SRO_Client
WinSet, AlwaysOnTop, Off
Send 1your ID{tab}your password{Enter}
Loop
{
Send {Enter}
Sleep 3000
}
BTW if your silkroad client loads the intro movie in more than 15 seconds please change the second sleep time to your time.
should work with all resolutions, and bots as long as it doesn't changes your client name during login.
after you login exit the program like this[Only registered and activated users can see links. Click Here To Register...]
hit THX if i helped.
Edit: to change the speed at which enter is pushed change the last Sleep time to whatever you want. but 3 seconds is the best time from my opinion.