Cool new buttons!

Posts 110 of 10 · Page 1 of 1
Cool new buttons!
CREDITS: OLIE122333
Do not reproduce, leech or otherwise copy without my direct permisison. Instead, you may link to this page. By viewing this post, you aggree that you will never reproduce this code or my "soon-to-come" example of the code in action. I also aggree that I will put credits in any hacks that you make that contain my code.

Hi,

I have mostly moved on to C++ now, but I was just fiddling, and I found out that this code works!

  1. Create a button
  2. Create a timer
  3. Add the code for your hack to the timer
  4. Add the following code to your "Form_Load" event:
    Code:
    Command1.Caption = "Stamina On"
  5. Change "Stamina On" to the hack name
  6. Add the following code to your button:
    Code:
    If (Timer1.Interval) = 0 Then
    Timer1.Interval = 1
    Command1.Caption = "Stamina On"
    Else
    If (Timer1.Interval) = 1 Then
    Timer1.Interval = 0
    Command1.Caption = "Stamina Off"
  7. Just change "Stamina On" to your hack name and the same with "Stamina Off"


Just compile / test your application, then click the command button - you will see what happens!

If anyone has any difficulties on this please PM me or post here - I am happy to help! This code may have errors in - I wrote it off the top of my head!

I will post a example on when I next go on the other computer (with vb6 on!)


Hope this helps,

Olie122333
what does this do?
Quote Originally Posted by Dreamer View Post
what does this do?
Looks like it just change the name of the buttons!

Have fun with ur bann =}
Quote Originally Posted by Dreamer View Post
what does this do?
this is over 1 year old and the OP is a retard
or you can just do it the way i do. ;p

make 2 buttons in the same spot. make one visible and the other not. and say when button 1 clicked then button1.visible = false and button2.visible = true. and vice versa.
lol didnt killer66143 just bump this thread wen it is like 10 months old ?

LOL

U GNA GET BANNED LMFAO
Quote Originally Posted by ark1227 View Post
lol didnt killer66143 just bump this thread wen it is like 10 months old ?

LOL

U GNA GET BANNED LMFAO
No he´s luckey today :/

There are no mod in this section, so......
Quote Originally Posted by Zoom View Post
No he´s luckey today :/

There are no mod in this section, so......
I applied for one , but then so did you , so there should be 2 minions instead of one moderator, one as a day minion, and one for night = 24/7 spam blocker
Quote Originally Posted by Pixie View Post
I applied for one , but then so did you , so there should be 2 minions instead of one moderator, one as a day minion, and one for night = 24/7 spam blocker
What time zone u live in?
Quote Originally Posted by Zoom View Post
What time zone u live in?
Same as you he's live in the UK (EUROPE)
Posts 110 of 10 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

Need help?