Silkroad Proxy

10/29/2012 21:25 tarek1500#1
How to make Proxy for Silkroad using C#
10/29/2012 21:54 lukas2abc#2
[Only registered and activated users can see links. Click Here To Register...] (please use this)
or
[Only registered and activated users can see links. Click Here To Register...]
10/30/2012 07:19 tarek1500#3
Quote:
Originally Posted by lukas2abc View Post
[Only registered and activated users can see links. Click Here To Register...] (please use this)
or
[Only registered and activated users can see links. Click Here To Register...]
I need one without including files i dont understand anything from SilkroadSecurityApi
10/30/2012 11:02 lukas2abc#4
Well doing it yourself is really difficult. You have to manage the Handshake packets and you need to add the Securitybytes to all(?) packets. And you need to know how to encrypt and decrypt packets.
You can use NuConnector for all this. It does all mentioned above and you dont need SilkroadSecurityApi ;)
10/30/2012 13:00 tarek1500#5
Will try , Thanks
10/30/2012 21:22 DaxterSoul#6
Made this some month ago, hope it helps.
[Only registered and activated users can see links. Click Here To Register...]
10/31/2012 15:43 tarek1500#7
Quote:
Originally Posted by DaxterSoul View Post
Made this some month ago, hope it helps.
[Only registered and activated users can see links. Click Here To Register...]
same Algorithm :D , Thanks btw
and i wanna know if "8192" enough space to receive all packets?
10/31/2012 17:28 zeteris#8
Quote:
Originally Posted by tarek1500 View Post
same Algorithm :D , Thanks btw
and i wanna know if "8192" enough space to receive all packets?
Yes it's enough. If packet(chardata, groupspawn) contains a lot of data, then server just split them (into pieces of ~4000 (can't remember exact number) bytes).
10/31/2012 17:42 tarek1500#9
plz i need a simple simple simple Algorithm for Silkroad Proxy
just only to Plug-in the Bot in the same connection with Client
or how to understand the code posted here :D
11/02/2012 01:05 OverlimitOnline#10
You can use drew's silkroadsecurity api it's really useful !
11/02/2012 10:24 tarek1500#11
Quote:
Originally Posted by OverlimitOnline View Post
You can use drew's silkroadsecurity api it's really useful !
check the 3rd post , i said i cant understand it
11/02/2012 11:31 lukas2abc#12
Quote:
Originally Posted by tarek1500 View Post
check the 3rd post , i said i cant understand it
Well building your own selfmade proxy is way harder than using SilkroadSecurityApi. Just download the source of drew's proxy and study it. After some time you will get to know how to use it.
The API is here to make it easier ;)