Skip to content

Instantly share code, notes, and snippets.

@nlgxzef
Last active March 29, 2025 21:25
Show Gist options
  • Save nlgxzef/e98503a67eeaa17ea83a258f650d1f99 to your computer and use it in GitHub Desktop.
Save nlgxzef/e98503a67eeaa17ea83a258f650d1f99 to your computer and use it in GitHub Desktop.
NFSMW PS2 Alpha 124 Hacks (just download the file and copy it in PCSX2\Cheats)
// NFSMW Alpha124 hacks
// by Xanvier
// __snIsDebuggerRunning // for faster boot time
patch=1,EE,0064B850,word,00000001
// SkipOLDnas
patch=1,EE,00618CCC,word,00000001
// DoScreenPrintf
patch=1,EE,00618D08,word,00000001
// SkipFE
//patch=1,EE,00618B94,word,00000001
// Disable IsEurope
patch=1,EE,0034666C,word,00421026
// Fix change car
patch=1,EE,00273834,word,2466D940
patch=1,EE,00272810,word,2446D948
patch=1,EE,0026D948,word,3C030064
patch=1,EE,0026D954,word,AC625620
// Xan's section is done. Thank you dude!
// nlgzrgn's hack pack is below:
// Debug Menu Opacity
patch=1,EE,006115BC,word,00000000 //0% (text only)
//patch=1,EE,006115BC,word,3F000000 //50%
//patch=1,EE,006115BC,word,3F400000 //75%
// Disable Visual Treatment
patch=1,EE,005F4348,word,00000000
@60fpshacksrock
Copy link

I made some codes for it too.

Enable Code (M)
9050A1D0 0C14281C

Unlock All Things
20618CD8 00000001

Display All Cars R2 Up On/R2 Down Off
D0AC3EC2 0000FDEF
202A85DC 2042FFFF
D0AC3EC2 0000FDBF
202A85DC 3042FFFF

Unlock Camaro (Press Select)
D0AC3EC2 0000FFFE
20AC5C78 00010001

Unlock Corvette C6.R (Press Select)
D0AC3EC2 0000FFFE
20AC5944 00010001

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment