[Only registered and activated users can see links. Click Here To Register...]
It captures and displays the Packets sent from Client to Server before they are encrypted. Also allows you to encrypt and send your own packets to the server.
Note: Each packet actually starts with the Byte containing the length of the packet and the Byte 0x00. Those 2 Bytes don't get encrypted.
Example:
Packet for writing "abc" into normal chat:
09 00 01 11 04 61 62 63 00
But if you want to send this packet, you need to enter the following:
01 11 04 61 62 63 00
The first 2 Bytes are added automatically.
The displayed packets start with the 3. Byte, too.
The attached game.exe is a GG bypass and multiclient for Shaiya US (credits for GG bypass go to zerosignal from Cheat Engine Forums). You need it to be able to inject the dll in the Shaiya US client.
It captures and displays the Packets sent from Client to Server before they are encrypted. Also allows you to encrypt and send your own packets to the server.
Note: Each packet actually starts with the Byte containing the length of the packet and the Byte 0x00. Those 2 Bytes don't get encrypted.
Example:
Packet for writing "abc" into normal chat:
09 00 01 11 04 61 62 63 00
But if you want to send this packet, you need to enter the following:
01 11 04 61 62 63 00
The first 2 Bytes are added automatically.
The displayed packets start with the 3. Byte, too.
The attached game.exe is a GG bypass and multiclient for Shaiya US (credits for GG bypass go to zerosignal from Cheat Engine Forums). You need it to be able to inject the dll in the Shaiya US client.