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 › Hotkeys for a VB trainer

Hotkeys for a VB trainer

Posts 1–11 of 11 · Page 1 of 1
scooby107
scooby107
Hotkeys for a VB trainer
I've been trying to figure out how to out hotkeys in a VB trainer, but i can't for the life of me figure it out. If anyone could point me in the right direction i would be grateful, cheers.
#1 · 19y ago
FluffyStuff
FluffyStuff
What kind of trainer are you talking about?
#2 · 19y ago
kyo
kyo
http://vbcity.com/pubs/article.asp?alias=mlchotkey

does that help?
#3 · 19y ago
cjg333
cjg333
here this is how i do it

Private Sub Timer2_Timer()
If GetKeyPress(vbKeyNumpad1) Then Call WriteALong("WarRock", &H90DC5C, 1)

notice its in a timer,set the timer interval to 1
#4 · 19y ago
kyo
kyo
Quote Originally Posted by cjg333 View Post
here this is how i do it

Private Sub Timer2_Timer()
If GetKeyPress(vbKeyNumpad1) Then Call WriteALong("WarRock", &H90DC5C, 1)

notice its in a timer,set the timer interval to 1
would it be better to do this?

form load()
If GetKeyPress(vbKeyNumpad1) Then
if Timer2.interval = 0 then timer.interval =1
else timer.interval =0
end if
end if

that way you have 1 keypress for both enabling and disableing a timer. and that timer is doing the memory edit

[EDIT]
yeh you can't do it like that
best is to start a timer with interval 1 by default and put
If GetKeyPress(vbKeyNumpad1) Then
if Timer2.interval = 0 then timer2.interval =1
else timer2.interval =0
end if
end if
in the timer event
timer 2 being your hack
#5 · edited 19y ago · 19y ago
ace76543
ace76543
wtf? when did you get unbanned?
#6 · 19y ago
kyo
kyo
a while ago
guess i'm not causing so much trouble now, right?
#7 · 19y ago
Kung Fu Penguin31
Kung Fu Penguin31
i think red eye posted a thread on it
#8 · 19y ago
FluffyStuff
FluffyStuff
Isnt there and key_press event for forms? There is one in C#.
#9 · 19y ago
EP
Ephemera
Does "If GetKeyPress(vbKeyNumpad1) Then" answer you question?
#10 · 19y ago
nbr1dan
nbr1dan
Dude this thread is 3 weeks old. LOL
#11 · 19y ago
Posts 1–11 of 11 · Page 1 of 1

Post a Reply

Similar Threads

  • Trade my hacks for uce with trainer makerBy poisoner in WarRock - International Hacks
    11Last post 19y ago
  • help for NEW KOREAN TRAINERBy XqwertyX in WarRock Korea Hacks
    26Last post 19y ago
  • plz i need thses adreses for my new trainer!By ~claw~ in WarRock - International Hacks
    12Last post 19y ago
  • Looking partner for making PRO TRAINERS!By jokuvaan11 in WarRock - International Hacks
    6Last post 19y ago
  • Advanced Hacking tutorial (How to find adresses for the coolest trainer functions)By nukeist_ in WarRock - International Hacks
    8Last post 19y ago

Tags for this Thread

None