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]Simple trainer...[COR]

[Help]Simple trainer...[COR]

Posts 1–15 of 31 · Page 1 of 3
CptnDutch
CptnDutch
[Help]Simple trainer...[COR]
Hi there

I started alittle vb.net 08 project to learn something more about hacking games, but since now i have not figured out how to do it.. I was trying to make a simple trainer for MW2, Blubb helped me a bit on my way, but i want to make it work

I have this:

Code:
Dim h4x As New MemHack.BlubbsDll.MemoryHacking("iw4mp", "cshell.dll")
Code:
Private Sub btnUnlimitedMags_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnUnlimtedMags.Click
h4*****tMemory(&H1AA57D4, 1337, 4)
    End Sub
I searched the right hex code with cheat engine and searched some forums on the internet for how to use a hex in vb.net, but it isn't working..
This hex should be the one for your mags.. to give unlimited mags (when they click on a button..)
I use the Blubb.dll as reference, etc...

Some ideas or suggestions or is my hex just wrong?

Thanks in advance
#1 · 15y ago
Blubb1337
Blubb1337
Is it a 4byte address?

If the address is right, it should work.
#2 · 15y ago
CptnDutch
CptnDutch
Yes it gave itself as a 4-bit so... yeah this is exactly what i thought..

Could it have something to do with that i need to use MW2 Liberation to start mw2 up?
I'm banned so...

But that could'nt be it, right?
#3 · 15y ago
Blubb1337
Blubb1337
Is it working with CheatEngine?
#4 · 15y ago
CptnDutch
CptnDutch
yes it is
that is the weird part..
#5 · 15y ago
master131
[MPGH]master131
If you're running Windows 7 or Vista, make sure to run VB2010 as admin as UAC causes memory editing in VB to not work.
#6 · 15y ago
Jason
Jason
Are you on 32 or 64 bit?
#7 · 15y ago
♪~ ᕕ(ᐛ)ᕗ
♪~ ᕕ(ᐛ)ᕗ
Why all guys are using Blubbs Dll's? Why not use a declaration of "WriteProcessMemory" to write the data into the process?
#8 · 15y ago
Jason
Jason
Quote Originally Posted by AcE.bu50t View Post
Why all guys are using Blubbs Dll's? Why not use a declaration of "WriteProcessMemory" to write the data into the process?
Blubb's dll contains all the API's, duh.
#9 · 15y ago
♪~ ᕕ(ᐛ)ᕗ
♪~ ᕕ(ᐛ)ᕗ
Quote Originally Posted by Jason View Post


Blubb's dll contains all the API's, duh.
well, okay i got the message.
#10 · 15y ago
CptnDutch
CptnDutch
I'm using vista ultimate 32-bit
like i already said i use vb,net 08 not 10

i cant install 10 because this vista has no float key on it, in other words it's cracked =(

so just running it as adminstrator, should fix it

/offtopic, well i'll try it when i got my new monitor, i've blown my old one up

thanks for the help
#11 · 15y ago
Jason
Jason
32 bit seems to have problems accessing process modules (or so I've encountered) so that could be your problem. Try compiling on a 64 bit system and see if that makes any difference
#12 · 15y ago
CptnDutch
CptnDutch
Quote Originally Posted by Jason View Post
32 bit seems to have problems accessing process modules (or so I've encountered) so that could be your problem. Try compiling on a 64 bit system and see if that makes any difference
Yeah i could do that but i don't have a 64-bit machine around here only 32-bit
i'll try it to run as adminstrator and see if it helps, but i sure hope so.. cuz i want to contribute to this community

but thanks for the help so far, i'll try some things
#13 · 15y ago
Lolland
Lolland
Upload the source and I can compile it for you, seeing if it works on my 64bit.
#14 · 15y ago
CptnDutch
CptnDutch
Quote Originally Posted by Lolland View Post
Upload the source and I can compile it for you, seeing if it works on my 64bit.
I'll send you a pm with a med-fire link to the .rar of my project
#15 · 15y ago
Posts 1–15 of 31 · Page 1 of 3

Post a Reply

Tags for this Thread

None