Elite SRO Bot in C# (Need Help)

08/13/2011 13:39 slider2009#1
hey all i know vb.net and c# and c++ so i'm good in programing

so i just need help on how i get packets from Elite SRO like how i get attack packet and pick and select mob

and an example for how the code looks like

i already have SRO Security Api 1.4 and i looked at code and i made server stats program but i want to make a bot for Elite SRO

thx for try helping me :)
08/13/2011 13:49 Yo123#2
check drews tutorials.
08/13/2011 13:50 yogitee2009#3
Use Wpe
08/13/2011 14:17 Davincibg#4
eat shit
08/13/2011 14:36 slider2009#5
Quote:
Originally Posted by Davincibg View Post
eat shit
thx u r so polite :)
08/13/2011 15:16 kevin_owner#6
To create a bot you'll need a proxy between the client and server. You can use drew's example for this. Then you probably need to read the spawn packets. and then you send the correct attack packet to the server.

To read and write packets you can use the binaryreader and binarywriter. To get the parsed packets you could use edxSilkroadLoader and enable the analyzer.

Your question is quite global so I could go on for a while explaining how to create a bot so be more specific with your problem. but this should give you an idea how to start with your bot.