Arcade Prehacks

Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11
    LifeUpStudios's Avatar
    Join Date
    Nov 2009
    Location
    Reyzon, Capital of Lifren
    Posts
    845

    Re: Need a Hacking Tutorial: GOOGLE CHROME.

    Quote Originally Posted by roflmao987
    It was probably a typo,make sure EVERYTHING is spelled correctly.
    i tried it about 27 times, checking for typo's each time...

  2. #12
    Senior Member
    Join Date
    Jul 2010
    Location
    The Netherlands
    Posts
    1,862

    Re: Need a Hacking Tutorial: GOOGLE CHROME.

    Make a description in which you describe exactly what you do.
    I've been here before.

  3. #13
    LifeUpStudios's Avatar
    Join Date
    Nov 2009
    Location
    Reyzon, Capital of Lifren
    Posts
    845

    Re: Need a Hacking Tutorial: GOOGLE CHROME.

    In this example we are going to hack the gold in Desktop Tower Defence.
    http://www.arcadevoyage.com/game/1228/D ... fence.html

    1. We need the game. Open up FireFox Browser then go to http://www.arcadevoyage.com/game/1228/D ... fence.html

    2. Right click and select UnPlug. This will bring up all the downloadable files on this web page.


    3. We are just looking for the game. The file is called DesktopTD15k.swf. Under that file name you should see a save button. Click it and save it in the flasm folder which you have placed on the desktop. Now you have the game.

    4. Open Command Prompt - Do this by clicking > Start > All Programs > Accessories > Command Prompt

    5. We need to change directory - Type
    CODE: SELECT ALL
    cd desktop



    6. Then type
    CODE: SELECT ALL
    cd flasm



    7. Type
    CODE: SELECT ALL
    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: SELECT ALL
    flasm -d DesktopTD15k.swf > DesktopTD15k.txt


    11. This disassemble all the action script code into a text file so that we can edit it.
    At this point it wont disassemble.

  4. #14
    Senior Member
    Join Date
    May 2010
    Location
    Pen Island
    Posts
    3,838

    Re: Need a Hacking Tutorial: GOOGLE CHROME.

    Which game are you trying to hack?

  5. #15
    Senior Member
    Join Date
    Jul 2010
    Location
    The Netherlands
    Posts
    1,862

    Re: Need a Hacking Tutorial: GOOGLE CHROME.

    And what's the error?
    I've been here before.

  6. #16
    Senior Member spiderkid12's Avatar
    Join Date
    Jun 2010
    Posts
    1,857

    Re: Need a Hacking Tutorial: GOOGLE CHROME.

    Make sure the swf file is in your flasm folder then do the codes again.

  7. #17
    Senior Member
    Join Date
    Jul 2010
    Location
    The Netherlands
    Posts
    1,862

    Re: Need a Hacking Tutorial: GOOGLE CHROME.

    Also, be sure to type 'flasm' in front of '-d' (without the ' and ')
    I've been here before.

Page 2 of 2 FirstFirst 12

Posting Permissions

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