C# Simplest Proxy

04/04/2015 13:24 qqdev#31
Quote:
Originally Posted by alexhun View Post
I'm getting error on this line :/ int count = context.Socket.Receive(context.Buffer.Buffer);
"an existing connection was forcibly closed by the remote host "
The proxy should be fine. Did you try the proxy on its own? Without your written code?
04/04/2015 13:41 alexhun#32
yes, just tried to connect on a server
04/05/2015 18:21 qqdev#33
Weird. Can you send me the project via PM?
04/05/2015 18:32 alexhun#34
u can cope it from the first page :D all i done is that i filled up args array with data inside the code, so i can test it in sharpdevelop
04/18/2015 07:33 tarek1500#35
I hope someone help me. I tried many types of proxy , this proxy - my modified proxy - even offline mode client , when I try to disable Hackshield functions using edxloader, client crash in login screen and I totally sure that Hackshield packet didn't send to client.
But it works good with any proxy if I didn't disable it. So where is the problem ?!
04/18/2015 09:20 alexhun#36
the problem is that u disabled hackshield ^^
04/18/2015 17:44 tarek1500#37
OK , And how others disable it to allow open multi-client?
04/19/2015 01:03 qqdev#38
They dont disable it. They "share" the hackshield connection.
04/19/2015 10:54 tarek1500#39
Don't understand.
05/06/2015 15:20 TakeshiVongola#40
I think he means that its on the SAME hackshield connection, instead of multiple.
05/06/2015 22:07 qqdev#41
Exactly.
05/06/2015 22:18 tarek1500#42
Still don't understand O.o -_-
05/07/2015 10:18 TakeshiVongola#43
Instead of having multiple Connections, you have only one for all.
05/14/2015 22:52 sarkoplata#44
You live with gameguard instead of disabling it xD
-
I just checked the first posts on this thread and realized how much i improved myself thru years.
One day, i shall be as good as Drew. Thank you for all the help Drew :)
11/07/2015 06:54 vietnguyen09#45
Sorry for posting on this old topic, but I can't found any better c# proxy for silkroad.

When I login into server, this error appear

Quote:
System.Net.Sockets.SocketException (0x80004005): An existing connection was forcibly closed by the remote host
at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at System.Net.Sockets.Socket.Receive(Byte[] buffer)
at SilkroadProxy.Program.Main(String[] args) in c:\Users\xxx\Desktop\C# Proj\SilkroadProxy\SilkroadProxy\Program.cs:line 85
How can I fix this error?