Hello! I am new as you can see. And I have decided to start hacking "arcade games". Now to my question, I have tried finding a SWF decompresser but somehow I can't really find anything that works. I have tried to google and ended up empty handed...
Hello! I am new as you can see. And I have decided to start hacking "arcade games". Now to my question, I have tried finding a SWF decompresser but somehow I can't really find anything that works. I have tried to google and ended up empty handed...
flasm can decompress swf files. You don't need to decompress the swfs unless you're hacking as3 games.
That is what I am going to do. But this is the text file after I have dissasembled the gameCode:movie 'snipr.swf' // flash 10, total frames: 2, frame rate: 32 fps, 550x400 px fileAttributes attrUseNetwork,attrActionScript3 scriptLimits recursion 1000 timeout 60 defineMovieClip 3 // total frames: 1 end // of defineMovieClip 3 defineMovieClip 4 // total frames: 50 end // of defineMovieClip 4 // unknown tag 87 length 217 // unknown tag 82 length 32670 // unknown tag 76 length 95 // unknown tag 87 length 3796887 // unknown tag 82 length 191 // unknown tag 76 length 23 end
As3. You need to decompress the swf file then use RJTS as3 disassembler.
Okay will test it and see if it works...
EDIT: Well when I start RJT's decrypter all I get is a box with a white screen so... Is it an error from windows or is the problem within the program?