VB TUT : HOW TO MAKE A UNIVERSAL FLASHGAME TRAINER
Posted: Fri Apr 02, 2010 11:47 am
Okay..... first we are going to the basics
this doesn't require a lot of knowledge cuz VB already translate that into binary for you!(thank god for microsoft VB)
okay u should open a new project
then click on --> project --> add Reference

a new window should pop up like this then choose --> COM , then select ---> Shockwave Flash ( this enables your trainer to load/play the video)

resize your project to your desired size (you can change the name if you like it)
then doube click shockwave flash object which should be on the very bottom of the toolbar

now resize it to maybe 3/4 of the project size so that u will able to put the buttons(weeeee the beautiful buttons which enables you to change the value of almost anything in the game)

now dump 3 textboxs , 3 labels and 2 buttons on the project

arrange them like so.... change the name of the buttons and the labels to your desired name

now double click the Change button the coding window should pop up type in this code
AxShockwaveFlash1.SetVariable(TextBox1.Text, TextBox2.Text)
EDIT IMPORTANT !!! MAKE SURE THAT THE VARIABLE TEXTBOX NEEDS TO BE TEXTBOX1 AND THE VALUE TEXTBOX NEEDS TO BE TEXTBOX2!!!!
AND THE SWF LINK NEEDS TO BE TEXTBOX3
then double click the "go to SWF link Button" and type this
AxShockwaveFlash1.Movie = TextBox3.Text
once your done doing this place the game's SWF link on the SWF link box ,
for example if you wanna change the money value u type in money in the variable box and type in the value in the value box and press change!
it's THAT easy
-----------------------------------------------------------------END OF UNIVERSAL TRAINER TUT------------------------------------------------------------------------
-----------------------------------------------------------------How To Find The Game's SWF link TUT------------------------------------------------------------------
NOTE:this only works for mozilla firefox
first find the game you wanna hack....... for example my game is "penguin massarce"
here's the link --> http://armorgames.com/play/4964/penguin-massacre
right-click -->its page INFO not source

smthg should pop up like this, choose media and choose the 1 code named embed if you get multiple embed choose the one which is shorter and more reconizable then the other embed)

copy and paste it on your trainer's SWF link press Go to SWF link and your done!
so to thank me for writing this tut down buy me some PIE X3
this doesn't require a lot of knowledge cuz VB already translate that into binary for you!(thank god for microsoft VB)
okay u should open a new project
then click on --> project --> add Reference

a new window should pop up like this then choose --> COM , then select ---> Shockwave Flash ( this enables your trainer to load/play the video)

resize your project to your desired size (you can change the name if you like it)
then doube click shockwave flash object which should be on the very bottom of the toolbar

now resize it to maybe 3/4 of the project size so that u will able to put the buttons(weeeee the beautiful buttons which enables you to change the value of almost anything in the game)

now dump 3 textboxs , 3 labels and 2 buttons on the project

arrange them like so.... change the name of the buttons and the labels to your desired name

now double click the Change button the coding window should pop up type in this code
AxShockwaveFlash1.SetVariable(TextBox1.Text, TextBox2.Text)
EDIT IMPORTANT !!! MAKE SURE THAT THE VARIABLE TEXTBOX NEEDS TO BE TEXTBOX1 AND THE VALUE TEXTBOX NEEDS TO BE TEXTBOX2!!!!
AND THE SWF LINK NEEDS TO BE TEXTBOX3
then double click the "go to SWF link Button" and type this
AxShockwaveFlash1.Movie = TextBox3.Text
once your done doing this place the game's SWF link on the SWF link box ,
for example if you wanna change the money value u type in money in the variable box and type in the value in the value box and press change!
it's THAT easy
-----------------------------------------------------------------END OF UNIVERSAL TRAINER TUT------------------------------------------------------------------------
-----------------------------------------------------------------How To Find The Game's SWF link TUT------------------------------------------------------------------
NOTE:this only works for mozilla firefox
first find the game you wanna hack....... for example my game is "penguin massarce"
here's the link --> http://armorgames.com/play/4964/penguin-massacre
right-click -->its page INFO not source

smthg should pop up like this, choose media and choose the 1 code named embed if you get multiple embed choose the one which is shorter and more reconizable then the other embed)

copy and paste it on your trainer's SWF link press Go to SWF link and your done!
so to thank me for writing this tut down buy me some PIE X3