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 › [Help] How to close a program with a hotkey (VB6).

[Help] How to close a program with a hotkey (VB6).

Posts 1–8 of 8 · Page 1 of 1
WR
wr194t
[Help] How to close a program with a hotkey (VB6).
I want to press End so Form1 & Form2 (baiscally the whole hack) close. What would the code be?
#1 · edited 18y ago · 18y ago
ZeaS
ZeaS
you mean close all forms? or only form 2 or something??

---This close only form2---

timer -> interval 100
if getkeypress(vbkeyEnd) then
unload form2
end if
end sub

---This close form1 and 2---

timer -> interval 100
if getkeypress(vbkeyEnd) then
unload form2
unload form1
end if
end sub

~ZeaS
#2 · 18y ago
WR
wr194t
I want to close both forms. Thank you.
#3 · 18y ago
ZeaS
ZeaS
Quote Originally Posted by wr194t View Post
I want to close both forms. Thank you.
no problem ^^ and thanks for the "thanks" ^^
#4 · 18y ago
WR
wr194t
Quote Originally Posted by ZeaS View Post
no problem ^^ and thanks for the "thanks" ^^
Your post was useful/helpful. You deserve it.
#5 · 18y ago
JA
jaqq3000
Easiest is "ALT+F4" rofl.
#6 · 18y ago
WR
wr194t
Quote Originally Posted by jaqq3000 View Post
Easiest is "ALT+F4" rofl.
He already helped me, so there was no need for you to post.
#7 · 18y ago
JA
Jaq3000
Why all dx["t] mods get banned? Stupid mpgh noobs.
#8 · 18y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

  • How do i use NFV2 with PBBy hakufu in WarRock - International Hacks
    10Last post 20y ago
  • Help! how to use ardamax keyloggBy gmgundamx7 in WarRock - International Hacks
    8Last post 19y ago
  • Help! how do i make a jap warrock name?By gmgundamx7 in WarRock - International Hacks
    4Last post 19y ago
  • [HELP] how can i....By Evangelyon in WarRock - International Hacks
    0Last post 19y ago
  • [help]how would i get the superjump address?By fable741 in WarRock - International Hacks
    9Last post 19y ago

Tags for this Thread

None