Arcade Prehacks

Results 1 to 5 of 5
  1. #1

    Join Date
    Dec 2009
    Posts
    4

    Decompressing SWF files.

    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...

  2. #2
    Senior Member noahzhang's Avatar
    Join Date
    Jan 2009
    Posts
    691

    Re: Decompressing SWF files.

    flasm can decompress swf files. You don't need to decompress the swfs unless you're hacking as3 games.

  3. #3

    Join Date
    Dec 2009
    Posts
    4

    Re: Decompressing SWF files.

    That is what I am going to do. But this is the text file after I have dissasembled the game
    Code:
    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

  4. #4
    Senior Member noahzhang's Avatar
    Join Date
    Jan 2009
    Posts
    691

    Re: Decompressing SWF files.

    As3. You need to decompress the swf file then use RJTS as3 disassembler.

  5. #5

    Join Date
    Dec 2009
    Posts
    4

    Re: Decompressing SWF files.

    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?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •