Post: how to hack flash games using flasm
04-12-2011, 01:10 AM #1
(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]
(adsbygoogle = window.adsbygoogle || []).push({});

The following 3 users say thank you to chickensamw1993 for this useful post:

courtjester51, Sn0wb0arder245, zyfix
05-04-2011, 10:36 AM #2
Bob xxxsx
Do a barrel roll!
llllllllllllllllllllllllllllllllllooooooooooooooooooooooooooooooooollllllllllllllllllllllllllllllllllll
05-05-2011, 09:06 PM #3
chaosx6
~*`Chaos Is Power`*~
Originally posted by chickensamw1993 View Post
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 me want my prehacked flash games just ask for the link


Could you possible hack facebook games with this? ex. cityville or mafia wars.
05-05-2011, 09:30 PM #4
Originally posted by chaosx6 View Post
Could you possible hack facebook games with this? ex. cityville or mafia wars.


Im guessing yes since its a flash game?

The following user thanked courtjester51 for this useful post:

chickensamw1993
05-05-2011, 09:32 PM #5
chaosx6
~*`Chaos Is Power`*~
Originally posted by courtjester51 View Post
Im guessing yes since its a flash game?


Ohh alryt I'm going to try it later and see if it does work.
05-05-2011, 09:33 PM #6
Originally posted by chaosx6 View Post
Ohh alryt I'm going to try it later and see if it does work.


Tell me if it does?
05-05-2011, 09:44 PM #7
chaosx6
~*`Chaos Is Power`*~
Originally posted by courtjester51 View Post
Tell me if it does?


Alryt will do...
05-05-2011, 10:32 PM #8
it does work but sometimes the firefox add on doesnt find the right swf theres other ways other than using firefox add on but this is the most simple to find out if this is the right 1 play the swf 1st if its and advert or just the game intro youll have 2 not do it or try a different method just for and example of what these hacks turn out like here is a few of my prehacks[video]https://youtu.be/RDFKAVJHjfk[/video]

---------- Post added at 11:32 PM ---------- Previous post was at 11:24 PM ----------

Originally posted by chaosx6 View Post
Could you possible hack facebook games with this? ex. cityville or mafia wars.
i dont think so maybe im wrong because your downloading the game to your computer and if its a facebook itl be no use cause it saves onto your computer and not your facebook try cheat engine that was the best for facebook but with every 1 doing it alot of games have patched it
05-05-2011, 10:44 PM #9
chaosx6
~*`Chaos Is Power`*~
Originally posted by chickensamw1993 View Post
it does work but sometimes the firefox add on doesnt find the right swf theres other ways other than using firefox add on but this is the most simple to find out if this is the right 1 play the swf 1st if its and advert or just the game intro youll have 2 not do it or try a different method just for and example of what these hacks turn out like here is a few of my prehacks[video]https://youtu.be/RDFKAVJHjfk[/video]

---------- Post added at 11:32 PM ---------- Previous post was at 11:24 PM ----------

i dont think so maybe im wrong because your downloading the game to your computer and if its a facebook itl be no use cause it saves onto your computer and not your facebook try cheat engine that was the best for facebook but with every 1 doing it alot of games have patched it


yeah I've tried your thread but didn't work... I'll try it with cheat engine and see if I get anything.
05-05-2011, 11:19 PM #10
so its comfirmed that this does not work for facebook games but cheat engine does for certain facebook games you may need a tut find on youtube and i recommend firefox when using cheatengine please note most fb games have patched cheat engine and there is several ways of hacking with cheat engine speed hack normally works on most games download cheat engine here
You must login or register to view this content.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo