Arcade Prehacks

Results 1 to 3 of 3
  1. #1
    RedFaceofAwesomeness's Avatar
    Join Date
    Dec 2010
    Location
    New York
    Posts
    621

    LOLfaces Flasm Opener

    Virus Scan Report: http://www.virustotal.com/file-scan/rep ... 1298307275

    My program for you to use with flasm.

    Here's the README!
    Code:
    If you don't have flasm-
    1. Extract flasm.exe,flasm.ini,Flasm Opener by LOLface,cd, and flasm to your desktop.
    
    2. Put flasm.exe,flasm.ini, and Flasm Opener by LOLface in the flasm folder.
    
    If you do have flasm-
    1. Put Flasm Opener by LOLface in your flasm folder and run it.
    
    When you got done either of those- 
    1. It will open cmd then it will show a whole bunch of junk, all you need to do is this type flasm.
    
    DONE! Than just do what you regulary do with flasm.
    
    If you don't know how to work with flasm do the following-
    1. After you done the step above (type in flasm) do this "flasm -d (SWF name).swf  > (SWF name).txt
    
    2. If your done with hacking it do this flasm -a (SWF name).txt
    
    Then your done enjoy.
    Attached Files Attached Files

  2. #2
    Senior Member
    Join Date
    Feb 2010
    Location
    http://tinyurl.com/2atap49
    Posts
    2,328

    Re: LOLfaces Flasm Opener

    Doesn't work.
    cmd isn't a function.

    also, putting echo makes it just say the command. If you want it to do the command, you have to remove echo

    Edit: batch probably isn't the programming language you want to use with Flasm.
    Still, if you want to, you can use this code, which is better but still bugged:
    Code:
    @echo off
    cd C:\Users\*\Desktop\flasm
    flasm
    flasm -d *.swf
    PAUSE
    Um... I used to be a moderator here...

  3. #3
    RedFaceofAwesomeness's Avatar
    Join Date
    Dec 2010
    Location
    New York
    Posts
    621

    Re: LOLfaces Flasm Opener

    I thought it would be easier.

Posting Permissions

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