
Free, forever. 7 single-player cheats for Mafia: Definitive Edition — a no-paywall, no-timer alternative to WeMod and other paid trainer subscriptions.
Flips two conditional branches in the game's internal InitializeCheazList function so the developer cheat list gets populated instead of skipped. With this enabled, the game's built-in dev-cheat menu becomes available…
NOPs the per-frame writeback of the race timer, so during a race mission the timer freezes at whatever value it held when toggled on.
Stamps 99 into the player's ammo slot before every access, so the magazine never depletes.
Stamps 1000.0f into the player's health field on every read, so Vito never loses health.
Clamps the magazine count to 999 on every writeback (unless it's 0, which the cave preserves to avoid spawning ammo into an empty hand).
Kills the per-weapon fire-rate cooldown by NOPing the jae after the cooldown comiss. Every weapon fires as fast as the trigger is pressed.
Pegs the race timer at 0 while enabled. Zeros both [r8+0x10] and xmm1 before the replicated addss runs, so the timer writeback stays at 0 each frame.