[COMPLETED] Halo: Reach

Ask about cheats/tables for single player games here
User avatar
Emily Belmont
Cheat Queen
Cheat Queen
Posts: 3
Joined: Wed Aug 21, 2019 6:28 am
Reputation: 0

Re: [REQUEST] Halo: Master Chief Collection

Post by Emily Belmont »

Idlehands88 wrote:
Wed Dec 04, 2019 2:20 am
- Player Customization (Must be in the Customization Menu)
Not sure why but the customization script isnt turning on. I'm inside the customization menu but it doesnt do anything.

User avatar
Idlehands88
Expert Cheater
Expert Cheater
Posts: 609
Joined: Mon Jun 11, 2018 1:25 pm
Reputation: 625

Re: [REQUEST] Halo: Master Chief Collection

Post by Idlehands88 »

Emily Belmont wrote:
Wed Dec 04, 2019 6:43 am
Idlehands88 wrote:
Wed Dec 04, 2019 2:20 am
- Player Customization (Must be in the Customization Menu)
Not sure why but the customization script isnt turning on. I'm inside the customization menu but it doesnt do anything.
Not sure, I just restarted CE and Halo and the script is still activating for me. Are you running Halo without EAC on?

User avatar
Emily Belmont
Cheat Queen
Cheat Queen
Posts: 3
Joined: Wed Aug 21, 2019 6:28 am
Reputation: 0

Re: [REQUEST] Halo: Master Chief Collection

Post by Emily Belmont »

Yep I'm running the EAC disabled version. I'm playing through the Xbox App version but it still has the option to launch without EAC.

User avatar
Emily Belmont
Cheat Queen
Cheat Queen
Posts: 3
Joined: Wed Aug 21, 2019 6:28 am
Reputation: 0

Re: [REQUEST] Halo: Master Chief Collection

Post by Emily Belmont »

Also I noticed the Season Tokens from leveling up for the unlocks can still be used when in the EAC disabled version, but you can't earn them. I tried editing the number value but I think I edited the wrong one and the game crashed.

User avatar
Idlehands88
Expert Cheater
Expert Cheater
Posts: 609
Joined: Mon Jun 11, 2018 1:25 pm
Reputation: 625

Re: [REQUEST] Halo: Master Chief Collection

Post by Idlehands88 »

Ya I only play without EAC so I don't get those tokens, also I made the table using the Steam version, maybe that's why?

Vortox14
Fearless Donors
Fearless Donors
Posts: 60
Joined: Sun May 21, 2017 2:04 am
Reputation: 12

Re: [REQUEST] Halo: Master Chief Collection

Post by Vortox14 »

Worked perfectly fine for me, Steam user.
---
Sadly the Sabre sequence really needs infinite health/shields... I get stomped within seconds on the third wave.

First two are piece of cakes. third. WTF! I'm soloed out.

nillmand2
Expert Cheater
Expert Cheater
Posts: 85
Joined: Sat Dec 08, 2018 12:44 pm
Reputation: 4

Re: [REQUEST] Halo: Master Chief Collection

Post by nillmand2 »

just a random question. is it possible to make allied troops invincible or something??

User avatar
GamerCare
Table Makers
Table Makers
Posts: 255
Joined: Wed Jun 12, 2019 12:14 am
Reputation: 508

Re: [REQUEST] Halo: Master Chief Collection

Post by GamerCare »

Idlehands88 wrote:
Wed Dec 04, 2019 2:20 am
Make sure you are running the game with EAC off.

- Infinite Health
- Infinite Shield
- Infinite Ammo/No Reloads (Doesn't work with Energy based weapons)
- Infinite Grenades
- Infinite Equipment
- Player Customization (Must be in the Customization Menu)
-- Helmet
-- Left Shoulder
-- Right Shoulder
-- Chest
-- Wrist
-- Utility
-- Visor Color
-- Knee Guards
-- Armor Effects
-- Gender
-- Elite Armor
-- Armor Effects 2?
-- Firefight Voice
viewtopic.php?f=2&t=10986#p113903

Here are additions to add:

unlimited stamina:

Code: Select all

[ENABLE]

aobscanmodule(stamina,haloreach.dll,F3 41 0F 10 80 EC 01 00 00) // should be unique
alloc(newmem,$1000,"haloreach.dll"+37FE88)

label(code)
label(return)

newmem:

code:
  mov [r8+1EC],(float)1.0
  movss xmm0,[r8+1EC]
  jmp return

stamina:
  jmp newmem
  nop 4
return:
registersymbol(stamina)

[DISABLE]

stamina:
  db F3 41 0F 10 80 EC 01 00 00

unregistersymbol(stamina)
dealloc(newmem)
no overheat:

Code: Select all

[ENABLE]

aobscanmodule(overheat,haloreach.dll,F3 0F 10 8B E0 01 00 00 8B 7C C8 04) // should be unique
alloc(newmem,$1000,"haloreach.dll"+600E44)

label(code)
label(return)

newmem:

code:
  mov [rbx+1E0],0
  movss xmm1,[rbx+1E0]
  jmp return

overheat:
  jmp newmem
  nop 3
return:
registersymbol(overheat)

[DISABLE]

overheat:
  db F3 0F 10 8B E0 01 00 00

unregistersymbol(overheat)
dealloc(newmem)
super accuracy:

Code: Select all

[ENABLE]

aobscanmodule(accuracy,haloreach.dll,F3 42 0F 10 84 08 64 02 00 00) // should be unique
alloc(newmem,$1000,"haloreach.dll"+5FECC5)

label(code)
label(return)

newmem:

code:
  mov [rax+r9+264],(float)-100.0
  movss xmm0,[rax+r9+264]
  jmp return

accuracy:
  jmp newmem
  nop 5
return:
registersymbol(accuracy)

[DISABLE]

accuracy:
  db F3 42 0F 10 84 08 64 02 00 00

unregistersymbol(accuracy)
dealloc(newmem)

User avatar
Rhark
Expert Cheater
Expert Cheater
Posts: 2894
Joined: Tue Apr 16, 2019 1:27 am
Reputation: 1236

Re: [REQUEST] Halo: Master Chief Collection

Post by Rhark »

Here's a Windows Store edit of Idlehands88's table and with GamerCare's added additions. Anyone got a code for Energy/Alien weapons ammo?
Attachments
MCC-Win64-Shipping-WinStore.CT
Edited to work on Game Pass/Windows Store version & added GamerCare's additions (with credits).
(28.46 KiB) Downloaded 92 times

User avatar
Idlehands88
Expert Cheater
Expert Cheater
Posts: 609
Joined: Mon Jun 11, 2018 1:25 pm
Reputation: 625

Re: [COMPLETED] Halo: Master Chief Collection

Post by Idlehands88 »

Better way to unlock all Player Customizations:

Extract the file to \Steam\steamapps\common\Halo The Master Chief Collection\data\ui\

MAKE A BACKUP OF THE ORIGINAL FILE, AS YOU NEED TO USE IT IF YOU LAUNCH THE GAME WITH EAC ON
Attachments
unlockdb.rar
PASSWORD: Idlehands88FR
(7.17 KiB) Downloaded 37 times

iretribution
Noobzor
Noobzor
Posts: 5
Joined: Wed Apr 19, 2017 1:54 am
Reputation: 1

Re: [COMPLETED] Halo: Master Chief Collection

Post by iretribution »

Is it possible to add an infinite jump option? Not super jump but the option that allows you to jump repeatedly? It would be a good way to go out and explre the vastness of the map and also hunt for easter eggs.

User avatar
Rhark
Expert Cheater
Expert Cheater
Posts: 2894
Joined: Tue Apr 16, 2019 1:27 am
Reputation: 1236

Re: [COMPLETED] Halo: Master Chief Collection

Post by Rhark »

Anyone managed to get Infinite Hull Integrity & Shields for the pilot-able spacecrafts?

User avatar
Sol
Expert Cheater
Expert Cheater
Posts: 70
Joined: Fri May 19, 2017 5:42 pm
Reputation: 9

Re: [COMPLETED] Halo: Master Chief Collection

Post by Sol »

I'm also interested in seeing some assistance with the spaceship health (hull) and/or shields values.
I've been playing it on Legendary (solo) and it's just too damn brutal in those sections, even though I managed to get past the first level (the docking station) legitimately by hiding behind the space station when the guns came online and then missiling the larger targets and hiding again, I can't go 2 feet into the next section (assault the covenant corvette) without those enemy fighters blowing me out of the sky right away. There's like 15 of them and they all focus fire on the player at the same time. Very unfair.

I can find the values for both of them as floats, but changing them does nothing, and I'm not sure how to track down the real hidden values from there.

Vortox14
Fearless Donors
Fearless Donors
Posts: 60
Joined: Sun May 21, 2017 2:04 am
Reputation: 12

Re: [COMPLETED] Halo: Master Chief Collection

Post by Vortox14 »

rhark wrote:
Wed Dec 04, 2019 6:21 pm
Anyone managed to get Infinite Hull Integrity & Shields for the pilot-able spacecrafts?
Indeed, over at `fearlessrevolution`
Along with what they call "Easy Kills" (1 hit Kills.)

User avatar
Rhark
Expert Cheater
Expert Cheater
Posts: 2894
Joined: Tue Apr 16, 2019 1:27 am
Reputation: 1236

Re: [COMPLETED] Halo: Master Chief Collection

Post by Rhark »

Vortox14 wrote:
Wed Dec 04, 2019 8:40 pm
rhark wrote:
Wed Dec 04, 2019 6:21 pm
Anyone managed to get Infinite Hull Integrity & Shields for the pilot-able spacecrafts?
Indeed, over at `fearlessrevolution`
Along with what they call "Easy Kills" (1 hit Kills.)
Was asking about members on here, do not mention those guys; they don't have the best rep on this site :)

Post Reply

Who is online

Users browsing this forum: No registered users