Skip to content

Commit 8c53ce5

Browse files
committed
Updated to MCC 1.3495.0.0
1 parent 5a4e1f7 commit 8c53ce5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PlayerOptionsOverlay/Memory.dll

41.5 KB
Binary file not shown.

PlayerOptionsOverlay/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class Program : Overlay
1616
//
1717
// Pointer for the Halo: reach's 'Melee Depth' (float) option.
1818
// Just find this pointer and every other game should work.
19-
public string BaseAddress = "mcc-win64-shipping.exe+03FFCC40,0xAF8,0x20,0x1A8,0x20,";
19+
public string BaseAddress = "mcc-win64-shipping.exe+03F66B20,0x08,0x00,0x28,0x50,0x1A8,0x00,";
2020
//
2121
// Add the pointer with all offsets excluding the final offset.
2222
// The final offset goes to 'GameOffset' in 'CheckGameIndex()'
@@ -547,7 +547,7 @@ public async Task CheckGameIndex()
547547
switch (GameComboIndex)
548548
{
549549
case 0: // Halo: Reach
550-
FovAddress = "haloreach.dll+2A03D4C";
550+
FovAddress = "haloreach.dll+2A03CDC";
551551
isNegitive = false;
552552
GameOffset = "0xB3C";
553553
break;

0 commit comments

Comments
 (0)