UltimateCheating Official Cheating Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeSearchLatest imagesRegisterLog in

 

 Visualbasic trainer making Knowledge

Go down 
5 posters
AuthorMessage
axzus
Administrator
axzus


Number of posts : 63
Location : Unknown Dungeon
Registration date : 2008-06-15

Visualbasic trainer making Knowledge Empty
PostSubject: Visualbasic trainer making Knowledge   Visualbasic trainer making Knowledge EmptySun Jun 15, 2008 7:28 am

How To...

1. Make a Message Box
2. Make a Menu
3. Force Loading
4. Freeze Variables
5. Freeze Variables With On / Off
6. Make your Project into EXE file

1. How to Make a Message Box
If you want to make a message box, the code is very easy and simple you could type these code in a button or a menu bar
Code:
MsgBox "Message Here", vbOkOnly, "Title"






2. How to make a Menu
To make one, right-click a blank spot on your form, and then go to 'Menu Editor'.
Visualbasic trainer making Knowledge 29oo45f

Or you can make a sub menu by clicking "--->" right arrow
Visualbasic trainer making Knowledge Eaqs0x





3. Force Loading
To make a force load button its really easy all you got to do is double click on the button and put in these code!
Code:
ShockwaveFlash1.Playing = True
This tells the shockwave flash component to play the .swf when the form is loaded.




4. How to Freeze Variables
Freezing a variable can be useful when you want to freeze the variable for health, money, etc... This way, the value will never change, so in the game we usually call it infinite.

First you need to Set up a button and a timer. The timer should look like this:
Visualbasic trainer making Knowledge 5xsy88

Now on the right, click the properties window, and change the interval of the timer from 0 to 1. And make sure to change Enabled to False
Visualbasic trainer making Knowledge 2wdccv6

Now double click the timer
And enter this code:
Code:
Call ShockwaveFlash1.Setvariable("variable", value)
OR
Code:
Call ShockwaveFlash1.SetVariable("variable", Text1.Text)
Now double click on your command button and put in these code:
Code:
Timer1.Enabled = True
This turns the timer on when pressed.




5. How to Freeze Variables With On / Off
Firstly, set up your button and timer the same as above, and enter your timer code, but for your button, use this instead:

Code:
If Timer1.Enabled = False Then
    Timer1.Enabled = True
Else
    Timer1.Enabled = False
End If

If you want to change your button name(caption) to on or off when pressed all you got to do is add 2 more line:

Code:
If Timer1.Enabled = False Then
    Timer1.Enabled = True
    Command1.Caption = "[Name of the caption]: On"
Else
    Timer1.Enabled = False
    Command1.Caption = "[Name of the caption]: Off"
End If

Replace the [Name of the caption] to the name off your caption
E.G:
Infinite health: On
Infinite health: Off





6. How to make your Project into EXE file
This is very simple but some of the people had just start to make trainers or other program or new to Visual Basic 6 so maybe they don't know how to make a Project they made into EXE file...

Just go to
File> Make Project1.exe




I will be adding more later!

PS: There is alot I don't know yet...
Back to top Go down
Salazarr
Administrator
Salazarr


Number of posts : 80
Location : <script>alert('xss')</script>
Registration date : 2007-12-13

Visualbasic trainer making Knowledge Empty
PostSubject: Re: Visualbasic trainer making Knowledge   Visualbasic trainer making Knowledge EmptySun Jun 15, 2008 7:30 am

nice good job, should be good for beginners
Back to top Go down
axzus
Administrator
axzus


Number of posts : 63
Location : Unknown Dungeon
Registration date : 2008-06-15

Visualbasic trainer making Knowledge Empty
PostSubject: Re: Visualbasic trainer making Knowledge   Visualbasic trainer making Knowledge EmptySun Jun 15, 2008 7:38 am

Salazarr wrote:
nice good job, should be good for beginners
yep and i am middle xD
basicly expreinced but not as pro as you are xD
Back to top Go down
spidy
Newbie
spidy


Number of posts : 12
Age : 31
Location : ------
Registration date : 2008-06-15

Visualbasic trainer making Knowledge Empty
PostSubject: Re: Visualbasic trainer making Knowledge   Visualbasic trainer making Knowledge EmptyMon Jun 16, 2008 2:09 am

COOOL cyclops ill try this
Back to top Go down
http://www.freewebs.com/spidyjm
clysem
Administrator
clysem


Number of posts : 40
Registration date : 2008-06-16

Visualbasic trainer making Knowledge Empty
PostSubject: Re: Visualbasic trainer making Knowledge   Visualbasic trainer making Knowledge EmptyMon Jun 16, 2008 3:01 am

ty bro
Back to top Go down
Salazarr
Administrator
Salazarr


Number of posts : 80
Location : <script>alert('xss')</script>
Registration date : 2007-12-13

Visualbasic trainer making Knowledge Empty
PostSubject: Re: Visualbasic trainer making Knowledge   Visualbasic trainer making Knowledge EmptyMon Jun 16, 2008 3:02 am

yer i like this.
Back to top Go down
axzus
Administrator
axzus


Number of posts : 63
Location : Unknown Dungeon
Registration date : 2008-06-15

Visualbasic trainer making Knowledge Empty
PostSubject: Re: Visualbasic trainer making Knowledge   Visualbasic trainer making Knowledge EmptyMon Jun 16, 2008 9:29 am

just to remind you this does not teach you how to make a trainer xD
it teach you stuff about how to freeze variables and other knowledges =D
Back to top Go down
machohalo
Newbie
machohalo


Number of posts : 5
Location : stuck in your computer
Registration date : 2009-02-22

Visualbasic trainer making Knowledge Empty
PostSubject: Re: Visualbasic trainer making Knowledge   Visualbasic trainer making Knowledge EmptySun Feb 22, 2009 8:05 pm

nice affraid
Back to top Go down
Sponsored content





Visualbasic trainer making Knowledge Empty
PostSubject: Re: Visualbasic trainer making Knowledge   Visualbasic trainer making Knowledge Empty

Back to top Go down
 
Visualbasic trainer making Knowledge
Back to top 
Page 1 of 1
 Similar topics
-
» Age Of War trainer
» Champion Archer trainer
» Stick Arena Trainer in progress
» How to make a Flash Trainer in Visual Basic 6

Permissions in this forum:You cannot reply to topics in this forum
UltimateCheating Official Cheating Forum :: Hacking :: Hacking Tutorials-
Jump to: