[COMPLETED] Halo: Reach
Re: [COMPLETED] Halo: Master Chief Collection
Hi all! Is there any way to spawn weapons?
I want to complete entire Reach campaign with ENERGY SWORD.
I want to complete entire Reach campaign with ENERGY SWORD.
Re: [COMPLETED] Halo: Master Chief Collection
still wondering if its possible to make allied units like the marines invincible aswell.
Re: [REQUEST] Halo: Master Chief Collection
When I run the "Player Customization" Halo MCC crashes (am in AntiCheat Disabled mode) and gives me a "Fatal Error", any reason?Idlehands88 wrote: ↑Wed Dec 04, 2019 2:20 amMake 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
Re: [COMPLETED] Halo: Master Chief Collection
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?Idlehands88 wrote: ↑Wed Dec 04, 2019 3:12 pmBetter 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
Re: [COMPLETED] Halo: Master Chief Collection
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 : )
so if someone has a lead to launch this hack with EAC I am interested
THX : )
-
- What is cheating?
- Posts: 3
- Joined: Thu Oct 12, 2017 5:13 pm
- Reputation: 2
Re: [REQUEST] Halo: Master Chief Collection
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.
- Plague Dr. Reiss
- Cheater
- Posts: 32
- Joined: Sun Apr 14, 2019 5:27 am
- Reputation: 1
Re: [COMPLETED] Halo: Master Chief Collection
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!
Re: [COMPLETED] Halo: Master Chief Collection
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 & 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>
Re: [COMPLETED] Halo: Master Chief Collection
Will this work on long night in solace ?ajip2 wrote: ↑Sun Dec 22, 2019 3:14 amInf Health & Shield (should work with allies and vehicles) codex versionCode: Select all
<?xml version="1.0" encoding="utf-8"?> <CheatTable> <CheatEntries> <CheatEntry> <ID>87495</ID> <Description>"Inf Health & 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>
Re: [COMPLETED] Halo: Master Chief Collection
how do i go about using that code?
Re: [COMPLETED] Halo: Master Chief Collection
Here you go, just download this file attached
- Attachments
-
- HaloMCC.ct
- (1.11 KiB) Downloaded 83 times
Re: [COMPLETED] Halo: Master Chief Collection
ajip2 wrote: ↑Sun Dec 22, 2019 3:14 amInf Health & Shield (should work with allies and vehicles) codex versionCode: Select all
<?xml version="1.0" encoding="utf-8"?> <CheatTable> <CheatEntries> <CheatEntry> <ID>87495</ID> <Description>"Inf Health & 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.
Who is online
Users browsing this forum: AhrefsBot, Cheat Code, XZS