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:
Banned
Banned
Joined
Aug 25, 2009
Messages
431
Reaction score
190
Use FFDec to create the bytecode then put that into the swf with RABCDAsm
 
Upvote 0
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