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
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
ermmm, i have a problem, it doesnt work :S iv done everything to what it says, but the swf doesnt load up to the form? its just blank, even the one in the tutorial? please help me :S
Originally Posted by facebook1
ermmm, i have a problem, it doesnt work :S iv done everything to what it says, but the swf doesnt load up to the form? its just blank, even the one in the tutorial? please help me :S
Make sure you write out the path to your .swf, so like
Code:
axflashobject.LoadMovie(0,@"c:\\my.swf");
Thanks very much for the TuT!!! Now im making hacks for any game with ease!!!
Wait I got lost at steps 6-7...can you help me please?
nice real hack for flash
I need help im trying to save it but when i save it . it happens to save in a visual style. so i wanna save it as a exe or a .swf possibley how do i do this .
great tutorial you should add in that the variables are in the action folder under MainMovie