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 8 - Modern Warfare 3 (MW3) Hacks & Cheats › Call of Duty Modern Warfare 3 Coding, Programming & Source Code › Need help, Beginner Elite titles and emblems unlock.

Need help, Beginner Elite titles and emblems unlock.

Posts 1–4 of 4 · Page 1 of 1
xxcrusherxx
xxcrusherxx
Need help, Beginner Elite titles and emblems unlock.
Hey,

I'm working on a trainer for FD1. Basically it unlocks anything you cant earn legit, Like all the Elite title and emblems. I have follows some tuts and it has helped me create the Camo part of the trainer but when it comes to unlocking the titles I'm stuck. I am using visual basics to do this. What I am wanting do is when the user clicks "TUnlock" button I want it to write:

Code:
F8 to &H1328BAF

and

0F to &H1328BB0
As I said I am a beginner and I have been trying to do this on my own. But I don't know how to handle multiple offsets. Any help would be greatly appropriated.
#1 · 13y ago
Jorndel
Jorndel
Quote Originally Posted by xxcrusherxx View Post
Hey,

I'm working on a trainer for FD1. Basically it unlocks anything you cant earn legit, Like all the Elite title and emblems. I have follows some tuts and it has helped me create the Camo part of the trainer but when it comes to unlocking the titles I'm stuck. I am using visual basics to do this. What I am wanting do is when the user clicks "TUnlock" button I want it to write:

Code:
F8 to &H1328BAF

and

0F to &H1328BB0
As I said I am a beginner and I have been trying to do this on my own. But I don't know how to handle multiple offsets. Any help would be greatly appropriated.
I have no idea but:
from the 15 min I viewed the 4D1 memory.
I could not find anything related to this.
But, I can't say anything for sure.

Since I only used 15 min to create the first trainer here on MPGH for 4D1.


---------- Post added at 09:08 PM ---------- Previous post was at 09:01 PM ----------

If you mean how to write to the process?
If you use like a released Memory Source.
Just use an write function 2 times in a button.

Memory Class: http://www.mpgh.net/forum/604-call-d...n-jorndel.html
Code:
If Process_Handle("iw5mp") Then WriteInteger(&H1328BAF, 248)
If Process_Handle("iw5mp") Then WriteInteger(&H1328BB0, 15)
(
-I am not 100% sure how I id the multi if statement so I used 2...
-I'm not 100% sure how I made a new byte list with the 1 value you wanted to add so I converted the Hex to Dec.
Using the Windows Calculator)
#2 · 13y ago
xxcrusherxx
xxcrusherxx
Quote Originally Posted by Jorndel View Post


I have no idea but:
from the 15 min I viewed the 4D1 memory.
I could not find anything related to this.
But, I can't say anything for sure.

Since I only used 15 min to create the first trainer here on MPGH for 4D1.


---------- Post added at 09:08 PM ---------- Previous post was at 09:01 PM ----------

If you mean how to write to the process?
If you use like a released Memory Source.
Just use an write function 2 times in a button.

Memory Class: http://www.mpgh.net/forum/604-call-d...n-jorndel.html
Code:
If Process_Handle("iw5mp") Then WriteInteger(&H1328BAF, 248)
If Process_Handle("iw5mp") Then WriteInteger(&H1328BB0, 15)
(
-I am not 100% sure how I id the multi if statement so I used 2...
-I'm not 100% sure how I made a new byte list with the 1 value you wanted to add so I converted the Hex to Dec.
Using the Windows Calculator)

Thanks I'll give that a shot.

Thank you!!! Solved my problem. Aslo thanks for explaining how you did that.

I ended up doing it with this:

Code:
FD1.Hack("iw5m.dat")
        FD1.SetInt(&H1328BAF, 248)
        FD1.SetInt(&H1328BB0, 15)
instead but still worked so thank you.
#3 · edited 13y ago · 13y ago
Jorndel
Jorndel
Quote Originally Posted by xxcrusherxx View Post
Thanks I'll give that a shot.

Thank you!!! Solved my problem. Aslo thanks for explaining how you did that.

I ended up doing it with this:

Code:
FD1.Hack("iw5m.dat")
        FD1.SetInt(&H1328BAF, 248)
        FD1.SetInt(&H1328BB0, 15)
instead but still worked so thank you.
You're welcome, this is why I'm around here.
Help and create :P
#4 · 13y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • [SOLVED]??Title and Emblem Unlocker??By weemanfc in Call of Duty Modern Warfare 2 Help
    9Last post 16y ago
  • Elite titles and EmblemsBy kenanbaki in Call of Duty Modern Warfare 3 Help
    2Last post 14y ago
  • Modern warfare 2 unlock titles and emblemsBy tomdalfsen in Hack Requests
    0Last post 16y ago
  • [SOLVED] reverting unlocked titles and emblemsBy KaveS in Call of Duty Modern Warfare 2 Help
    4Last post 15y ago
  • title and emblem hack... can you helpBy Amitys in Call of Duty Hacks & Cheats
    2Last post 16y ago

Tags for this Thread

None