How do i make a Flash Game Trainer?
READ FIRST!
This is a very simple tutorial on, how to make Flash Game Cheats/Trainers by Zipstacrack.
If you don't want to follow my instructions then you can also download the Source Code by clicking
HERE ("Winrar needed")
If you just want to try the Trainer, then you can download it
HERE
Step 1.
Make Sure you have the software Visual Basic 6.0.
Please don't Steal the software from Limewire/Bearshare
or other Sharings Programs.
Please don't Steal the software from Torrent softwares like Bitlord.
And please buy the software legaly. :P
Step 2.
Open Visual Basic (wich u already have installed)
- Now there will popup a Window named "New Project" Choose "Standard EXE".
- Now push on the Project button wich is in the top of the software
when u clicked the Project button, choose "Components"
now Mark "Shockwave Flash" and press OK.
Step 3.
Now you have a Shockwave Compnent in your toolbox.
take that component(it looks like a paper) and drag it over to your Form1.
and it dosn't matter how big you make it.
Step 4.
Now you dragged the Shockwave flash component to your form.
Click once on the Component and in the right side of the software
there will apear some Propoties for your Component wich is named (ShockwaveFlash1)
Push at the button at the Custom like it says on the picture (1)..
now put in the Movie URL like the picture says(2)
("
http://www.miniclip.com/games/samurai-sam/en/samuraisam.swf")
And now PUSH OK!(3)
Step 5.
Now add a Textfield and a button like the pictures says.
And when you done with that, push on "view code" at the button.
Step 6.
Now theres a window named "Project1 - Form1 (Code)
Write ("just as you se on the picture")
Private Sub Command1_Click()
Call ShockwaveFlash1.SetVariable("ninja.health", Text1.Text)
End Sub
and also add this to the code window ("makes the game Start when u open the program u make")
Private Sub Form_Load()
ShockwaveFlash1.Play
End Sub
Step 7.Now you are done with a Flash Game Trainer. ("Wich can give you health")
Make sure to make the Shockwave Component bigger then on my pictures so u can se the game.
Now Push "File" -> "Make Project" -> Save it as Ninja.exe
When u use the Trainer .. Write 100 in the TextField and click on Command1, then the healt change.
Important Facts
How did i know i had to write Ninja.Health?
Download "Sothink SWF Decompiler" (find it on google urself ROFL)
Install it :P
Ok now visit the site with the game you want to make a trainer for.
When the game is 100% loaded in your game then go to ("Temporary Internet Files")
There u find the samuraisam.swf file ("drag it over to your desktop or other place on ur computer")
Now open the samuraisam.swf file with Sothink SWF Decompiler
Go to Actions.. and search for the Value Names u need for ur trainer like "ninja.health"
How did i know the Movie URL for the trainer?
Find the swf file in "Temporary Internet FIles" and choose Properties for the file.
Then the Properties Window will popup and there u have the Movie URL for the Trainer.
All pictures by Ziptacrack and the whole Tutorial by Zipstacrack.
Game Made by Gerard 3300