Decoding Habbo packet structures

And it is much important, remember the data types sizes for decrypting the packets.
Integer is 4 bytes
Short is 2 bytes
Char is 1 bytes
and others.

This will be very useful when developing in languages like Javascript or C, because these languages don't have a binary helper. Like the c#
I know, it's obvious but some people don't know. I only want helping
 
Back