[Early Request] Horizon Zero Dawn™ Complete Edition
- Noire Blackheart
- Expert Cheater
- Posts: 386
- Joined: Mon Mar 27, 2017 2:36 pm
- Reputation: 54
[Early Request] Horizon Zero Dawn™ Complete Edition
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.
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.
-
- Table Makers
- Posts: 905
- Joined: Fri Mar 03, 2017 9:05 am
- Reputation: 760
Re: [Early Request] Horizon Zero Dawn™ Complete Edition
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.
-
- Expert Cheater
- Posts: 96
- Joined: Sat Sep 07, 2019 2:23 pm
- Reputation: 18
Re: [Early Request] Horizon Zero Dawn™ Complete Edition
I need it too!
Re: [Early Request] Horizon Zero Dawn™ Complete Edition
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.
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.
-
- Cheater
- Posts: 38
- Joined: Sun May 10, 2020 2:55 am
- Reputation: 2
Re: [Early Request] Horizon Zero Dawn™ Complete Edition
Keeping a good watch on this thread
Re: [Early Request] Horizon Zero Dawn™ Complete Edition
You "guys" won't say , show must go on ~
6:37hours left ~ !
6:37hours left ~ !
Re: [Early Request] Horizon Zero Dawn™ Complete Edition
wow... its coming to pc?
Re: [Early Request] Horizon Zero Dawn™ Complete Edition
nice game.
hmmmm waiting for this game crack 07-08-2020, ready soon on skidrow ...
hmmmm waiting for this game crack 07-08-2020, ready soon on skidrow ...
-
- Expert Cheater
- Posts: 461
- Joined: Sun Mar 24, 2019 1:38 am
- Reputation: 82
-
- Cheater
- Posts: 38
- Joined: Sun May 10, 2020 2:55 am
- Reputation: 2
Re: [Early Request] Horizon Zero Dawn™ Complete Edition
Let the game breath man
Re: [Early Request] Horizon Zero Dawn™ Complete Edition
Oooh it's on fire. Can't wait to see the hacks coming out.
-
- Expert Cheater
- Posts: 461
- Joined: Sun Mar 24, 2019 1:38 am
- Reputation: 82
Re: [Early Request] Horizon Zero Dawn™ Complete Edition
no materials needed in crafting and stealth mode pls
-
- Table Makers
- Posts: 905
- Joined: Fri Mar 03, 2017 9:05 am
- Reputation: 760
Re: [Early Request] Horizon Zero Dawn™ Complete Edition
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.
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>
Last edited by zachillios on Fri Aug 07, 2020 7:40 pm, edited 1 time in total.
Who is online
Users browsing this forum: AhrefsBot, CraftyTifa, dira.suprima, Maemae, TheRedFear