Hi,
After browsing the net I came across a cracked habbo10.swf file.
I'm releasing it here for all of you wonderful people to use.
No, I don't have an EMU or anything else like that to go with it. And I only have the Habbo10.swf file, nothing more.
Good luck, have fun! :)
Updated: January 4th, 2011
Download:
RELEASE63-30868-30862-201101040033_300ab1b993f69c26456ed739188eb7f1
Credits:
anthony93260 - 99% (cracking)
Me - 1% (Releasing to RZ)
EDIT:
Forgot a screenshot, sorry :)
http://i55.tinypic.com/15o8mir.png
EDIT 2:
Anthony came on and released the fixes :) PE translated what he said;
Quote:
--- Translation of what anthony93260 said: ---
1. Open CatalogItem.cs and search for "Message.AppendInt32(PixelsCost);"
add this under it: Message.AppendInt32(0);
2. Open Catalog.cs and search for "Session.GetMessageHandler().GetResponse().AppendInt32(Item.PixelsCost);"
put this code above it: Session.GetMessageHandler().GetResponse().AppendInt32(0); //test
3. Open Roomuser.cs and search for "Message.AppendStringWithBreak("");"
put this code above it: Message.AppendInt32(0);

