[LAST QUESTION] How do i edit the clients over 5300+?

09/25/2011 00:08 kmute2#1
I'm good at making V5165 private servers, but i want to make a a 5300+ server, :) can anyone help/ link me to a youtube vid?
09/25/2011 00:16 Spirited#2

Edit: The basic packet structure for a conquer online server includes the following header:

-------------------------------------------
Offset 0: Length of the packet (ushort)
Offset 2: Packet Identity (ushort)
-------------------------------------------

and then the data that follows it:

Offset 4: Normally the identity of the client.
Offset 8: Normally the subtype of the packet.
Offset 12: Normally the first value. (goes on from there)

--------------------------------------------
Most people packet sniff. There are a few packet sniffers already released here.
09/25/2011 09:42 JobvdH#3
Whahahahah!!
Genius.. thats the best reply i've ever seen!