[HELP]Inject packet in C#

03/19/2011 00:31 mahmoda#1
i need tutorial of Inject packet in C# to an already established connection.
bec iam making bot and need to know how can i send packet to silkroad server.
03/19/2011 01:01 kevin_owner#2
Oke well first of all you can't just inject an packet cause silkroad has some security bytes. So you would need some kind of proxy to control the packets between the server and client. drew benton wrote a silkroad security code which is a few threads under this one which you absolutly need.

btw If you've never worked with some kind of network thing I wouldn't recommend you to just start writing a bot but to first start to get comfortable with the whole proxy idea and write a good packet parser ect.
03/19/2011 01:25 mahmoda#3
you mean by proxy like srproxy ,phconnector etc
03/19/2011 01:36 mahmoda#4
It's autobuffer not like any bot
03/19/2011 06:44 lesderid#5
Use pushedx's simple_proxy (included in SilkroadSecurity API for C#).

It's easy to add packet sending / parsing functions to it.
You won't have to worry about security bytes.
03/19/2011 11:44 mahmoda#6
THX for all who replied in this thread and it was useful reply.
But I need to know how to inject packet and now iam using edx proxy.
Anyone can share a example ,please?
03/19/2011 12:11 mahmoda#7
man simple_proxy when i connect by my tool it tells me connection has been made but tell me again connecting to joymax server and has been made how can i join the client side???