Its freezes the Magma Shield's timer making it last forever (or until you toggle it off)
Its from the Sinmara's Cinder talesman - Summon a raging Muspelheim maelstrom that prevents Kratos's attacks from being interrupted, reduces the amount of damage he takes, and inflicts normal and BURN damage to all nearby enemies.
EDIT: It looks like this effects all countdown effects/buffs/timers and not just the Magma Shield, one thing I wish it worked with was the Hel's Wind. It pauses the count down but the wind still reverts after the 10 seconds despite the time remaining
Code: Select all
[ENABLE]
aobscanmodule(INJECT,GoW.exe,F3 0F 11 41 28 F3 0F 59) // should be unique
alloc(newmem,$1000,INJECT)
label(code)
label(return)
newmem:
code:
nop 5
jmp return
INJECT:
jmp newmem
return:
registersymbol(INJECT)
[DISABLE]
INJECT:
db F3 0F 11 41 28
unregistersymbol(INJECT)
dealloc(newmem)
{
// ORIGINAL CODE - INJECTION POINT: INJECT
GoW.exe+97C966: 48 83 EC 50 - sub rsp,50
GoW.exe+97C96A: 80 3D EF 52 DC 01 00 - cmp byte ptr [GoW.exe+2741C60],00
GoW.exe+97C971: 48 8B D9 - mov rbx,rcx
GoW.exe+97C974: 0F 85 A9 00 00 00 - jne GoW.exe+97CA23
GoW.exe+97C97A: 48 63 41 18 - movsxd rax,dword ptr [rcx+18]
GoW.exe+97C97E: 33 FF - xor edi,edi
GoW.exe+97C980: F3 0F 10 41 28 - movss xmm0,[rcx+28]
GoW.exe+97C985: F3 0F 5C 05 73 CD 56 04 - subss xmm0,[GoW.exe+4EE9700]
GoW.exe+97C98D: 48 89 44 24 28 - mov [rsp+28],rax
GoW.exe+97C992: C7 44 24 40 47 01 00 00 - mov [rsp+40],00000147
// ---------- INJECTING HERE ----------
INJECT: F3 0F 11 41 28 - movss [rcx+28],xmm0
// ---------- DONE INJECTING ----------
GoW.exe+97C99F: F3 0F 59 05 25 B7 56 00 - mulss xmm0,[GoW.exe+EE80CC]
GoW.exe+97C9A7: F3 0F 2C C0 - cvttss2si eax,xmm0
GoW.exe+97C9AB: 48 63 C8 - movsxd rcx,eax
GoW.exe+97C9AE: 48 63 43 1C - movsxd rax,dword ptr [rbx+1C]
GoW.exe+97C9B2: 48 89 44 24 38 - mov [rsp+38],rax
GoW.exe+97C9B7: 48 8B 43 10 - mov rax,[rbx+10]
GoW.exe+97C9BB: 48 89 4C 24 30 - mov [rsp+30],rcx
GoW.exe+97C9C0: 48 8B 48 08 - mov rcx,[rax+08]
GoW.exe+97C9C4: 48 8B 41 08 - mov rax,[rcx+08]
GoW.exe+97C9C8: 48 8D 4C 24 20 - lea rcx,[rsp+20]
}
How to use this cheat table?
- Install Cheat Engine
- Double-click the .CT file in order to open it.
- Click the PC icon in Cheat Engine in order to select the game process.
- Keep the list.
- Activate the trainer options by checking boxes or setting values from 0 to 1