What You Need:
SoThink Swf Decompiler
C#.net compiler
or
VB.Net
Firefox

I'm going to show you how to hack some basic flash games, we are going to be hacking Hold The Line. 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
Code:
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
Code:
  axShockwaveFlash1.SetVariable("moneyVar", "9999999999");

Easy as that.... ill upload the trainer to... Virus Scan

Post a Comment

 
Top