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 me with making my hack (VB6)

Help me with making my hack (VB6)

Posts 1–3 of 3 · Page 1 of 1
FL
floris12345!
Help me with making my hack (VB6)
when i make a hack with stamina and Winchester+hotkey for winchester
i get an error

text in : Command1 = timer1.enabled = true
text in : Command2 = timer1.enabled = false
text in : Timer1= Call WriteALong("WarRock", &H8C4AFC, 1120403456)
my timer1 is Interval=1 and the timer = false

for the winchester hack are these codes + hotkey

text in : command3 = timer2.enabled = true
text in : timer2 =
If GetKeyPress(vbKey5) Then
Dim Shotgun1 As Long
Dim Shotgun2 As Long
Call ReadALong("Warrock", &H12A8560, Shotgun1)
Shotgun2 = Shotgun1 + &H4C
Call WriteALong("Warrock", Shotgun2, 42)

and timer2 is Interval 1
and timer2 is False

But when i open warrock and click on the : Stamina button the Stamina works
but if i Press "5" There is no Winchester
But when i press on "Command3" i get a Winchester but cannot shoot and
if i roll again i get a new Winchester ETC.

WTF whats myt problem of the hack

sorry about my long Thread
#1 · 18y ago
FL
floris12345!
Can maybe make 1 Stamina and Winchester hack with hotkey for me
and send your Project1 and Form1 so i can look how you made it
or please a video tutorial ??
#2 · 18y ago
WR
wr194t
Since you're using a hotkey for Winchester, you don't need a button, and your code should look like this:

Code:
If GetKeyPress(vbKey5) Then
Dim Shotgun1 As Long
Dim Shotgun2 As Long
Call ReadALong("Warrock", &H12A8560, Shotgun1)
Shotgun2 = Shotgun1 + &H4C
Call WriteALong("Warrock", Shotgun2, 42)
End If
End Sub
Timer2 (Wincherster hotkey) should be Interval 1 Enabled True
#3 · 18y ago
Posts 1–3 of 3 · Page 1 of 1

Post a Reply

Similar Threads

  • Request: Need help of a Veteran Coder to help me with making hacks on C++By ladathion in Suggestions, Requests & General Help
    0Last post 16y ago
  • some help with making noobie hacksBy AndrewxXx in Visual Basic Programming
    4Last post 14y ago
  • I need help I wanna make a hackBy ekobena in Combat Arms Help
    4Last post 15y ago
  • Help me to make a Hack for Combat ArmsBy cheatmaker in Visual Basic Programming
    10Last post 17y ago
  • [Help] How to make a hackBy bjorn1213 in Combat Arms Europe Hacks
    10Last post 17y ago

Tags for this Thread

None