Sending packets from VB/C++?
Is it possible to send packets using VB6 or C++? im pretty sure it is but i dont know how...mabey WinSock or something? anyone know if its possible? and how?
It's got to be posible. We just need to figure out how. Reserch it on Google. There are always non-hacking uses for things like that but we can use the same method for hacking.
I'm pretty sure that K2 does something about packet hacking though...
what do you mean "does something"?
I mean I think they would detect it.
oh, i never did any of the packet stuff, but I always thought they just detected the program thats used to send them.
Yeah, they will detect it ! Try first on WPE to see if really they detect it.
For the send packet you to know first how to work with socket then you can send a packet using this way:
Lets say that our packet is 90 64 58 2e.
BYTE[]={0x90, 0x64, 0x58, 0x2e}
then send this array. (you will know how if you'll you learn how to work with socket)