I think you got it all wrong. The loader does NOT wait for any packets, it doesn't even redirect ws2_32.send/ws2_32.recv.
However clients above 5173 (I think?) require a packet server -> client which contains a 4 byte seed for the second layer of password encryption, the whole encryption routine can be found [Only registered and activated users can see links. Click Here To Register...].
packet looks as follows
Oh and I think this is a bit more general than pserver releases..
Requesting move to programming section perhaps?
However clients above 5173 (I think?) require a packet server -> client which contains a 4 byte seed for the second layer of password encryption, the whole encryption routine can be found [Only registered and activated users can see links. Click Here To Register...].
packet looks as follows
Code:
typedef struct packetSeed
{
unsigned short Length; // 0x8
unsigned short Type; // 0x423
unsigned int Seed; // random
} * PPACKETSEED;
Requesting move to programming section perhaps?