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 › Call of Duty Hacks & Cheats › Call of Duty 10 - Ghosts Hacks & Cheats › Call of Duty Ghosts Coding & Resources › How to create a trainer ? source code revealed

ExclamationHow to create a trainer ? source code revealed

Posts 1–15 of 29 · Page 1 of 2
KingX735
KingX735
How to create a trainer ? source code revealed
Hello everyone, i'll show you how to create a trainer with VB.NET and reveal the code of my software ( at the end ) : Extinction [II] Trainer

#1 : First of all download the file in the attachment. ( All credits to Master131 )
Virus Scans here : #1 - #2

#2 : Open Visual Studio or Visual Basic and add an existing item, select Memory.vb downloaded previously.





#3 : Put a Textbox and a button



#4 : Double Clic on the button and put this code :



14081D994 is the adress as Float for Jump Height ( Single )
1403744FC is the adress as Integer for Players Speed ( 4 Byte )

( Single = Float )
( Integer = 4 Bytes / 8 Bytes )
( Short = 2 Bytes )
( Byte = Byte )

To know if the adress is a Byte / Short / Integer or Single open a CE table and see :

( as you can see, Jump height adress is a Float )




So the previous code will write a value ( Textbox ) to 14081D994 as Float.



With this code, when i'll clic on the button, Jump Height value will be the textbox
Exemple : On the textbox, i write
1000 = Super Jump
39 = Default

You can download my source in the attachment ! bye all !
oh and sorry for my english !
Virus Scan for source : #1 - #2
Memory Module_mpgh.net.zip Extinction Source Aero_mpgh.net.zip
#1 · 12y ago
LO
Lovroman
//Approved
#2 · 12y ago
Mauled
Mauled
Thanks for This, Maybe this is my chance to get my foot in the door to start learning
#3 · 12y ago
gmack101
gmack101
not bad i like it good job
#4 · 12y ago
GT
GTEUK1
Was going to say this was master131 memory class but see you give credits so + rep for that

The problem many are having is the way they set up their project in the first place, I have not downloaded / tried the source but was interested in the memory module to see how it compared to others but then realised it was masters.

I would assume your source gives many a template to work from but I do hope they learn from it as most copy / paste

I will admit I used many sites to copy / paste but took time to learn what each bit did and why it did that

My memory class is an adaptation of @Jorndel old 32bit memory class, I have made massive changes / adaptations and improved over time
@master131 looks more efficient than many I have seen but I am more of a "I will use what works for me" type of guy.

So download this and learn how it works and evolve from it .
#5 · 12y ago
master131
[MPGH]master131
Just an FYI, an Integer is not 8 bytes, it's only 4. A Long is 8 bytes.
#6 · 12y ago
andys365
andys365
I keep on getting issues with, Return WriteMemory(New IntPtr(address), value), and it's giving me, "Arithmetic operation resulted in an overflow." even when I'm doing it the exact same way you did in the coding.
#7 · 12y ago
LO
Lovroman
Quote Originally Posted by andys365 View Post
I keep on getting issues with, Return WriteMemory(New IntPtr(address), value), and it's giving me, "Arithmetic operation resulted in an overflow." even when I'm doing it the exact same way you did in the coding.
You didn't compile it as 64 bit app.
#8 · 12y ago
Coper
Coper
Very nice but try to make a utube video explaining everything
#9 · 12y ago
distiny
distiny
why don't guy's try to learn it yourself rather then trying to get spoon-fed more ?
#10 · 12y ago
andys365
andys365
Quote Originally Posted by Lovroman View Post
You didn't compile it as 64 bit app.
I figured that part out, but I don't understand why building his program works perfectly fine, while mine doesn't. I checked the build properties for his and nothing was under 64 bit...
#11 · edited 12y ago · 12y ago
KingX735
KingX735
Oh btw : to fix this error : "Arithmetic operation resulted in an overflow."

uncheck " prefer 32 bits "

#12 · 12y ago
distiny
distiny
Target CPU: x64
#13 · 12y ago
KingX735
KingX735
Quote Originally Posted by distiny View Post
Target CPU: x64
Yeah but you can't use 32 bits theme with x64..
#14 · 12y ago
NooR123
NooR123
iw6mp64_ship.exe+44BF1D5 how do i use this in my code?
#15 · 12y ago
Posts 1–15 of 29 · Page 1 of 2

Post a Reply

Similar Threads

  • how to make a hack for warrock and how to activate hack in source codeBy mihec16121 in C++/C Programming
    7Last post 16y ago
  • How to Edit a files source Code to change so that it is less detectableBy zakodia in Call of Duty Modern Warfare 2 Help
    5Last post 16y ago
  • How to make chams from source code [Spoonfed]By mutemulti in Combat Arms Hacks & Cheats
    2Last post 16y ago
  • HOW TO CREATE A TRAINER ?By levin_klein22 in CrossFire Help
    0Last post 15y ago

Tags for this Thread

#aero#extinction#how to create a trainer#trainer#vbnet