Arcade Prehacks

Page 102 of 103 FirstFirst ... 25292100101102103 LastLast
Results 1,011 to 1,020 of 1026
  1. #1011
    Senior Member
    Join Date
    Jul 2008
    Posts
    1,871

    Re: How to hack using Flasm

    Quote Originally Posted by frogman
    I think my Flasm is broken. I downloaded the .rar, and unzipped it to my desktop, but when I try to open it a cmd comes up for a fraction of a second, and then nothing happens. Any help?
    This

    Quote Originally Posted by greeny6000
    4. Open Command Prompt - Do this by clicking > Start > All Programs > Accessories > Command Prompt

    5. We need to change directory - Type
    Code:
    cd desktop
    6. Then type
    Code:
    cd flasm
    7. Type
    Code:
    flasm
    8. This will bring up all the commands which you can use in flasm

    9. The first command we need to use is -d which disassembles the SWF file to your computer

    10. Type
    Code:
    flasm -d DesktopTD15k.swf > DesktopTD15k.txt
    11. This disassemble all the action script code into a text file so that we can edit it.

    12. Open DesktopTD15k.txt file in Notepad++
    13. Now we need to find the gold amount (which is 80) and edit it to our amount we want.
    14. Press ctrl + f to bring up the search tool.
    15. Type gold into the search tool, then click the search button.
    16. Each time you click search check to see if 80 comes up. If it does then you know you have struck gold. You will have to click the search button at least 22 times before you find it. (if you still cant find it, its on line 7276)
    17. Change 80 to the amount of gold you want. i.e. 99999999 - Also around that area you might see the lives you might change that too.
    18. SAVE THE TXT FILE - ctrl + s

    19. Go back to Command Prompt

    20. Type
    Code:
    flasm -a DesktopTD15k.txt
    To reassemble the swf file

    21. Go to your flasm folder on your desktop look for DesktopTD15k.swf double click it, when the game loads you have 99999999 gold coins.

    22. Well done!! This is your first flasm hack

  2. #1012

    Join Date
    Jun 2011
    Posts
    3

    Re: How to hack using Flasm

    Every time i try to use this, (i am sure im doing everything right) it always ends up with nothing but lines of text saying something to do with movie clips, thats it. someone help me.

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

    Re: How to hack using Flasm

    Quote Originally Posted by grockle
    Every time i try to use this, (i am sure im doing everything right) it always ends up with nothing but lines of text saying something to do with movie clips, thats it. someone help me.
    That means the game is AS3 (ActionScript 3) and Flasm can't decompile AS3 games
    Um... I used to be a moderator here...

  4. #1014

    Join Date
    Oct 2010
    Posts
    3

    Re: How to hack using Flasm

    thank you so much!

  5. #1015
    Junior Member
    Join Date
    Oct 2011
    Posts
    10

    Re: How to hack using Flasm

    whenever i try to change my game to a txt it says that it isnt swf and changes it to flm

    what do i do?

  6. #1016
    Senior Member
    Join Date
    Jan 2010
    Location
    TRMI
    Posts
    4,616

    Re: How to hack using Flasm

    flm is the same as a txt, use notepad++ to open it

  7. #1017
    Junior Member
    Join Date
    Oct 2011
    Posts
    10

    Re: How to hack using Flasm

    i opened it and there was just one line with nothing on it.

    When i try to convert the game that greeny gives us back to swf it says that it isnt swf originally

  8. #1018
    Junior Member
    Join Date
    Oct 2011
    Posts
    10

    Re: How to hack using Flasm

    nevermind i got it hacked but it doesnt say 9999999 it just says 1215 and like stays like that

  9. #1019
    Senior Member
    Join Date
    Jan 2010
    Location
    TRMI
    Posts
    4,616

    Re: How to hack using Flasm

    thats great, but do not double post

  10. #1020
    Junior Member
    Join Date
    Oct 2011
    Posts
    10

    Re: How to hack using Flasm

    ok sorry

Posting Permissions

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