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 › Programming Tutorials › [TUT] Hotkeys VB 2008/2010

[TUT] Hotkeys VB 2008/2010

Posts 1–13 of 13 · Page 1 of 1
Zoom
Zoom
[TUT] Hotkeys VB 2008/2010
Heeeeey!

Welcome to my tutorial!

You will need:
A timer

------------------------------------

First we will declare
Code:
 Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vkey As Long) As Integer

-------------------------------------
Secound we will Add a timer! And these properties :

Code:
Timer1.interval = 10, timer1.enabled = true
-------------------------------------
Third, add this code to the timer:

Code:
Dim Hotkeyss As Boolean
        Hotkeyss = GetAsyncKeyState(Keys.F10)

        If Hotkeyss = True Then
            YOUR CODE HERE
        End If
I take no creddz for this....
#1 · edited 16y ago · 16y ago
stevethehacker
stevethehacker
cool I guess but their are tons of tut's on hotkeys allready
#2 · 16y ago
Zoom
Zoom
Quote Originally Posted by stevethehacker View Post
cool I guess but their are tons of tut's on hotkeys allready
Yepp, but ppl trusting me!

And my tutorials are very easy to understand!
#3 · 16y ago
Pixie
Pixie
One has already been posted in the Staff Selected Tutorials, but I guess this is still good, just so members wont have to click many different links just to get 1 tutorial.

Good job
#4 · 16y ago
Zoom
Zoom
Quote Originally Posted by PixieCorp View Post
One has already been posted in the Staff Selected Tutorials, but I guess this is still good, just so members wont have to click many different links just to get 1 tutorial.

Good job
Thanks, I knew that..... But some ppl dont look there!
#5 · 16y ago
Dark_Goliath
Dark_Goliath
Thanks man
#6 · 16y ago
Bombsaway707
Bombsaway707
This is ok i guess but if u really wanna b a VB pro then try to make hotkeys using integers
#7 · 16y ago
Pixie
Pixie
Quote Originally Posted by bombsaway707 View Post
This is ok i guess but if u really wanna b a VB pro then try to make hotkeys using integers
Can you make a tut on it?
#8 · 16y ago
[G
[GameMaster]
thanks
thanks!
#9 · 15y ago
Jason
Jason
Quote Originally Posted by [GameMaster] View Post
thanks!
Reported you for a year old bump.
#10 · 15y ago
NextGen1
NextGen1
User Banned (Bump_)
Title Change
Moved to Tuts
Not Closed.
#11 · 15y ago
ER
ericsmart
nice tutorial
#12 · 15y ago
__
___x][GooD.
Yeah, nice, i already know this...My question is...Can i use that keys inside a game like Crossfire...Becouse crossfire is blocking all user32 keystrokes..Is any alternative?
#13 · 15y ago
Posts 1–13 of 13 · Page 1 of 1

Post a Reply

Similar Threads

  • [Tut visual basics 2008] How to make a Password protection (for beginners)By apezwijn in Visual Basic Programming
    3Last post 17y ago
  • [TUT](REQUEST) VB 2008 injector tutorialBy No5cope in Visual Basic Programming
    8Last post 16y ago
  • [TuT] Hotkeys - VB 08By iownageXD in Visual Basic Programming
    13Last post 16y ago
  • Combat Arms EU Pub - Hotkeys - 03/03/2010By vingadormaster in Combat Arms Europe Hacks
    167Last post 16y ago
  • [TuT]Hotkeys with 1 LetterBy Invidus in Visual Basic Programming
    22Last post 16y ago

Tags for this Thread

#&gttut&lt#hotkeys