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!
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
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!
- Create a button
- Create a timer
- Add the code for your hack to the timer
- Add the following code to your "Form_Load" event:
Code:Command1.Caption = "Stamina On"
- Change "Stamina On" to the hack name
- 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"
- 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

, 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