Okay well i heard a lot of people are having trouble and are asking questions on how to make trainers. so this tutorial is for all of those who want to learn how to make a flash trainer.
so what you need is visual basic 6. so go here and download it:
DO NOT PM ME ASKING FOR A DOWNLOAD LINK, IF YOU DO I WILL -REP YOU! then download a SWF decompiler here if you already don't have one:
http://www2.sothink.com/download/swfdec.zip okay so open vb6 and a window should pop up. click on "Reg key (Allows .Exe extensions) then click on run vb6. and then click on "standard exe" now you should have something that looks like this:
Now go to "project/compnents" like this:
Add the component called "shockwave flash" (its at the bottom of the list of components) and click okay.
then you should see a small page icon on your left side in your components like this:
now click on it and put it on your page like this:
now click on the white flash document once and on the right bottom side it should say: "(name). name it to flash1. this is very important.
now above it click on the (custom) blank space and click on the (...) button like this:
now you need a SWF. you can get them many ways. a couple ways are:
go to any flash game, and right click and click on view source, and search for SWF, or you can go to tools and sothink SWF cather and see what the SWF URL is, don't save the SWF.
I used this SWF:
http://www.miniclip.com/games/heli-attack-2/en/heli2miniclip.swf now paste that URL into the "property pages" form like this:
then click ok.
Now the game should load.
on the left side under "general" click on the "command button" tab and add a button to your form.
now above the "commandbutton" tab there is the "textbox" tab. click on it and add a text box next to your button.
now double click on your button and the code should appear.
now type in this code: Call Flash1.SetVariable("score", Text1.text)
now you can test your game by pressing F5. now click on "start game" now type 99999 in the text box and click on your button. your score should be changed to whatever you just typed in the textbox.
you can customize your trainer now too. you can change it's color, rename your button so it doesn't same command1 instead it says: score hack.
you can add more buttons and more hacks.
so now, why do you need the decompiler??? well the decompiler is for look for values such as the score. in this case the value was "score" but in different games such as battleon you wouldn't type in "health" but "int.heath". so how do you use the decompiler??? open up Internet explorer (not firefox) and got to any flash game you want to hack. go to tools, sothink SWF cather
now open sothink decompiler and open the file
go to Action, then click on main movie.
and your all set!! now just look for values like "score" "highscore" helis"
or whatever else goes with the game.
have fun and good luck!
if you want to download the trainer i made using this tutorial you can.
+rep would be appreciated and it would be nice if it was stickied. (not that i'm begging for it to be)