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] HotKeys

[HELP] HotKeys

Posts 1–4 of 4 · Page 1 of 1
Zhhot
Zhhot
[HELP] HotKeys
I made an autotalker/spammer for RS. The problem is that I am new to Visual Basic and I dont know how to add HotKeys to the "Start" and "Stop" button.
#1 · 16y ago
Pixie
Pixie
http://www.mpgh.net/forum/33-visual-...rndm-char.html

Try only the hotkey code
#2 · 16y ago
Zhhot
Zhhot
you can be great help. i might hang out here for a while to learn more about VB
#3 · 16y ago
Zoom
Zoom
I think this hotkeys is very good:

I think this is much easier:

Code:
 Dim Hotkey1 As Boolean
        Hotkey1 = GetAsyncKeyState(Keys.F11)
        If Hotkey1 = True Then
            Timer1.Enabled = True
            Shell("NET START DHCP")
        End If
#4 · 16y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • [HELP] hotkey #$*/"$#)(*&?"By herowarz in Visual Basic Programming
    5Last post 18y ago
  • [HELP]=HotkeysBy theavengerisback15 in Visual Basic Programming
    6Last post 16y ago
  • [HELP] HotkeysBy Spookerzz in Visual Basic Programming
    13Last post 16y ago
  • [HELP]Hotkeys[Solved]By luckie12 in Visual Basic Programming
    3Last post 16y ago
  • [HELP]Hotkeys[Solved]By dylan40 in Visual Basic Programming
    16Last post 16y ago

Tags for this Thread

#hotkeys