(adsbygoogle = window.adsbygoogle || []).push({});
hello this is a tut from prearcadehacks and is by greeny6000 all credits to him i just brought it here because it is how i learnt how to prehack flash games
You will need these FREE applications to create your hack.
1. FireFox Browser - Free Web browser, where you can add many free add ons.
Download Here -
You must login or register to view this content.
2. 'Unplug' add on for FireFox Browser - This tool grabs the flash file which is embedded on the webpage
Download Here -
You must login or register to view this content.
3. Flasm - This tool decompiles the flash file into text
Download Here -
You must login or register to view this content. ... 20927.html
4. Notepad++ - Use this tool to edit the variables of the game
Download Here -
You must login or register to view this content.
5. Winzip or Winrar (if you dont already have it) Use this to extract flasm zip file
Download Here -
You must login or register to view this content. ... 07677.html
Once you have downloaded flasm and unzipped the zip file, move the directory to your desktop and rename it flasm.
In this example we are going to hack the gold in Desktop Tower Defence.
You must login or register to view this content. ... fence.html
1. We need the game. Open up FireFox Browser then go to
You must login or register to view this content. ... 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.
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: SELECT ALL
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
hope this helped it helped here is a video of some flasm hacked games to show you what they look like
[video]
https://youtu.be/RDFKAVJHjfk[/video]