[COMPLETED] Halo: Reach

Ask about cheats/tables for single player games here
Unhaul
What is cheating?
What is cheating?
Posts: 4
Joined: Tue Dec 10, 2019 5:46 pm
Reputation: 0

Re: [COMPLETED] Halo: Master Chief Collection

Post by Unhaul »

Hi all! Is there any way to spawn weapons?
I want to complete entire Reach campaign with ENERGY SWORD.
Image

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

Re: [COMPLETED] Halo: Master Chief Collection

Post by nillmand2 »

still wondering if its possible to make allied units like the marines invincible aswell.

xeno477
What is cheating?
What is cheating?
Posts: 2
Joined: Fri Dec 13, 2019 6:44 am
Reputation: 0

Re: [REQUEST] Halo: Master Chief Collection

Post by xeno477 »

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
When I run the "Player Customization" Halo MCC crashes (am in AntiCheat Disabled mode) and gives me a "Fatal Error", any reason?

xeno477
What is cheating?
What is cheating?
Posts: 2
Joined: Fri Dec 13, 2019 6:44 am
Reputation: 0

Re: [COMPLETED] Halo: Master Chief Collection

Post by xeno477 »

Idlehands88 wrote:
Wed Dec 04, 2019 3:12 pm
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
I did the excact same modifications myself on my own XML file and unlocked everything but EasyAntiCheat still caught it... I don't get it, where is it getting detected at? I made sure everything stayed the same except for the unlock status on everything. And when I put the original back even after editing it but still keeping it as it was once I put it back into the ui file it works fine. So where is it sensing that it was tampered with?

Mioau10
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Dec 13, 2019 6:54 pm
Reputation: 0

Re: [COMPLETED] Halo: Master Chief Collection

Post by Mioau10 »

It's nice to have a hack like that, but if you can't unlock the successes and the equipment, it's useless I turned the web around and I can't find any hack with EAC activated

so if someone has a lead to launch this hack with EAC I am interested

THX : )

SidTheInsane
What is cheating?
What is cheating?
Posts: 3
Joined: Thu Oct 12, 2017 5:13 pm
Reputation: 2

Re: [REQUEST] Halo: Master Chief Collection

Post by SidTheInsane »

IFireflyl wrote:
Wed Dec 04, 2019 5:29 am
Just tested it. If you go back to the EAC version it starts tracking your stats/achievements again. If you go to the disabled EAC version it locks all stats at 0 and it doesn't register achievements.
Which is great, because it's apparently the only way to play the game using Proton.... but then I would not expect anything less restrictive from Tim Sweeny's team.

dangadave
Noobzor
Noobzor
Posts: 14
Joined: Wed Mar 14, 2018 7:37 am
Reputation: 0

Re: [REQUEST] Halo: Master Chief Collection

Post by dangadave »

rhark wrote:
Wed Dec 04, 2019 12:42 pm
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?
The menu is missing the UA/MULTI-THREAT and UA/MULTI-THREAT [W] chest pieces.

User avatar
Plague Dr. Reiss
Cheater
Cheater
Posts: 32
Joined: Sun Apr 14, 2019 5:27 am
Reputation: 1

Re: [COMPLETED] Halo: Master Chief Collection

Post by Plague Dr. Reiss »

download/file.php?id=19465 Anyplans to update this to the patch from 3 days ago? Since then it broke :( Love you folks for your hardwork!

ajip2
Expert Cheater
Expert Cheater
Posts: 94
Joined: Sat Mar 04, 2017 9:58 pm
Reputation: 117

Re: [COMPLETED] Halo: Master Chief Collection

Post by ajip2 »

Inf Health & Shield (should work with allies and vehicles) codex version

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>87495</ID>
      <Description>"Inf Health &amp; Shield"</Description>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : MCC-Win64-Shipping.exe
  Version: 
  Date   : 2019-12-21
  Author : Gavin

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(Invincible_AOB,haloreach.dll,F3 0F 10 44 81 2C 0F 2F 05 * * * * 0F 86 D0) // should be unique
alloc(newmem,$1000,"haloreach.dll"+62EFA0)

label(code)
label(return)

newmem:

code:
  movss xmm0,[rcx+rax*4+2C]
  push rdx
  cmp qword ptr [rsp-20],0
  je poprdx
  mov rdx,[rsp-20]
  cmp byte ptr [rdx+1CA],1
  je @f
  cmp byte ptr [rdx+1CA],2
  jne poprdx
@@:
  xorps xmm0,xmm0
poprdx:
  pop rdx
  jmp return

Invincible_AOB:
  jmp newmem
  nop
return:
registersymbol(Invincible_AOB)

[DISABLE]

Invincible_AOB:
  db F3 0F 10 44 81 2C

unregistersymbol(Invincible_AOB)
dealloc(newmem)
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Theo75
Cheater
Cheater
Posts: 28
Joined: Tue Oct 10, 2017 2:38 am
Reputation: 7

Re: [COMPLETED] Halo: Master Chief Collection

Post by Theo75 »

ajip2 wrote:
Sun Dec 22, 2019 3:14 am
Inf Health & Shield (should work with allies and vehicles) codex version

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>87495</ID>
      <Description>"Inf Health &amp; Shield"</Description>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : MCC-Win64-Shipping.exe
  Version: 
  Date   : 2019-12-21
  Author : Gavin

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(Invincible_AOB,haloreach.dll,F3 0F 10 44 81 2C 0F 2F 05 * * * * 0F 86 D0) // should be unique
alloc(newmem,$1000,"haloreach.dll"+62EFA0)

label(code)
label(return)

newmem:

code:
  movss xmm0,[rcx+rax*4+2C]
  push rdx
  cmp qword ptr [rsp-20],0
  je poprdx
  mov rdx,[rsp-20]
  cmp byte ptr [rdx+1CA],1
  je @f
  cmp byte ptr [rdx+1CA],2
  jne poprdx
@@:
  xorps xmm0,xmm0
poprdx:
  pop rdx
  jmp return

Invincible_AOB:
  jmp newmem
  nop
return:
registersymbol(Invincible_AOB)

[DISABLE]

Invincible_AOB:
  db F3 0F 10 44 81 2C

unregistersymbol(Invincible_AOB)
dealloc(newmem)
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Will this work on long night in solace ?

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

Re: [COMPLETED] Halo: Master Chief Collection

Post by nillmand2 »

how do i go about using that code?

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

Re: [COMPLETED] Halo: Master Chief Collection

Post by Rhark »

nillmand2 wrote:
Mon Dec 23, 2019 3:46 pm
how do i go about using that code?
Here you go, just download this file attached :)
Attachments
HaloMCC.ct
(1.11 KiB) Downloaded 67 times

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

Re: [COMPLETED] Halo: Master Chief Collection

Post by nillmand2 »

rhark wrote:
Mon Dec 23, 2019 4:21 pm
nillmand2 wrote:
Mon Dec 23, 2019 3:46 pm
how do i go about using that code?
Here you go, just download this file attached :)
thank you.. I've been wanting allied infinite health.

Prefix
Noobzor
Noobzor
Posts: 11
Joined: Tue Dec 24, 2019 8:00 am
Reputation: 1

Re: [COMPLETED] Halo: Master Chief Collection

Post by Prefix »

ajip2 wrote:
Sun Dec 22, 2019 3:14 am
Inf Health & Shield (should work with allies and vehicles) codex version

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>87495</ID>
      <Description>"Inf Health &amp; Shield"</Description>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : MCC-Win64-Shipping.exe
  Version: 
  Date   : 2019-12-21
  Author : Gavin

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(Invincible_AOB,haloreach.dll,F3 0F 10 44 81 2C 0F 2F 05 * * * * 0F 86 D0) // should be unique
alloc(newmem,$1000,"haloreach.dll"+62EFA0)

label(code)
label(return)

newmem:

code:
  movss xmm0,[rcx+rax*4+2C]
  push rdx
  cmp qword ptr [rsp-20],0
  je poprdx
  mov rdx,[rsp-20]
  cmp byte ptr [rdx+1CA],1
  je @f
  cmp byte ptr [rdx+1CA],2
  jne poprdx
@@:
  xorps xmm0,xmm0
poprdx:
  pop rdx
  jmp return

Invincible_AOB:
  jmp newmem
  nop
return:
registersymbol(Invincible_AOB)

[DISABLE]

Invincible_AOB:
  db F3 0F 10 44 81 2C

unregistersymbol(Invincible_AOB)
dealloc(newmem)
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Can You get the Long Night of Solace Saber Shields working?


Doesn't matter anyways since the Slaso bug still works (save and quit if u die)
Last edited by Prefix on Thu Dec 26, 2019 6:13 am, edited 1 time in total.

ajip2
Expert Cheater
Expert Cheater
Posts: 94
Joined: Sat Mar 04, 2017 9:58 pm
Reputation: 117

Re: [COMPLETED] Halo: Master Chief Collection

Post by ajip2 »

Prefix wrote:
Tue Dec 24, 2019 8:01 am
Can You get the Long Night of Solace Saber Shields working?
I try on Long Night of Solace and inf shields work fine.

Sorry for my bad english.

Post Reply

Who is online

Users browsing this forum: Bing [Bot], jc5k