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 › MPGH Name Faker v4.0

MPGH Name Faker v4.0

Posts 1–15 of 26 · Page 1 of 2
Jorndel
Jorndel
MPGH Name Faker v4.0
Well, I think this will be the final version of this tool from me. (I will update it so it will work for new patches.)

Well, nothing to tell about it really...
Enter what name you want to change to and it will be the one displayed.

Use at own risk!
Use in barracks for better safety.

Credit:
@brhvitor6 - Made this possible with his class and tutorial
@Jorndel - Made this and Release

Image:


Scans:
https://www.virustotal.com/file/b4fa...is/1334344876/
Name Faker.rar - Jotti's malware scan
Name Faker.rar
#1 · 14y ago
RO
Royce
Nice Update/release and welcome back
#2 · 14y ago
Jorndel
Jorndel
Quote Originally Posted by Royce da 5'9" View Post
Nice Update/release and welcome back

I am always around...
I just don't show myself
(I am watching you guys in the shadows)

[Well, parents mad, so I am not allowed to use the net as long as before, but I am still around]

On-topic:
Thanks, just hope someone will use it now that I have added the function to set their own name
#3 · 14y ago
BR
brhvitor6
Wow.. nice one.. my post woth it LOL
#4 · 14y ago
master131
[MPGH]master131
[FONT="Century Gothic"]
Quote Originally Posted by Jorndel View Post
@brhvitor6 - Made this possible with his class and tutorial
It would've worked fine with your trainer base, you just gotta know what you're doing:
Code:
mw3.SetByte(<name address here>, System.Text.Encoding.ASCII.GetBytes(TextBox1.Text & ControlChars.NullChar))
To get the base address of steam_api.dll:
Code:
Process p = Process.GetProcessesByName("iw5mp")(0)
Dim moduleBase As Integer = &H0
For Each pm As ProcessModule In p.Modules
    If pm.ModuleName = "steam_api.dll" Then
        moduleBase = pm.BaseAddress
        Exit For
    End If
Next
Dim myAddress As Integer = moduleBase + <offset>
To read a pointer though, you need to add a function to read an address but that's not hard to do. Something like this:
Code:
Public Function ReadInt(ByVal address As Integer) As Integer
    Dim buffer As Byte(3)
    Dim bytesRead As IntPtr
    ReadProcessMemory(hProcess, new IntPtr(address), buffer, 4, bytesRead)
    Return BitConverter.ToInt32(buffer)
End If
Either way, nice job there.
#5 · edited 14y ago · 14y ago
GA
Gamer2011
Hey Jorndel, what am i doing wrong ?
It doesn't work for me, I start MW3 then the Faker and finally im entering a name and hit fake it, but nothing happens :-)
#6 · 14y ago
Jorndel
Jorndel
Thanks, well. I was doing almost the same.
But I did something wrong when I was using the pointer things.
The Base Address thing was what went wrong when I tried to point the addresses.
(But now I know it wasn't that)

@master131
PS: What happens then is: Error... 32-biters processes don't have access to modules that belong to 64-biters processes.
Code:
Code:
Public Sub Get_baseAddres(ByVal BaseName As String)
        Dim moduleBase As Integer
        For Each pm As ProcessModule In pArray(0).Modules
            If pm.ModuleName = BaseName Then
                moduleBase = pm.BaseAddress
                Exit For
            End If
        Next
        myAddress = moduleBase
    End Sub
And since I am not so good in Vb.Net...
I think it have to do with that in the DLL that I used. Uses an UNSAFE code. (I think that can only be used in a DLL made file)
#7 · edited 14y ago · 14y ago
forest lee
forest lee
How do you execute the order?
v2, and the same?
Or
1. MW3 START
2. PLAY
3. ART + ESC (desktop)
4. V4.0 START (specify the name as desired)
5 MW3 GAME PLAY?

Finally, after the end of the game by changing the name you want to do I can use?
Or if it is okay to use during the game?
Please help; (
#8 · 14y ago
Jorndel
Jorndel
Quote Originally Posted by forest lee View Post
How do you execute the order?
v2, and the same?
Or
1. MW3 START
2. PLAY
3. ART + ESC (desktop)
4. V4.0 START (specify the name as desired)
5 MW3 GAME PLAY?

Finally, after the end of the game by changing the name you want to do I can use?
Or if it is okay to use during the game?
Please help; (
Start MW3.
Start the Tool.
Press Play in the game. (Brings you to the lobby)
Choose name in tool and press Fake It!

Now do as you want.
#9 · 14y ago
forest lee
forest lee
Complete works, but, full screen go to the desktop when used, adjust and go back to the game screen which is burdensome. During the first f1 f12 Is there any way I can pop up? Slightly inconvenient.
#10 · 14y ago
Bl4ck_Dove
Bl4ck_Dove
Mh, sry but i still dont get it.
What the hell does this tool make?

I mean why cant u rename manually in your friendlist?
#11 · 14y ago
B8shT1m3
B8shT1m3
Quote Originally Posted by Bl4ck_Dove View Post
Mh, sry but i still dont get it.
What the hell does this tool make?

I mean why cant u rename manually in your friendlist?
weil du dann leichter reported werden kannst
so sucht der jenige der dich reporten will in den letzten spielen, wird dich aber nicht finden da
du im game einen namen hattest den den in steam überhaupt nicht hast.
#12 · 14y ago
chezter65
chezter65
Quote Originally Posted by B8shT1m3 View Post
weil du dann leichter reported werden kannst
so sucht der jenige der dich reporten will in den letzten spielen, wird dich aber nicht finden da
du im game einen namen hattest den den in steam überhaupt nicht hast.
Better try English??
#13 · 14y ago
michael1313
michael1313
Didn't work for me.
#14 · 14y ago
Bl4ck_Dove
Bl4ck_Dove
Quote Originally Posted by B8shT1m3 View Post
weil du dann leichter reported werden kannst
so sucht der jenige der dich reporten will in den letzten spielen, wird dich aber nicht finden da
du im game einen namen hattest den den in steam überhaupt nicht hast.
Danke Jetzt habe ichs verstanden, aber kann man dafür nicht gebannt werden oO

English: Thanks I think i get it now. But this looks like its changing some game data. So is it bannable?
#15 · 14y ago
Posts 1–15 of 26 · Page 1 of 2

Post a Reply

Similar Threads

  • MPGH Name FakerBy Jorndel in Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    38Last post 14y ago
  • MPGH Name Faker V2By Coridus in Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    20Last post 14y ago
  • How to change my mpgh name and picture.By pepsi870887 in Suggestions, Requests & General Help
    14Last post 17y ago
  • [Request] MPGH Name ChangeBy Ragehax in Suggestions, Requests & General Help
    5Last post 16y ago
  • How to change my mpgh name and picture.By pepsi870887 in Combat Arms Hacks & Cheats
    4Last post 17y ago

Tags for this Thread

None