[c#][NEED HELP] pushedx's simplest proxy

03/08/2013 12:01 spartai333#1
Hi guys, i read all the tutorials, examples etc. I decided to write a "tool" for vsro based servers. Im just a hobby coder but now i think ive understand the main things about silkroad security, how bots etc works, and i already know a lot about silkroad packets.
My problem is, i want to use pushedx's simplest proxy on my project, but i cant make it work. I always got c9 error. I read all off the posts from its thread, but i didnt find any solution. I use the second posted code from pushedx.
There are my connection configs from the code:

Code:
  
            String gateway_host = "127.0.0.1";
            Int32 gateway_port = 16000;

            String agent_host = "192.168.1.101";
            Int32 agent_port = 16001;

            String remote_host = "5.153.13.184";
            Int32 remote_port = 9779;

            String type = "gateway";
Also i use the code which was posted second by pushedx. Im trying to redirect my client with edxLoader, and the proxy works fine until i hit the chapta code. Than i got C9 error.

I set edxLoader like this:

[Only registered and activated users can see links. Click Here To Register...]

Uploaded with [Only registered and activated users can see links. Click Here To Register...]

Thank you for your answers, and also thanks for your great tutorials pushedx.