God of War [Engine:Unknown]

Upload your cheat tables here (No requests)
User avatar
iethanhuntz
Expert Cheater
Expert Cheater
Posts: 58
Joined: Mon Oct 04, 2021 6:06 pm
Reputation: 10

Re: God of War [Engine:Unknown]

Post by iethanhuntz »

Mister Modification wrote:
Tue Jan 25, 2022 3:53 pm
Complete Assignments

Code: Select all


[ENABLE]

aobscanmodule(Quest,GoW.exe,F0 0F C1 5E 48) // should be unique
alloc(newmem,$1000,Quest)

label(code)
label(return)

newmem:

code:
  push rax
  mov rax,[rsi+10]
  mov rax,[rax+30]
  dec rax
  mov [rsi+48],rax
  pop rax
  lock xadd [rsi+48],ebx
  jmp return

Quest:
  jmp newmem
return:
registersymbol(Quest)

[DISABLE]

Quest:
  db F0 0F C1 5E 48

unregistersymbol(Quest)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: GoW.exe+8E0DCE

GoW.exe+8E0DB3: 74 11           - je GoW.exe+8E0DC6
GoW.exe+8E0DB5: 45 33 C0        - xor r8d,r8d
GoW.exe+8E0DB8: B2 01           - mov dl,01
GoW.exe+8E0DBA: 48 8B CE        - mov rcx,rsi
GoW.exe+8E0DBD: E8 8E FF FF FF  - call GoW.exe+8E0D50
GoW.exe+8E0DC2: 0F B6 46 40     - movzx eax,byte ptr [rsi+40]
GoW.exe+8E0DC6: 3C 02           - cmp al,02
GoW.exe+8E0DC8: 75 1B           - jne GoW.exe+8E0DE5
GoW.exe+8E0DCA: 85 DB           - test ebx,ebx
GoW.exe+8E0DCC: 74 17           - je GoW.exe+8E0DE5
// ---------- INJECTING HERE ----------
GoW.exe+8E0DCE: F0 0F C1 5E 48  - lock xadd [rsi+48],ebx
// ---------- DONE INJECTING  ----------
GoW.exe+8E0DD3: E9 2C 01 00 00  - jmp GoW.exe+8E0F04
GoW.exe+8E0DD8: 45 84 C9        - test r9l,r9l
GoW.exe+8E0DDB: 75 12           - jne GoW.exe+8E0DEF
GoW.exe+8E0DDD: 80 E9 02        - sub cl,02
GoW.exe+8E0DE0: F6 C1 FD        - test cl,-03
GoW.exe+8E0DE3: 75 0A           - jne GoW.exe+8E0DEF
GoW.exe+8E0DE5: 32 C0           - xor al,al
GoW.exe+8E0DE7: 48 83 C4 20     - add rsp,20
GoW.exe+8E0DEB: 5E              - pop rsi
GoW.exe+8E0DEC: 5D              - pop rbp
}
Does it complete the assignments that are open or just the ones that are stuck?

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

Mister Modification
Expert Cheater
Expert Cheater
Posts: 118
Joined: Sun Mar 05, 2017 6:31 pm
Reputation: 59

Re: God of War [Engine:Unknown]

Post by Mister Modification »

iethanhuntz wrote:
Tue Jan 25, 2022 5:00 pm
Mister Modification wrote:
Tue Jan 25, 2022 3:53 pm
Complete Assignments

Code: Select all


[ENABLE]

aobscanmodule(Quest,GoW.exe,F0 0F C1 5E 48) // should be unique
alloc(newmem,$1000,Quest)

label(code)
label(return)

newmem:

code:
  push rax
  mov rax,[rsi+10]
  mov rax,[rax+30]
  dec rax
  mov [rsi+48],rax
  pop rax
  lock xadd [rsi+48],ebx
  jmp return

Quest:
  jmp newmem
return:
registersymbol(Quest)

[DISABLE]

Quest:
  db F0 0F C1 5E 48

unregistersymbol(Quest)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: GoW.exe+8E0DCE

GoW.exe+8E0DB3: 74 11           - je GoW.exe+8E0DC6
GoW.exe+8E0DB5: 45 33 C0        - xor r8d,r8d
GoW.exe+8E0DB8: B2 01           - mov dl,01
GoW.exe+8E0DBA: 48 8B CE        - mov rcx,rsi
GoW.exe+8E0DBD: E8 8E FF FF FF  - call GoW.exe+8E0D50
GoW.exe+8E0DC2: 0F B6 46 40     - movzx eax,byte ptr [rsi+40]
GoW.exe+8E0DC6: 3C 02           - cmp al,02
GoW.exe+8E0DC8: 75 1B           - jne GoW.exe+8E0DE5
GoW.exe+8E0DCA: 85 DB           - test ebx,ebx
GoW.exe+8E0DCC: 74 17           - je GoW.exe+8E0DE5
// ---------- INJECTING HERE ----------
GoW.exe+8E0DCE: F0 0F C1 5E 48  - lock xadd [rsi+48],ebx
// ---------- DONE INJECTING  ----------
GoW.exe+8E0DD3: E9 2C 01 00 00  - jmp GoW.exe+8E0F04
GoW.exe+8E0DD8: 45 84 C9        - test r9l,r9l
GoW.exe+8E0DDB: 75 12           - jne GoW.exe+8E0DEF
GoW.exe+8E0DDD: 80 E9 02        - sub cl,02
GoW.exe+8E0DE0: F6 C1 FD        - test cl,-03
GoW.exe+8E0DE3: 75 0A           - jne GoW.exe+8E0DEF
GoW.exe+8E0DE5: 32 C0           - xor al,al
GoW.exe+8E0DE7: 48 83 C4 20     - add rsp,20
GoW.exe+8E0DEB: 5E              - pop rsi
GoW.exe+8E0DEC: 5D              - pop rbp
}
Does it complete the assignments that are open or just the ones that are stuck?
No offense but try things out before asking stuff you would not ask if you had played a while with that script on.

User avatar
SunBeam
Administration
Administration
Posts: 4765
Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4403

Re: God of War [Engine:Unknown]

Post by SunBeam »

^ His question reminds me of those ads for buying a certain product. You see them on Facebook every once in a while. There's a video showing how the product works and tapping on it would take you to the buy page, where you can clearly see the price. Now.. if you check the post's comments they go like "how much?", "what's the price?", etc. I mean.. WHY? Just why.. you won't take 2 seconds to tap on the god damn link and see the price for yourself?.. Seriously, I'm starting to think more and more that people just turn into dumb monkeys when it comes to this era and smart phones. They more and more tend towards laziness and lack of self-interest and fuck if I feel in any way for calling these people dumb fucks. I don't feel any remorse anymore and fuck off with your "you're rude" and sensitivity remarks, feeling hurt and shit. Being dumb is correctible, remaining dumb is a choice. Not my fault, yours.

P.S.: This is not directed at iethanhuntz, it's not about him. It's derived from his behavior (rushing to ask before testing), something I remembered happening every day when I check my phone. Again, I'm not calling iethanhuntz dumb, OK? Just to be very clear on that.

User avatar
iethanhuntz
Expert Cheater
Expert Cheater
Posts: 58
Joined: Mon Oct 04, 2021 6:06 pm
Reputation: 10

Re: God of War [Engine:Unknown]

Post by iethanhuntz »

Mister Modification wrote:
Tue Jan 25, 2022 5:36 pm
iethanhuntz wrote:
Tue Jan 25, 2022 5:00 pm
Mister Modification wrote:
Tue Jan 25, 2022 3:53 pm
Complete Assignments

Code: Select all


[ENABLE]

aobscanmodule(Quest,GoW.exe,F0 0F C1 5E 48) // should be unique
alloc(newmem,$1000,Quest)

label(code)
label(return)

newmem:

code:
  push rax
  mov rax,[rsi+10]
  mov rax,[rax+30]
  dec rax
  mov [rsi+48],rax
  pop rax
  lock xadd [rsi+48],ebx
  jmp return

Quest:
  jmp newmem
return:
registersymbol(Quest)

[DISABLE]

Quest:
  db F0 0F C1 5E 48

unregistersymbol(Quest)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: GoW.exe+8E0DCE

GoW.exe+8E0DB3: 74 11           - je GoW.exe+8E0DC6
GoW.exe+8E0DB5: 45 33 C0        - xor r8d,r8d
GoW.exe+8E0DB8: B2 01           - mov dl,01
GoW.exe+8E0DBA: 48 8B CE        - mov rcx,rsi
GoW.exe+8E0DBD: E8 8E FF FF FF  - call GoW.exe+8E0D50
GoW.exe+8E0DC2: 0F B6 46 40     - movzx eax,byte ptr [rsi+40]
GoW.exe+8E0DC6: 3C 02           - cmp al,02
GoW.exe+8E0DC8: 75 1B           - jne GoW.exe+8E0DE5
GoW.exe+8E0DCA: 85 DB           - test ebx,ebx
GoW.exe+8E0DCC: 74 17           - je GoW.exe+8E0DE5
// ---------- INJECTING HERE ----------
GoW.exe+8E0DCE: F0 0F C1 5E 48  - lock xadd [rsi+48],ebx
// ---------- DONE INJECTING  ----------
GoW.exe+8E0DD3: E9 2C 01 00 00  - jmp GoW.exe+8E0F04
GoW.exe+8E0DD8: 45 84 C9        - test r9l,r9l
GoW.exe+8E0DDB: 75 12           - jne GoW.exe+8E0DEF
GoW.exe+8E0DDD: 80 E9 02        - sub cl,02
GoW.exe+8E0DE0: F6 C1 FD        - test cl,-03
GoW.exe+8E0DE3: 75 0A           - jne GoW.exe+8E0DEF
GoW.exe+8E0DE5: 32 C0           - xor al,al
GoW.exe+8E0DE7: 48 83 C4 20     - add rsp,20
GoW.exe+8E0DEB: 5E              - pop rsi
GoW.exe+8E0DEC: 5D              - pop rbp
}
Does it complete the assignments that are open or just the ones that are stuck?
No offense but try things out before asking stuff you would not ask if you had played a while with that script on.
None taken and I'm playing it as we speak

Mister Modification
Expert Cheater
Expert Cheater
Posts: 118
Joined: Sun Mar 05, 2017 6:31 pm
Reputation: 59

Re: God of War [Engine:Unknown]

Post by Mister Modification »

I found commands to buy back stuff from shop which you removed from inventory before.
Also you can buy full upgraded stuff with "Reinforce2" or unlock upgradeable stuff with "Reinforce1".

Basically you can buy, sell and buy back stuff like this.

Code: Select all

game.Wallets.AddRecipe("HERO", "Recipe_KratosArmorLegs_Bonus03_Reinforce2_Buy")
game.Wallets.AddRecipe("HERO", "Recipe_KratosArmorLegs_Bonus03_Reinforce2_Sell")
game.Wallets.AddRecipe("HERO", "Recipe_KratosArmorLegs_Bonus03_Reinforce2_BuyBack")
These lines are for Zeus and Ares sets.

Code: Select all

game.Wallets.AddRecipe("HERO", "Recipe_KratosArmorChest_Bonus02_Reinforce1_BuyBack")
game.Wallets.AddRecipe("HERO", "Recipe_KratosArmorWrist_Bonus02_Reinforce1_BuyBack")
game.Wallets.AddRecipe("HERO", "Recipe_KratosArmorLegs_Bonus02_Reinforce1_BuyBack")

game.Wallets.AddRecipe("HERO", "Recipe_KratosArmorLegs_Bonus03_Reinforce1_BuyBack")
game.Wallets.AddRecipe("HERO", "Recipe_KratosArmorChest_Bonus03_Reinforce1_BuyBack")
game.Wallets.AddRecipe("HERO", "Recipe_KratosArmorWrist_Bonus03_Reinforce1_BuyBack")



game.Wallets.AddRecipe("HERO", "Recipe_KratosArmorChest_Bonus02_Reinforce2_BuyBack")
game.Wallets.AddRecipe("HERO", "Recipe_KratosArmorWrist_Bonus02_Reinforce2_BuyBack")
game.Wallets.AddRecipe("HERO", "Recipe_KratosArmorLegs_Bonus02_Reinforce2_BuyBack")

game.Wallets.AddRecipe("HERO", "Recipe_KratosArmorLegs_Bonus03_Reinforce2_BuyBack")
game.Wallets.AddRecipe("HERO", "Recipe_KratosArmorChest_Bonus03_Reinforce2_BuyBack")
game.Wallets.AddRecipe("HERO", "Recipe_KratosArmorWrist_Bonus03_Reinforce2_BuyBack")
EDIT

For Pommels it is something like this:

Code: Select all

game.Wallets.AddRecipe("HERO", "Recipe_WeaponComponent_Blades_OnDamage_ProcFire_Reinforce_2_BuyBack_NGP")
game.Wallets.AddRecipe("HERO", "Recipe_WeaponComponent_NifleheimSpecial02_Tier04_Reinforce_2_BuyBack_NGP")
game.Wallets.AddRecipe("HERO", "Recipe_WeaponComponent_NifleheimSpecial01_Tier04_Reinforce_2_BuyBack_NGP")
game.Wallets.AddRecipe("HERO", "Recipe_WeaponComponent_Axe_Finisher_Tier03_Reinforce_2_BuyBack_NGP")
game.Wallets.AddRecipe("HERO", "Recipe_WeaponComponent_Axe_AllStats_Tier05_Reinforce_3_BuyBack_NGP")
EDIT END

How to find stuff in game (current version)?

Go to "GoW.exe"+92E6F2 and see what it addresses in shop.
Open structure and browse memory.
You will see shop related strings like "Recipe_KratosArmorChest_Bonus02_Reinforce1_BuyBack".


Have fun!

As alternative in updated game versions try this script

Code: Select all

[ENABLE]

aobscanmodule(shop,GoW.exe,66 0F 6E 47 10) // should be unique
alloc(newmem,$1000,shop)

label(code)
label(return)

newmem:

code:
  movd xmm0,[rdi+10]
  jmp return

shop:
  jmp newmem
return:
registersymbol(shop)

[DISABLE]

shop:
  db 66 0F 6E 47 10

unregistersymbol(shop)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: GoW.exe+92E6F2

GoW.exe+92E6CD: 48 8B 4B 10           - mov rcx,[rbx+10]
GoW.exe+92E6D1: 48 8B 7C 24 70        - mov rdi,[rsp+70]
GoW.exe+92E6D6: 48 89 01              - mov [rcx],rax
GoW.exe+92E6D9: 0F B6 40 08           - movzx eax,byte ptr [rax+08]
GoW.exe+92E6DD: 83 C8 40              - or eax,40
GoW.exe+92E6E0: 89 41 08              - mov [rcx+08],eax
GoW.exe+92E6E3: 48 8B CB              - mov rcx,rbx
GoW.exe+92E6E6: 48 8B 43 10           - mov rax,[rbx+10]
GoW.exe+92E6EA: 48 83 C0 10           - add rax,10
GoW.exe+92E6EE: 48 89 43 10           - mov [rbx+10],rax
// ---------- INJECTING HERE ----------
GoW.exe+92E6F2: 66 0F 6E 47 10        - movd xmm0,[rdi+10]
// ---------- DONE INJECTING  ----------
GoW.exe+92E6F7: 0F 5B C0              - cvtdq2ps xmm0,xmm0
GoW.exe+92E6FA: C7 40 08 03 00 00 00  - mov [rax+08],00000003
GoW.exe+92E701: F3 0F 11 00           - movss [rax],xmm0
GoW.exe+92E705: 4C 8B 4B 10           - mov r9,[rbx+10]
GoW.exe+92E709: 49 8D 41 10           - lea rax,[r9+10]
GoW.exe+92E70D: 48 8D 50 D0           - lea rdx,[rax-30]
GoW.exe+92E711: 48 89 43 10           - mov [rbx+10],rax
GoW.exe+92E715: 4D 8D 41 F0           - lea r8,[r9-10]
GoW.exe+92E719: E8 32 57 0B 00        - call GoW.exe+9E3E50
GoW.exe+92E71E: 48 83 43 10 E0        - add qword ptr [rbx+10],-20

Atom_xxx
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Jan 25, 2022 10:22 pm
Reputation: 0

Re: God of War [Engine:Unknown]

Post by Atom_xxx »

Whats up all. Does anyone have a table for free camera control?

duducasarotto
Expert Cheater
Expert Cheater
Posts: 109
Joined: Wed Apr 10, 2019 2:32 am
Reputation: 12

Re: God of War [Engine:Unknown]

Post by duducasarotto »

hey where can I find the runic attacks on the lua files cause I want to get two blades runic attacks

User avatar
SunBeam
Administration
Administration
Posts: 4765
Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4403

Re: God of War [Engine:Unknown]

Post by SunBeam »

H_C_L wrote:
Tue Jan 25, 2022 10:43 am
what the? I swear I saw a post about Winds of Hel by SunBeam.... haha I must be seeing wrong

anyhow, I resorted to using speedhack to cheese through that 10 second timer
I posted it but removed it, as it was affecting only the timer and not the effect. There's this place high up in the Mountain, in the Mines, right before getting to the top where Mimir is, where you have to do the Winds of Hel challenge with an orb that's far away from the door you're supposed to activate. It's on the level with the wooden elevator, while the door is one level above you, getting to it via E to climb the chain. It's impossible to reach it in time, as there should be a helper orb nearby to transfer the energy to. But I checked and checked, no orb...

EDIT: Oh well, fuck..



00:25 -- who would've guessed T_T...

russelsteapot
Expert Cheater
Expert Cheater
Posts: 62
Joined: Mon Jan 17, 2022 2:32 pm
Reputation: 18

Re: God of War [Engine:Unknown]

Post by russelsteapot »

SunBeam wrote:
Tue Jan 25, 2022 5:51 pm
I don't feel any remorse anymore and fuck off with your "you're rude" and sensitivity remarks, feeling hurt and shit. Being dumb is correctible, remaining dumb is a choice.
Haha. Completely true. While I was reading this laughing; I got a little bit "burnout" vibes from SunBeam. Probably from dealing with dumbs for years on the internet. :D

User avatar
SunBeam
Administration
Administration
Posts: 4765
Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4403

Re: God of War [Engine:Unknown]

Post by SunBeam »

Updated the Excel file with several things:
  • added a Set (G) column; as such, everything else has shifted >> (Lua command is on column T)
    you can now filter by G column to get all the Perfect items in a given set
  • re-ordered list by Index (B column) and further down, by type (Legs, Wrist, Chest); more re-ordering as I progress
  • changed Game Names for the Perfect items so now you know which is the Base item and which are the Upgrades (1, 2, 3)
  • added more stats (columns L-S)
BR,
Sun

H_C_L
Expert Cheater
Expert Cheater
Posts: 53
Joined: Mon May 25, 2020 2:46 am
Reputation: 3

Re: God of War [Engine:Unknown]

Post by H_C_L »

SunBeam wrote:
Tue Jan 25, 2022 11:51 pm
H_C_L wrote:
Tue Jan 25, 2022 10:43 am
what the? I swear I saw a post about Winds of Hel by SunBeam.... haha I must be seeing wrong

anyhow, I resorted to using speedhack to cheese through that 10 second timer
I posted it but removed it, as it was affecting only the timer and not the effect. There's this place high up in the Mountain, in the Mines, right before getting to the top where Mimir is, where you have to do the Winds of Hel challenge with an orb that's far away from the door you're supposed to activate. It's on the level with the wooden elevator, while the door is one level above you, getting to it via E to climb the chain. It's impossible to reach it in time, as there should be a helper orb nearby to transfer the energy to. But I checked and checked, no orb...

EDIT: Oh well, fuck..



00:25 -- who would've guessed T_T...
Oh my god, I just passed that point and gave up on it cuz I was confused as fuck haha... to think that object was interactable.

Thanks for the link! :D

AeroShok999
Expert Cheater
Expert Cheater
Posts: 98
Joined: Mon Feb 08, 2021 12:54 pm
Reputation: 4

Re: God of War [Engine:Unknown]

Post by AeroShok999 »

Anyone has the Lua command for Tyr's Shard+ I can't seem to find it...

shiieldwall
What is cheating?
What is cheating?
Posts: 4
Joined: Wed Jan 19, 2022 6:58 pm
Reputation: 0

Re: God of War [Engine:Unknown]

Post by shiieldwall »

¿Is there a way to change the perk activation chance in the gear/runes? like from low to moderate,high etc..

gsurat
What is cheating?
What is cheating?
Posts: 4
Joined: Wed Jan 26, 2022 7:50 am
Reputation: 0

Re: God of War [Engine:Unknown]

Post by gsurat »

Hi:
I am retired and just started gaming. Unfortunately, my reflexes aren't good enough to get the Idunn Apples in God of War. Can someone tell me how to edit the value to 9. I am not looking for Unlimited Health or God Mode, just to increase my health bar.
Thanks

Mister Modification
Expert Cheater
Expert Cheater
Posts: 118
Joined: Sun Mar 05, 2017 6:31 pm
Reputation: 59

Re: God of War [Engine:Unknown]

Post by Mister Modification »

gsurat wrote:
Wed Jan 26, 2022 7:58 am
Hi:
I am retired and just started gaming. Unfortunately, my reflexes aren't good enough to get the Idunn Apples in God of War. Can someone tell me how to edit the value to 9. I am not looking for Unlimited Health or God Mode, just to increase my health bar.
Thanks
Before anyone tells you we wanna see your pension card.

Else we wont tell you to use the cheat table from page 38 and in that table go to pointers, generate inventory. Edit amount. ;)

Post Reply

Who is online

Users browsing this forum: AhrefsBot, Baidu [Spider], bruticus0, goldensun, kanifeli, MAKROZ, mcneil_1, running_nomad, SemrushBot, Triton_