This tutorial is about basics flash games hack. The aim: hacking Hold The Line.
What You Need:
- SoThink Swf Decompiler
- C#.net compiler / VB.Net
- Firefox
Now open firefox and goto link and then goto Tools>Page Info
Now goto Media and highlight "http://farm.stickpage.com/holdthelinegame.swf" And press Save As...
Now since you saved the file your going to need to open it in SoThink Swf Decompiler to get the variables.(Variables are something used for health, speed, ammo, etc...)
Now your going to need to press the plus sign to the right and goto Action>Main Movie and highlight main movie
Now you have all the variables and methods it uses, now you need to open your compiler
This part is for C#.Net,VB.Net Version coming soon
Now you need to add a ShockWave control, if you don't have it in your tool box right click in ur tool box and goto Choose Items
Now goto COM and goto Shock Wave Flash Object
Now drag the flash Object onto your form and add a button
Now double click on your form to get to its start up code and put this
axShockwaveFlash1.Movie = @"c:\path\to\holdthelinegame.swf";
Obviously you need to write out the real path to the swf but anyways now it should load the swf. Now what you need to do is find a variable... i'm going to use "moneyVar" so i can hack money, now you need to double click the button and put this
axShockwaveFlash1.SetVariable("moneyVar", "9999999999");
Easy as that.
Full source code is below...
©XxTylerxX
Please register or login to download attachments.