|
A proxy bot is like middleman between the server and the client , receiving the packets
from the server and sending it to the client and vice versa. Also it allows you to modify , bypass or create new packets which is the core of the functionality.
you need a proxy server to host your proxy on , which is a place where you receive the packets from the client and the server on through connections.
you need to redirect your client's connection to connect to your proxy server instead of
the actual game server and then connect to the actual server from your proxy server.
you need to be able to decrypt and encrypt the packets to be able to handle them.
|