Page 1 of 2

[Early Request] Horizon Zero Dawn™ Complete Edition

Posted: Thu Aug 06, 2020 12:51 pm
by Noire Blackheart
Game Name: Horizon Zero Dawn™ Complete Edition
Game Engine: Decima
Game Version: Not sure if it will use the ps4 patch number or its own.
Options Required: HP,Skill points, whatever else you can dig up, but I would really like to see a way to freeze time for the sunstone(?) medal challanges
Steam Website:
Other Info: The game is out on the 7th August, I have already played this on the PS4 and the challanges annoy me since i think there are also side quests tied to them later on in the game, the engine is new to me as well so I am unsure how easy/hard it will be to find anything.

Re: [Early Request] Horizon Zero Dawn™ Complete Edition

Posted: Thu Aug 06, 2020 12:53 pm
by zachillios
I'll attempt to work on it. If it's anything like it was for PS4 hacking, it's a pain in the ass to mess around with. I'm sure someone else will make a full scale table for it though.

Re: [Early Request] Horizon Zero Dawn™ Complete Edition

Posted: Thu Aug 06, 2020 1:29 pm
by Lake333GLD
I need it too!

Re: [Early Request] Horizon Zero Dawn™ Complete Edition

Posted: Thu Aug 06, 2020 2:37 pm
by DrummerIX
I bought the game, but not sure I will have time to look into a table for it.

I think Zanzer or someone else likes these kind of games also. At least I think so. Perhaps they can commit to making a table for it.

Re: [Early Request] Horizon Zero Dawn™ Complete Edition

Posted: Fri Aug 07, 2020 8:15 am
by blackrobinhood
Keeping a good watch on this thread :D

Re: [Early Request] Horizon Zero Dawn™ Complete Edition

Posted: Fri Aug 07, 2020 8:22 am
by teinousi
You "guys" won't say , show must go on ~ 🤪

6:37hours left ~ !

Re: [Early Request] Horizon Zero Dawn™ Complete Edition

Posted: Fri Aug 07, 2020 10:56 am
by astor
wow... its coming to pc?

Re: [Early Request] Horizon Zero Dawn™ Complete Edition

Posted: Fri Aug 07, 2020 11:07 am
by BabyGroot
nice game.
hmmmm waiting for this game crack 07-08-2020, ready soon on skidrow ... :D

Re: [Early Request] Horizon Zero Dawn™ Complete Edition

Posted: Fri Aug 07, 2020 2:59 pm
by chrisreddot3
UP

Re: [Early Request] Horizon Zero Dawn™ Complete Edition

Posted: Fri Aug 07, 2020 3:17 pm
by blackrobinhood
Let the game breath man

Re: [Early Request] Horizon Zero Dawn™ Complete Edition

Posted: Fri Aug 07, 2020 3:48 pm
by Rversse
Oooh it's on fire. Can't wait to see the hacks coming out.

Re: [Early Request] Horizon Zero Dawn™ Complete Edition

Posted: Fri Aug 07, 2020 4:04 pm
by chrisreddot3
no materials needed in crafting and stealth mode pls

Re: [Early Request] Horizon Zero Dawn™ Complete Edition

Posted: Fri Aug 07, 2020 4:45 pm
by sicwan
ReskyAW wrote:
Fri Aug 07, 2020 11:07 am
nice game.
hmmmm waiting for this game crack 07-08-2020, ready soon on skidrow ... :D
Buy the damn game.

Re: [Early Request] Horizon Zero Dawn™ Complete Edition

Posted: Fri Aug 07, 2020 4:51 pm
by BabyGroot
sicwan wrote:
Fri Aug 07, 2020 4:45 pm
ReskyAW wrote:
Fri Aug 07, 2020 11:07 am
nice game.
hmmmm waiting for this game crack 07-08-2020, ready soon on skidrow ... :D
Buy the damn game.
try first before buying. :)

Re: [Early Request] Horizon Zero Dawn™ Complete Edition

Posted: Fri Aug 07, 2020 4:55 pm
by zachillios
So I'm not doing a full table, but here's something nifty. Turn this on and then drop one of your items. Should bump it up to 99.
Note: This also effects key items, so turn this off when picking one up or turning in a quest.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>16</ID>
      <Description>"Infinite Items (Drop Item To Increase)"</Description>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : HorizonZeroDawn.exe
  Version: 
  Date   : 2020-08-07
  Author : Zach

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(Arrow,HorizonZeroDawn.exe,89 41 58 48 8B 8B C8 01 00 00) // should be unique
alloc(newmem,$1000,"HorizonZeroDawn.exe"+FEA930)

label(code)
label(return)

newmem:

code:
  mov [rcx+58],#99
  mov rcx,[rbx+000001C8]
  jmp return

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

[DISABLE]

Arrow:
  db 89 41 58 48 8B 8B C8 01 00 00

unregistersymbol(Arrow)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: "HorizonZeroDawn.exe"+FEA930

"HorizonZeroDawn.exe"+FEA90B: 5D                             -  pop rbp
"HorizonZeroDawn.exe"+FEA90C: C3                             -  ret 
"HorizonZeroDawn.exe"+FEA90D: 8B 41 58                       -  mov eax,[rcx+58]
"HorizonZeroDawn.exe"+FEA910: 3B D0                          -  cmp edx,eax
"HorizonZeroDawn.exe"+FEA912: 48 89 9C 24 30 01 00 00        -  mov [rsp+00000130],rbx
"HorizonZeroDawn.exe"+FEA91A: 48 8B 59 48                    -  mov rbx,[rcx+48]
"HorizonZeroDawn.exe"+FEA91E: 4C 89 A4 24 00 01 00 00        -  mov [rsp+00000100],r12
"HorizonZeroDawn.exe"+FEA926: 44 8B E0                       -  mov r12d,eax
"HorizonZeroDawn.exe"+FEA929: 44 0F 4C E2                    -  cmovl r12d,edx
"HorizonZeroDawn.exe"+FEA92D: 41 2B C4                       -  sub eax,r12d
// ---------- INJECTING HERE ----------
"HorizonZeroDawn.exe"+FEA930: 89 41 58                       -  mov [rcx+58],eax
"HorizonZeroDawn.exe"+FEA933: 48 8B 8B C8 01 00 00           -  mov rcx,[rbx+000001C8]
// ---------- DONE INJECTING  ----------
"HorizonZeroDawn.exe"+FEA93A: 48 85 C9                       -  test rcx,rcx
"HorizonZeroDawn.exe"+FEA93D: 0F 84 3D 02 00 00              -  je HorizonZeroDawn.exe+FEAB80
"HorizonZeroDawn.exe"+FEA943: 48 81 C1 88 02 00 00           -  add rcx,00000288
"HorizonZeroDawn.exe"+FEA94A: 4C 89 AC 24 F8 00 00 00        -  mov [rsp+000000F8],r13
"HorizonZeroDawn.exe"+FEA952: 48 8D 15 D7 94 79 01           -  lea rdx,[HorizonZeroDawn.exe+2783E30]
"HorizonZeroDawn.exe"+FEA959: E8 F2 06 B7 FF                 -  call HorizonZeroDawn.exe+B5B050
"HorizonZeroDawn.exe"+FEA95E: 4C 8B E8                       -  mov r13,rax
"HorizonZeroDawn.exe"+FEA961: 48 85 C0                       -  test rax,rax
"HorizonZeroDawn.exe"+FEA964: 0F 84 0E 02 00 00              -  je HorizonZeroDawn.exe+FEAB78
"HorizonZeroDawn.exe"+FEA96A: 48 8D 48 58                    -  lea rcx,[rax+58]
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>