6 Attachment(s)
How to make a trainer with vb2008
This tutorial shows you how to make a trainer with vb2008.
What you will need:
1.you can choose the following items(or you can have your own way)of finding the game swf:
a)sothink swf catcher for ie
b)sothink swf catcher for firefox
c)unplug addon for firefox (personally suggest)
2.Visual Basic 2008, free, fast to download and its on the main site
4)basic variable searching knowledge
Steps:
1.First find a swf for a game, use this swf for example:
http://www.arcadevoyage.com/swf/1990.swf
2.Then,open vb2008 and open a new project.
http://i35.tinypic.com/14kiiix.jpg
and type a name for it.
3.After that,
open toolbox,right click and select "choose items"
http://i38.tinypic.com/15zmsk4.jpg
4.Click the "COM" tab and select "shockwave flash object"
http://i35.tinypic.com/ojj90z.jpg
5.You will see something like this spread it out on your form:
a)http://i35.tinypic.com/ra23x3.jpg
b)http://i38.tinypic.com/vylfs7.jpg
6.Rename it to Flash1 for easier encoding.
http://i38.tinypic.com/16hrwaw.jpg
7.Then add the following items:
http://i37.tinypic.com/jsewx3.jpg
8.For the encoding, "load game" is "cmdload_game", "Gold" is "cmdgold".
a)http://i38.tinypic.com/nmnw5y.jpg
b)now put in the swf at the properties bar for Flash1:
http://i34.tinypic.com/kb4mzo.jpg
9.Now add the final touches before publishing:
http://i34.tinypic.com/24lu7p3.jpg
(PS: I got the dice icon from fgm :P)
10.Test it out.
a)see if it works
http://i35.tinypic.com/2zyzrwn.jpg
b)if it works then key-press Ctrl+Shift+S, and save it where you want.
11. Find where your file is:
your file is in "yourtrainername"\"youtrainername"\bin\Release
a)http://i37.tinypic.com/2itb21.jpg
12.when you found it, delete the other files but save the exe.
There you made your first trainer!!
13.first file you can download is the trainer version second is the project version.
(dont forget to change the icon!)
Re: How to make a trainer with vb2008
nice tutorial! :thumbsup: I already know how vb2008 works and it kinda suck, I recommend vb6.
Re: How to make a trainer with vb2008
but in vb2008 you can change the button's colour + it has more functions...just to wait for smart ppl to learn.
Note:Smart but lazy people are not included :P
Re: How to make a trainer with vb2008
Quote:
Originally Posted by mathewthe2
but in vb2008 you can change the button's colour + it has more functions...just to wait for smart ppl to learn.
Note:Smart but lazy people are not included :P
You can change the button colour in VB6 as well...
Couldn't you see the "Protector" trainer I made has black and red button colour?
Re: How to make a trainer with vb2008
but how, i changed it but nothing changes, still grey....
Re: How to make a trainer with vb2008
wheres the link to download I cant find on main site
Re: How to make a trainer with vb2008
no i mean on the vb main site (its free!!):
http://www.microsoft.com/express/download/
Re: How to make a trainer with vb2008
Ok First Of All U POSTED A GREAT TUTORIAL!!!!!!!!!!!!
ik got my trainer exactly as yours fully working
But, Could U Teach Me How To Get More Variable's Bcuz i want to make an EXP Add Button i got this code (it dosnt Add EXP)
Call Flash1.SetVariable("_root.exp", TextBox2.Text)
So How Do I Find The Real Variable?
i got Sotnink Swf Decompiler :D
please helup me
Re: How to make a trainer with vb2008
you can find the variables with flashgamemaster and r4zcheater too.
And for the exp variable, sometimes games may use global variables or some like these: _root.player.exp, character.exp etc.
Re: How to make a trainer with vb2008
matt fo you how to get sothink swf decomplier the full version?