• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Inject code in habboswf

Newbie Spellweaver
Joined
May 10, 2014
Messages
48
Reaction score
5
Hello there

Does anyone know way to inject code into the SWF without crashing?
FFDec can only modify HabboLoadingScreen without crashing, if you edit Example: HabboCatalog, crash in the load.

RABDSCAM is very complicated, when decompiling the swf, it leaves many spaces, bytecode that is not understood, then there are people who have injected code in the SWF as the habbo-camera, or actions to the profile (kiss, rob, sex).
it's impossible, any ideas?
 
Last edited:
RaGEZONE VIP
[VIP] Member
Joined
Aug 13, 2014
Messages
121
Reaction score
239
What kind of stuff are you looking to inject into the swf, or are you just asking for a general simple way to modify the instructions. If you have any experience in C# I could help you work with my flash library.
 
Upvote 0
Joined
Jun 23, 2010
Messages
2,324
Reaction score
2,195
I used to make small SWF code and decompiled it with RABCDASM so I could copy and paste the output into the Habbo.swf (still had to edit some namespaces and poop). Learning the textual representation of the abc code and having a decompiled version with you, it's very easy to make edits to the source without breaking it. There is a table (see here: ) of a handy list with definitions.
 
Upvote 0
Joined
Aug 10, 2011
Messages
7,399
Reaction score
3,308
Or spend two years decompiling the client and deobfuscating it.

b825c790ba8cd323178d6717a079b0aa - Inject code in habboswf - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Upvote 0
Back
Top