Here we go. If you need go get or edit any Habbo.swf related stuff, reqeust there!
What can I do:
- Get all variables/texts used
- Get packet structure/function
- Enable advanced debugger in swf
- Cracking/RSA edit
- Furnidata/product data structure
- Code edit
Why do you need it?
This month I have been working on my r39 emulator and realised that there is dozens of not implented on server packets. In newer swf versions thre is even more.
Even more, if you check any packet most likely you will see something like this:
Code:
ServerMessage message = new ServerMessage(1337);
message.AppendInt(1);
message.AppendInt(0);
message.AppendInt(0);
SendMessage(message);
This is wrong and you have to fix it as soon as you can.
Dont't ask me to get all packet ids/structures, cus I won't do it.
Also, add why do you need it and who will use it, because you should understand that I won't spend time on working on something that nobody will use.
Request format: {swf version} {download link} {why} {what do you need}
Thanks.