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 › Modern Warfare 3 Source Code - NoFlash (MP)

LightbulbModern Warfare 3 Source Code - NoFlash (MP)

Posts 1–15 of 17 · Page 1 of 2
NI
NightmareTX_RETIRED
Modern Warfare 3 Source Code - NoFlash (MP)
Get immunity by flash grenades and concussion grenades flashes with this! :

Code:
NoFlash Info v1.5.388:

Address: 00431505

Pattern if address' change: C7 05 88 98 A4 00 01 00 00 00

OpCode: mov [00A49888],00000001

Nop this for NoFlash.
Works in private AND public matches!

*EDIT*

I will try to change C7 05 88 98 A4 00 01 00 00 00 to C7 05 88 98 A4 00 00 00 00 00 to prevent doing a NOP. Dont know if it will work. I will test that later. The NOP method still works. =)

*UPDATE*

Changing C7 05 88 98 A4 00 01 00 00 00 to C7 05 88 98 A4 00 00 00 00 00 works perfectly. No need of a NOP. Simpler with this method.
#1 · edited 14y ago · 14y ago
MarkHC
MarkHC
I did the NOP thing and the game crashes when someone throws a flash at me... I'll try the other metod now...
Yeah, the changing thing worked... Thanks man But Im not "immune" to flashs and concussions... They are just less effective... I don't get blinded by the flashes and the concussion doesn't make me SO slow...

PS: The Recon Drone Stun makes less effect too

#2 · edited 14y ago · 14y ago
ME
merphz
Code:
byte[] NoFlash = {0xC7, 0x05, 0x88, 0x98, 0xA4, 0x00, 0x01, 0x00, 0x00, 0x00};

WriteBytes(0x00431505, NoFlash, 10);
Whats wrong?
#3 · 14y ago
AN
Anonymous..
Quote Originally Posted by merphz View Post
Code:
byte[] NoFlash = {0xC7, 0x05, 0x88, 0x98, 0xA4, 0x00, 0x01, 0x00, 0x00, 0x00};

WriteBytes(0x00431505, NoFlash, 10);
Whats wrong?
Change the 0x01 to 0x00 and it's going to work.


Code:
    BYTE NoFlash[10] = {0xC7, 0x05, 0x88, 0x98, 0xA4, 0x00, 0x00, 0x00, 0x00, 0x00};
    WriteProcessMemory(ModernWarfare3_Handle, (LPVOID) 0x00431505, (LPCVOID) NoFlash, 10, NULL);
Also this:

Quote Originally Posted by General Shepherd View Post
I did the NOP thing and the game crashes when someone throws a flash at me... I'll try the other metod now...
Yeah, the changing thing worked... Thanks man But Im not "immune" to flashs and concussions... They are just less effective... I don't get blinded by the flashes and the concussion doesn't make me SO slow...

PS: The Recon Drone Stun makes less effect too
Doesn't make inmune, just they're less effective.
#4 · edited 14y ago · 14y ago
NI
NightmareTX_RETIRED
You dont get blinded by the flashes. Thats what I meant by "Immunity" and the Recon drone flash seems to be less effective too.
#5 · 14y ago
MarkHC
MarkHC
Isn't working anymore and I didn't found the new address... The update offset is different...
#6 · 14y ago
NI
NightmareTX_RETIRED
Updated For 1.7.413

Code:
NoFlash For MW3 1.7.413

Address: 0x004DF2F5

Pattern: C7 05 08 A3 A4 00 01 00 00 00

OpCode: mov [00A4A308],00000001
Change Pattern To: C7 05 08 A3 A4 00 00 00 00 00
#7 · 14y ago
PH
Phantomgamers
this is nice but i wouldnt use without vac disabler
#8 · 14y ago
MarkHC
MarkHC
Quote Originally Posted by Phantomgamers View Post
this is nice but i wouldnt use without vac disabler
Since you use it on the barracks you're safe.. its pretty much the same that a prestige hack does... You don't need to be in a lobby to write the memory
#9 · 14y ago
PH
Phantomgamers
Quote Originally Posted by General Shepherd View Post
Since you use it on the barracks you're safe.. its pretty much the same that a prestige hack does... You don't need to be in a lobby to write the memory
VAC detects modified memory, it doesn't matter when you write it, if it's modified VAC will detect it.
The reason VAC doesn't ban for prestige hacks is because the prestige value can be changed by the game, so if they banned for it you would get banned if you prestiged regularly.
#10 · 14y ago
♪~ ᕕ(ᐛ)ᕗ
♪~ ᕕ(ᐛ)ᕗ
Srsly?..Writing on an address?
Inside a VAC-Secured Game?
No, Srsly?
#11 · 14y ago
Jorndel
Jorndel
Quote Originally Posted by Richard Nixon View Post
Srsly?..Writing on an address?
Inside a VAC-Secured Game?
No, Srsly?
Sadly, VAC ain't that good
They don't really care. More like a fear tool :P
(And ban sometimes to show it works)

What I think of VAC
#12 · 14y ago
Goonman1
Goonman1
Hmm i am not quite sure how to do this 0-0 arh i know how to make hacks and stuff jsut a little confused also i need a program so i can use the bytes i lsot my other one anyone link me? here is an example of how i would do it?

Private flash As New Byte() = {then the bytes..}
mw3.Hack("iw5mp")
mw3.SetInt(&H0x004DF2F5, flash) i think i am forgeting somethin but yeah..
#13 · 14y ago
Jorndel
Jorndel
Quote Originally Posted by Goonman1 View Post
Hmm i am not quite sure how to do this 0-0 arh i know how to make hacks and stuff jsut a little confused also i need a program so i can use the bytes i lsot my other one anyone link me? here is an example of how i would do it?

Private flash As New Byte() = {then the bytes..}
mw3.Hack("iw5mp")
mw3.SetInt(&H0x004DF2F5, flash) i think i am forgeting somethin but yeah..
Dude, you have to use the SetByte or so. Since you can't write a byte list as integer :P
#14 · 14y ago
Goonman1
Goonman1
Quote Originally Posted by Jorndel View Post
Dude, you have to use the SetByte or so. Since you can't write a byte list as integer :P
yeah i jsut realised that..
#15 · 14y ago
Posts 1–15 of 17 · Page 1 of 2

Post a Reply

Similar Threads

  • Modern Warfare 3 Source Code / Address ThreadBy lolbie in Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    281Last post 5y ago
  • Buying blackops or modern warefare 3 or modern warfare 2 codes for steamBy tavistavis in Buying Accounts/Keys/Items
    4Last post 14y ago
  • [Steam] Call of Duty 4: Modern Warfare, Left 4 Dead 2 (+ Counter-Strike: Source) $20By Ravallo in Selling Accounts/Keys/Items
    9Last post 15y ago
  • [Steam] Call of Duty 4: Modern Warfare, Left 4 Dead 2 (+ Counter-Strike: Source)By Ravallo in Selling Accounts/Keys/Items
    60Last post 15y ago
  • Call of Duty 4/COD4 : Modern Warfare CD key/Serial Code very cheapBy MarkoLeopard in Trade Accounts/Keys/Items
    0Last post 17y ago

Tags for this Thread

None