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 › MultiPlayer Game Hacks & Cheats › Game Hack & Cheat Development › General Game Hacking › vb hotkeys

vb hotkeys

Posts 1–8 of 8 · Page 1 of 1
cjg333
cjg333
vb hotkeys
VB hotkeys ::

You have to make a timer for hotkeys , put this code as timer code, dont ever use these codes on command .just timer , this is hotkey code on timer. add it to your timer.

If GetKeyPress(vbKey"urkey") Then Call WriteAInt(address, value)


if ur code was more than one line you can add them in the next line for example :

If GetKeyPress(vbKey"urkey") Then Call WriteAbyte(Address, value)
Call WriteAByte(address, value)
Call WriteAbyte(address, value )
Call WriteAByte(address, value)

then you have to add this code to the top of your Code library so it becomes the first line of the codes in the code library (add it to the form you want to use hotkey )

Private Declare Function GetKeyPress Lib "user32" Alias "GetAsyncKeyState" (ByVal key As Long) As Integer


then you have to change the Timer Properties . change Enabled to true and interval to 1.


then you have to change timer code.

now we come back to timer code , we put GPS on as our example .and we want to press G to Activate GPS on code.



If GetKeyPress(vbKeyG) Then Call WriteAInt(&H42697C, &H9090)

notice : G in red means the hotkey to activate the code.

, YOU MIGHT DONT GET IT YET , SO WE WORK ON ANOTHER EXAMPLE.

1.We have Saw Scope Code for Df2 and we want to activate it by pressing E.

If GetKeyPress(vbKeyE) Then Call WriteAInt(&H44E6EC, &H9090)
Call WriteAByte(&H44C81B, &HEB)
Call WriteAInt(&H44EBC4, &HFF24)
Call WriteAByte(&H79A698, &H2)

that is it , when you press E the Saw scope activate.


p.s. im not takin credit for this i just copyed it from somewere cause i needed it and thought id share it
#1 · 19y ago
wessel93
wessel93
This Doesn't work
#2 · 19y ago
cjg333
cjg333
what doesnt work,plz explain a little better than this dont work.what part doesnt work do you know how to use vb6? did u add a module?its not all there you have to know how to code it rt.
#3 · 19y ago
TR
Trixiez
I am reading this again & again. How do I open the library code. Once I know that I can work it (I think).

~TriX~

[EDIT] Maybe the library code is the main code. I will give that a go.
#4 · edited 19y ago · 19y ago
dezer
dezer
I try it and try but i keep getting compile error with Call WriteAInt highlighted. :/
#5 · 19y ago
TR
Trixiez
Quote Originally Posted by dezer View Post
I try it and try but i keep getting compile error with Call WriteAInt highlighted. :/
I get that also. May I ask you how you open the library code.

~TriX~
#6 · 19y ago
cjg333
cjg333
you cannot use call Writeaint,you need to use

If GetKeyPress(VbKeyNumpad1) then
Call WriteALong ("Warrock", &H898989, &H4)

heres my gps code for vb6,this is in a timer,with an interval of 100

If GetKeyPress(vbKeyNumpad1) Then
Call WriteALong("WarRock", &H90DC84, &H1)
End If
#7 · edited 19y ago · 19y ago
OL
olie122333
Quote Originally Posted by cjg333 View Post
you cannot use call Writeaint,you need to use

If GetKeyPress(VbKeyNumpad1) then
Call WriteALong ("Warrock", &H898989, &H4)

heres my gps code for vb6,this is in a timer,with an interval of 100

If GetKeyPress(vbKeyNumpad1) Then
Call WriteALong("WarRock", &H90DC84, &H1)
End If
Your obviously Cobra, you have his avatar and are from the same place... ^^

lol
#8 · 18y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

  • Hotkeys in C++By Dave84311 in C++/C Programming
    7Last post 19y ago
  • Hotkeys for a VB trainerBy scooby107 in Visual Basic Programming
    10Last post 19y ago
  • [Tutorial] How To Mack HotKeys On VBBy TheRedEye in WarRock - International Hacks
    32Last post 19y ago
  • My hack release hotkey v1By purenoob134 in WarRock - International Hacks
    23Last post 19y ago
  • a pic of my ingame hotkeys(releasing soon)By cjg333 in WarRock - International Hacks
    2Last post 19y ago

Tags for this Thread

None