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!
Download:
Credits:
anthony93260 - 99% (cracking)
Me - 1% (Releasing)
EDIT:
Forgot a screenshot, sorry
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!
Download:
You must be registered for see links
Credits:
anthony93260 - 99% (cracking)
Me - 1% (Releasing)
EDIT:
Forgot a screenshot, sorry
--- 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);