Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

C# Packet Proxy Base Source

Game Developer
Loyal Member
Joined
Jun 19, 2009
Messages
1,491
Reaction score
460
Hi everyone!

I got bored and thought of creating a base of a packet editor/hack/proxy.
It is all hard coded and just a base for potential hack/anti hack(just to control packets!)
(It won't decrypt anything! you got to do that yourself.)

Bugs
There are bugs in this program! The encoding shown in win forms are wrong I wasn't able to fix it
Ones a client disconnects the program won't work as intended

Tests
This game have been tested on a mobile game it was successfull.
Tested on Minecraft Packets got redirected but I suggest filtering! The program can't take that much data.(Minecraft is also encrypted if I'm right)

How does it work?

Quick
Client->Program(edit)->Server
Server->Program(edit)->Client

Long and weird
In a game client/game server you have to edit the ip and/or port so it connect to this program.
Then you have to put in the original ip/port that you edited in GameServer.cs
Start this program...
Then start your game client/server
The client/server will now connect to the program and the program of course to the gameserver
That means that the program is a mini server between the connection and things can be modified.

G3YMy2Q - C# Packet Proxy Base Source - RaGEZONE Forums


Download Source here:

Tips about my programming are always welcome!

Handy to know

Use Pcap.net to intercept network packets. =)


Credits
Me(All the programming)
Yannickmama for the idea
 

Attachments

You must be registered for see attachments list
Last edited:
Experienced Elementalist
Joined
Apr 1, 2010
Messages
267
Reaction score
135
Now 99% of mmorpg or game with internet know better crypt :p

He have stop Xor and no crypt XD
 
Back
Top