Results 1 to 7 of 7
  1. #1
    Trollaux's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    2,074
    Reputation
    137
    Thanks
    792

    Exclamation How to decompile the 16.1.0 swf with RABCDAsm!

    Well I figured this out myself, and it seems a few other people have been trying to figure it out but stuck.
    Here is my tutorial on it:

    First, you need to have RABCDAsm, you can find it with a simple google search, just extract the contents to a folder and put your client.swf in there. You can find the latest one here, just right click that link and press Save As.

    Once you have all the contents in a folder, open up CMD and type:
    Code:
    cd InsertFolderPathHere
    Then, making sure your client is called client.swf, type these lines:
    Code:
    swfdecompress client.swf
    abcexport client.swf
    rabcdasm client-1.abc
    When the rabcdasm command is inputted, wait a second for it to fully complete, when it does you will be able to type commands again. Go ahead and close that.

    There you go, you should have a folder called client-1 and in there will be all the classes.
    d e a d b o y s
    Quote Originally Posted by Dave84311 View Post
    What do you call a troll with shitty jokes?
    Trollaux
    Quote Originally Posted by Kyeran View Post
    Foot job with lots of oil.
    Quote Originally Posted by Kyeran View Post
    If she's 12, I'm 12.

  2. #2
    gagger5's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    My Mood
    Confused
    TY so much! im starting to learn how to hack this stuff (tired of waiting for posters) and i found this helpful.

  3. #3
    Trollaux's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    2,074
    Reputation
    137
    Thanks
    792
    Quote Originally Posted by gagger5 View Post
    TY so much! im starting to learn how to hack this stuff (tired of waiting for posters) and i found this helpful.
    No problem. Remember to thank/rep me if you like my content.
    d e a d b o y s
    Quote Originally Posted by Dave84311 View Post
    What do you call a troll with shitty jokes?
    Trollaux
    Quote Originally Posted by Kyeran View Post
    Foot job with lots of oil.
    Quote Originally Posted by Kyeran View Post
    If she's 12, I'm 12.

  4. #4
    justgiveup99's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    137
    My Mood
    Asleep
    Hey, I'm quite new to this and I've encountered an error. When I go to input the commands , I get a windows popup saying swfdecompress has stopped working properly. (Same thing for all 3 commands) I input them in the proper order and everything.

    I'm on Windows 7 if that changes anything?

  5. #5
    Trollaux's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    2,074
    Reputation
    137
    Thanks
    792
    Quote Originally Posted by justgiveup99 View Post
    Hey, I'm quite new to this and I've encountered an error. When I go to input the commands , I get a windows popup saying swfdecompress has stopped working properly. (Same thing for all 3 commands) I input them in the proper order and everything.

    I'm on Windows 7 if that changes anything?
    I'm on 64-bit Windows 7 and I never get any errors. I have no idea why this is happening for you sorry.
    d e a d b o y s
    Quote Originally Posted by Dave84311 View Post
    What do you call a troll with shitty jokes?
    Trollaux
    Quote Originally Posted by Kyeran View Post
    Foot job with lots of oil.
    Quote Originally Posted by Kyeran View Post
    If she's 12, I'm 12.

  6. #6
    ThatsmahJam's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    Would be a good thing if you tell us how to compress it again

  7. #7
    Trollaux's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    2,074
    Reputation
    137
    Thanks
    792
    Quote Originally Posted by ThatsmahJam View Post
    Would be a good thing if you tell us how to compress it again
    Read the title. Its pretty easy, just search how on the forums.
    d e a d b o y s
    Quote Originally Posted by Dave84311 View Post
    What do you call a troll with shitty jokes?
    Trollaux
    Quote Originally Posted by Kyeran View Post
    Foot job with lots of oil.
    Quote Originally Posted by Kyeran View Post
    If she's 12, I'm 12.

Similar Threads

  1. [Help] Decompile a .DLL
    By cseay1 in forum C++/C Programming
    Replies: 4
    Last Post: 10-06-2011, 08:26 AM
  2. decompile
    By frenci8 in forum C++/C Programming
    Replies: 5
    Last Post: 07-28-2011, 04:57 AM
  3. Decompile help
    By ghwtfan in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 11
    Last Post: 08-01-2010, 08:01 AM
  4. can you decompile a .exe?
    By h4x0rswln is back in forum C++/C Programming
    Replies: 18
    Last Post: 01-13-2010, 06:34 PM