[Source] SRO BOT Source Code(AutoIt)

09/12/2011 02:40 darkbudweiser#31
what part of source code do you guys not understand? thx sillynuts i'm going to check it out....

yea i just open the txt file and i see some problems like
Code:
	WinActivate("SRO_Client")
	Sleep(250)
	MouseClick("left", 456, 232)
	Sleep(4000)
	ControlSend("SRO_Client", "", "", "{ENTER}")
	Sleep(1000)
	Sleep(1000)
	ControlSend("SRO_Client", "", "", "{TAB}")
	Sleep(1000)
	Send($UserName)
	Sleep(1000)
	ControlSend("SRO_Client", "", "", "{TAB}")
	Sleep(1000)
	Send($PassWord)
	Sleep(1000)
	ControlSend("SRO_Client", "", "", "{Enter}")
try this
Code:
BlockInput(1) ; block keyboard and mouse
WinActivate($SROpick)
ControlSend($SROpick, "", "Edit1", "s")
sleep(100)
ControlSend($SROpick, "", "Edit1", $ID)
sleep(300)
ControlSend($SROpick, "", "Edit1","{TAB}")
sleep(300)
ControlSend($SROpick, "", "Edit1", $PW)
sleep(300)
ControlSend($SROpick, "", "Edit1", "{Enter}")
WinSetTitle($SROpick, "", "SRO_Client [" & $CharName & "] ")
BlockInput(0) ; unblock keyboard and mouse
09/12/2011 23:41 dasteven86#32
hi
where can i find the color codes for the monster?
and is there another way than the pixelsearch and memory botting?
09/13/2011 12:26 rez4#33
Approved.
09/15/2011 22:49 brokenarrow_vip#34
hehehe i compiled it and i deleted it after that :D

[Only registered and activated users can see links. Click Here To Register...]
09/16/2011 00:09 belgther#35
Quote:
Originally Posted by brokenarrow_vip View Post
hehehe i compiled it and i deleted it after that :D

[Only registered and activated users can see links. Click Here To Register...]
nope it is not a virus... you have the sourcecode... :)