+1
You need a connector... set in the connector config the server ip exmaple "63.45.67.98"
and you connect via "127.0.0.1" to the proxy
[phConnector]
IP=63.45.67.98 // <- Server IP
Port=15779 // <- Server Port
ListenPort=10001 // <- For EDX Loader to run the Client
BotPort=19345 // <- Your Random IP from your Tool
Developer=0
Code:
$socket = TCPConnect("127.0.0.1", 15778)
Example: it must be like this
Code:
$socket = TCPConnect("127.0.0.1", 19345)