Question
Does anyone know what the word specifically toggles on/off in the Habbo client from the S>>C message with header ID#1729? If it is a bit array of booleans then what does each bit specifically toggle on/off in the Habbo client?
Background (see this for terminology and data type sizes)
SWF Release: RELEASE63-201504231229-352136561
Type: Composer (S>>C)
Header: ID#1729
Structure: {string [256], word}
The following sequence of messages between the Habbo client and Habbo game server occur during the D-H key exchange.
S>>C: ID#2416 {string [256], string [256]} : game server sends the mutually agreed upon prime and generator to the client.
C>>S: ID#3877 {string [256]} : client sends its shared secret to the game server.
S>>C: ID#1729 {string [256], word} : game server sends its shared secret and unknown word to the client.
I have tested making 3 sequential connections to the game server and the following behaviour occurred:
- the unknown word took upon the value 0x32 (0011 0010),
- the unknown word took upon the value 0x64 (0110 0100), and
- the unknown word took upon the value 0x37 (0011 0111).
I haven't tested the behaviour using different accounts.



Reply With Quote![R63 Post-Shuffle D-H Key Exchange S>>C Message {string [256], word} : unknown word](http://ragezone.com/hyper728.png)


