From 3e06aa7dc176d49abc02d6164f35928dfb71862c Mon Sep 17 00:00:00 2001 From: Clement Date: Tue, 15 Feb 2022 15:11:16 +0100 Subject: [PATCH] Fixed the toggle ammo patch address being wrong for Spec Ops MW3 --- Hayzen/src/Games/SpecOps/MW3/MenuFunctions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hayzen/src/Games/SpecOps/MW3/MenuFunctions.cpp b/Hayzen/src/Games/SpecOps/MW3/MenuFunctions.cpp index 9b55e03..28d7d58 100644 --- a/Hayzen/src/Games/SpecOps/MW3/MenuFunctions.cpp +++ b/Hayzen/src/Games/SpecOps/MW3/MenuFunctions.cpp @@ -18,7 +18,7 @@ void SpecOpsMW3::ToggleAmmo(Menu *pMenu) { COMMON_FN_NAMESPACE::ToggleAmmoOptions Options; Options.pMenu = pMenu; - Options.dwPatchAddress = 0x820F63E4; + Options.dwPatchAddress = 0x8235BB54; Options.dwDefaultValue = 0x7D3D5050; Options.dwPatchValue = 0x7D495378;