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]Making a trainer

[Help]Making a trainer

Posts 1–8 of 8 · Page 1 of 1
lolbie
lolbie
[Help]Making a trainer
heey can someone help me with making a trainer for zombie in vb

I only need to know what the code is for inf ammo on a button
cause i only can make things with a textbar but that sucks with inf ammo and inf health and how to freez it

greetz
lolbie

ps: i already got money to work but that is with a textbar
#1 · 15y ago
Blubb1337
Blubb1337
It's a 4byte address, so a simple writememory is fine.

Use a timer to freeze the address..

/moved 2 vb section
#2 · 15y ago
lolbie
lolbie
well how do i get those bytes and what is the code?
and i had to search a lot to find this again

i am new in this btw
#3 · 15y ago
Blubb1337
Blubb1337
Just search for the address in cheatengine...

Search for 4bytes value 100, get hit, search for a lower value etc...
#4 · 15y ago
lolbie
lolbie
or this

Code:
   Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click

        Timer1.Start()

    End Sub

    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick

        memoryh4x(&H1BDD65C, 999999, 4)
        memoryh4x(&H1A4E1DC, 999999, 4)

    End Sub
End Class

oh and i already had the addresses that wasn't the problem
#5 · edited 15y ago · 15y ago
Blubb1337
Blubb1337
Yep...like that...
#6 · 15y ago
lolbie
lolbie
well thank you

do you maybe have the address for gun damage/knife?
#7 · 15y ago
♪~ ᕕ(ᐛ)ᕗ
♪~ ᕕ(ᐛ)ᕗ
Quote Originally Posted by lolbie View Post
well thank you

do you maybe have the address for gun damage/knife?
1: Open OllyDBG
2: Open the game
3: Attach Olly to the game
4: Find addies
5: Enjoy!
#8 · 15y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Tags for this Thread

None