PDA

View Full Version : Question Modifying ActionScript3 in Flash 9 SWF files.



blackd0t
11-03-2009, 07:03 AM
Hello!

Recently I have been thinking of the ultimate way of hacking online social flash games. As ActionScript can by converted from SWF files to human-readable form from the byte code, it should be possible to make your own modifications to the general game logic. I don't know much about Flash myself thus I'm asking people who may be experienced in that subject.

Is there any ActionScript3 editor for SWF files? (I've only found Zlash http://www.zlash.com ,but it's said to only support SWF files up to version 8, so it is only able to parse ActionScript up to version 2)

I've also tried decompiling the flash game into pure Flex format and tried to rebuild it afterwards with Flex Builder 3, but the SWF file produced is much smaller than the original and not all files seem to be embedded in the SWF file.

Regards.

Michael87
11-19-2009, 01:57 PM
http://www.flash-decompiler.com/

I usually decompile the Actionscript, and then directly patch the opcodes in the .swf file.
Basically its:

-> find place to patch -> get the opcode bytes
-> extract the .swf file (usually gziped)
-> find the opcode bytes to patch inside of the unpacked swf
-> repack & enjoy

Tatez
12-01-2009, 12:15 AM
http://www.top-design.ro/r4zcheater/screenshots.php

Best flash decompiler I know of


(I hope you aren't trying to hack habbo)