Army of.... still works
Printable View
Army of.... still works
well isnt there any way around it
Is it decrypting traffic in and out?
aod died last night didnt it?
No it stills works
well it died for me last night and still fails to work :P
Think of it like this.
Habbo Server -> Habbo Client
Habbo Client -> Habbo Server
Those two communicate back and forth, exchanging data in "packets".
Now the server packets are encrypted using RC4.. to intercept and read/modify/send those packets you need to decrypt and encrypt them.
A scripting application does this:
Habbo Client -> Application -> Habbo Server
Habbo Server -> Application -> Habbo Client
This allows the Application to be a "midway point" for all data, and allows it to modify it in the way it wants.
When encryption changes, the application doesn't know how to encrypt/decrypt those packets, so it no longer becomes the midpoint, and doesn't work.
Edited by brandon (Forum Super Moderator): Accidental double post merged