[HELP] SENDING PACKETS IN A ROW 10/09/2014 - SRO Coding Corner - 22 Replies Hello all, im having a problem while sending 2 or more packets one after another.
sending movetouser packet, then recalluser packet but it seems that however i manipulate the code, it will always send succesfully one packet, and not the 2 of em, also happens if i spam the packet (even 1) too much, its just doesnt work anymore, whish i could know the source of the problem or how to bypass it,
thanks in advance.
am i missing something? please help me !
Sending Packets 11/29/2012 - AutoIt - 6 Replies Hey,
so I'm trying to send packets to a game called Pokemon World Online, I've been using WPE in order to sniff the packets, using WPE sending the packets its ridiculously easy so I've been trying to do the same with autoit script.
After a lot of research I know that TCP function should do it but I've always failed to use the same socket as the same or even to listen to the right ports or something, I'm completely lost here.
I know this can be done and I'm not asking for someone to...
Help sending packets 06/27/2012 - SRO Coding Corner - 2 Replies well i knew that i need to put the packet in a byte array
so i defined it BYTE pack = {
0x01, 0x00,
0x4F, 0x70,
0x20, 0x00,
0x04
};
and when i send it using the send through a socket like this
Help for sending packets 05/11/2012 - PW Hacks, Bots, Cheats, Exploits - 1 Replies Hello Dear programmers, botovody!
I am a novice programmer, and started programming in the language of Delphi!
there is a couple of my works Каталог файлов - PwRuf - уникальный бот для Perfect World!
But another question!
I would like to implement the sending of packages to craft nirvana clothing, weapons. But I have a problem with traffic light emitted from the fact that the package that I send a very large ie 256 characters!
Please help or point me where to...
Sending Packets !!! 09/07/2008 - Kal Online - 14 Replies now i know how to sniff / analyse packets ... but what then ? :)
how can i send packets ?? to pimp or mix weapon for example
i just need the way to send , and then i can depend on myself :D