i need to download loader
anyone know where i can find it
anyone know where i can find it
try to start it manualyQuote:
It's not checked in loader program, it's not configure to 1 in .ini and my autoit script isn't configured to check this item
Oh, it worked, what's wrong with my autoit script? Isn't it running as admin the loader?Quote:
try to start it manualy
Srproxy or nuco check the thing then start
Then Agbot
then Loader.exe with Redirect
Launch the bitch
try to login and see ^^
normally it must work ^^
#RequireAdmin
AutoItSetOption ( "WinTitleMatchMode", 2 )
Run ( "E:\Downloads\AgBot 2.5.1\nuConnector77.exe")
WinWait("nuConnector77")
Run ( "E:\Downloads\AgBot 2.5.1\agBot.exe")
WinWait("agBot")
$PID1 = WinGetProcess ("agBot")
ProcessSetPriority ( $PID1, 3)
Run ( "C:\Program Files (x86)\Silkroad\Loader.exe")
WinWaitActive("Testosterone")
ControlCommand( "Testosterone", "", "Button6", "Check", "" )
ControlClick ( "Testosterone", "", "Button8" )
WinWait ("SRO_Client")
$PID2 = WinGetProcess ("SRO_Client")
ProcessSetPriority ( $PID2, 3)
hum why arent you putting the exe in the same folder and make a Shortcut to youre desktop ^^ (alot easier)Quote:
Oh, it worked, what's wrong with my autoit script? Isn't it running as admin the loader?
Code:#RequireAdmin AutoItSetOption ( "WinTitleMatchMode", 2 ) Run ( "E:\Downloads\AgBot 2.5.1\nuConnector77.exe") WinWait("nuConnector77") Run ( "E:\Downloads\AgBot 2.5.1\agBot.exe") WinWait("agBot") $PID1 = WinGetProcess ("agBot") ProcessSetPriority ( $PID1, 3) Run ( "C:\Program Files (x86)\Silkroad\Loader.exe") WinWaitActive("Testosterone") ControlCommand( "Testosterone", "", "Button6", "Check", "" ) ControlClick ( "Testosterone", "", "Button8" ) WinWait ("SRO_Client") $PID2 = WinGetProcess ("SRO_Client") ProcessSetPriority ( $PID2, 3)