Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Visual Basic Programming › Cool new buttons!

Cool new buttons!

Posts 1–10 of 10 · Page 1 of 1
OL
olie122333
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
#1 · 18y ago
Dreamer
Dreamer
what does this do?
#2 · 16y ago
Zoom
Zoom
Quote Originally Posted by killer66143 View Post
what does this do?
Looks like it just change the name of the buttons!

Have fun with ur bann =}
#3 · edited 16y ago · 16y ago
XG
XGelite
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.
#4 · 16y ago
CO
CodeHPro
Quote Originally Posted by killer66143 View Post
what does this do?
this is over 1 year old and the OP is a retard
#5 · 16y ago
ark1227
ark1227
lol didnt killer66143 just bump this thread wen it is like 10 months old ?

LOL

U GNA GET BANNED LMFAO
#6 · 16y ago
Zoom
Zoom
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......
#7 · 16y ago
Pixie
Pixie
Quote Originally Posted by hejsan1 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
#8 · 16y ago
Zoom
Zoom
Quote Originally Posted by PixieCorp 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?
#9 · 16y ago
Houston
Houston
Quote Originally Posted by hejsan1 View Post
What time zone u live in?
Same as you he's live in the UK (EUROPE)
#10 · 16y ago
Posts 1–10 of 10 · Page 1 of 1

Post a Reply

Similar Threads

  • my NEW IMAGE RELEASES (i think there cool)By obsedianpk in General
    2Last post 18y ago
  • "RULES" -BE COOL AND USE THE REPORT ABUSE BUTTON!By Gourav2122 in Combat Arms Hacks & Cheats
    1Last post 17y ago
  • Warrock Spam Bot [With Cool ButtonS]By goodfoot50 in WarRock - International Hacks
    2Last post 17y ago
  • New Years!By arunforce in General
    8Last post 18y ago
  • My new signatureBy arunforce in Art & Graphic Design
    5Last post 20y ago

Tags for this Thread

#buttons#cool