Thread: [Help] C++ Winsock Hook
View Single Post
  (#4 (permalink)) Old
Frit0
n00bie
 
Frit0's Avatar
 


16-Bit Member

 
Posts: 20
Join Date: Apr 2007
Last Online: 02-13-2010 08:47 PM
Reputation: Frit0 is on a distinguished road
User is Offline
  Send a message via AIM to Frit0 Send a message via MSN to Frit0 Send a message via Yahoo to Frit0  
07-09-2009, 04:28 PM

Quote Originally Posted by DragonHunt View Post
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);

Last edited by Frit0; 07-09-2009 at 05:01 PM..
  
Reply With Quote