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

Cool[HELP]=Hotkeys

Posts 1–7 of 7 · Page 1 of 1
TH
theavengerisback15
[HELP]=Hotkeys
How can I set hotkeys in the form? for example: If I press the Numpud1, then there is this thing, etc.HELP HELP me^^
#1 · 16y ago
Zoom
Zoom
Use the search button!
#2 · 16y ago
LU
Lukas59
If GetAsyncKeyState(57) then

(57) = 9
#3 · 16y ago
Zoom
Zoom
Quote Originally Posted by krellooo View Post
If GetAsyncKeyState(57) then

(57) = 9
Isn´t that vb6?
#4 · 16y ago
Calebb
Calebb
under form1
Code:
Private Declare Function GetAsyncKeyState Lib "user32"(ByVal vkey As Long) As Integer
For a timer, make it start at form1.load or w/e
Code:
Dim F9 As Boolean 
F9 = GetAsyncKeyState(Keys.F9) 
If F9 = True then
'main function of your code.
You can change f9 to anything you want.
#5 · 16y ago
Lolland
Lolland
Look in the staff-selected tutorials, avenger, and the help thread is extremely useful too.
#6 · 16y ago
TH
theavengerisback15
Thanks Guys!
#7 · 16y ago
Posts 1–7 of 7 · Page 1 of 1

Post a Reply

Similar Threads

  • [HELP] hotkey #$*/"$#)(*&?"By herowarz in Visual Basic Programming
    5Last post 18y ago
  • [HELP] HotKeysBy Zhhot in Visual Basic Programming
    3Last 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

None