Arcade Prehacks

Results 1 to 2 of 2
  1. #1

    Join Date
    Jul 2008
    Posts
    10

    Flasm is Not Working

    Okay, here's the story.

    I just recently wanted to learn how to hack games, and submit them to APH. I tried the CS3 way first, but I stopped because I didn't want to spend hundreds of dollars, or torrent anything. I then found out the Flasm way would be easier, so I tried that. Unfortunately, I think my Flasm is broken. I did what it said on the tutorial, but it didn't work. I also cannot open the .exe up. It just opens the CMD for less than a second and then closes it. I kinda would like to be able to hack games, so if anyone could help with this problem, it would be much appreciated.

  2. #2
    Senior Member
    Join Date
    Jul 2008
    Posts
    1,871

    Re: Flasm is Not Working

    You need to open up cmd (command prompt) and open the flasm.exe from there, not double-click.
    You can use
    Code:
    cd ..
    to go up one folder,
    Code:
    cd /folder/folder
    to go to a folder, TAB button auto-completes the folder names and finally
    Code:
    flasm.exe
    to run 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
  •