Quote
Originally Posted by DragonHunt
I only need to send packets thats all

I will take care about the GG protection (The most private servers are cracked against GG)
And 90% of the private servers are made in JAVA so the only thing I need to know is sending packets
I posted my source
HERE for hooking winsock.Take a look at it.
Send packet Example:
char packet[20] =
"\x42\x10\x00\xBA\x0B\x0C\x00\x0E\x02\x2E\x00\x09\ x01\x0A\x00\x00\x00\x00\x00";
MySend(s,packet,19,0);