Arcade Prehacks

Results 1 to 6 of 6

Thread: Re: plz help

  1. #1

    Join Date
    May 2010
    Posts
    9

    Re: plz help

    When i downloaded flasm it will not open when i clicked it the sceen went black and then got rid of flasm plz help

  2. #2
    Bluegames3's Avatar
    Join Date
    Jun 2010
    Location
    C:\Program Files
    Posts
    93

    Re: plz help

    Quote Originally Posted by roblox003
    When i downloaded flasm it will not open when i clicked it the sceen went black and then got rid of flasm plz help
    You must use command prompt to operate it, it doesn't work by just 'opening' it. You can find the entire tutorial here, but i will tell you the basics in this post.

    1. Put the swf in your flasm folder.

    2. Open Command Prompt by going to
    Code:
    Start > All Programs > Accessories > Command Prompt
    OR
    Go to
    Code:
    Start > Run
    Then type cmd and press enter (or click "OK")

    3. Get to the Flasm folder in command prompt You must know where you saved flasm, it's best to keep it in C:\Documents and Settings\USER
    Write your windows username instead of "USER" (Unless that IS the username)
    You may also keep it on the desktop, it slightly longer to get there using command prompt, but is easy to access normally.
    If you have it in C:\Documents and Settings\USER you can just simply type "cd flasm" to open the folder
    Otherwise, you must locate it using this method:
    Code:
    To go into a folder, type "cd" followed by the name of the folder.
    To go to the previous folder, type "cd.."
    4. Once you get to the folder, Type "flasm" This will bring up all the commands which you can use in flasm

    5. We need to use the "-d" command which disassembles the SWF file. Type flasm -d "NAME OF FILE".swf > "NEW NAME".txt
    *Replace "NAME OF FILE.swf" with the name of your swf file, and the "NEW NAME.txt" to what you would like to name the new decompiled txt file. DO NOT CHANGE THE EXTENSIONS! (.swf and .txt)

    Now you will have the swf decompiled to a txt file in the flasm folder.

    EDIT: Read the post below this! 0.o why didn't I think of that...

  3. #3
    Administrator selectLOL's Avatar
    Join Date
    May 2010
    Posts
    3,290

    Re: plz help

    Or you can drag the swf over flasm and release it. Its the same like you do it with command prompt. You will get a flm-file, but its the same like a txt-file. After you edited the flm-file, drag it over flasm and release it to reassemble it.
    My website: http://selectlol.com/
    My second game: Play it now

    Its easier to find intelligent life in the universum than in the internet.

  4. #4

    Join Date
    May 2010
    Posts
    9

    Re: plz help

    whats a swf

  5. #5
    Senior Member
    Join Date
    Jul 2009
    Posts
    8,079

    Re: plz help

    Do you know ANYTHING about hacking with flasm?

  6. #6

    Join Date
    May 2010
    Posts
    9

    Re: plz help

    i done it now thanks for all your help

Posting Permissions

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