4/23/2015
+Infinite Health
+Infinite Throwables
+Stealth Mode
vng21092
did some backtracing from your stealth script, and managed to blind the enemies. so, the "seen register" process should be somewhere from this injection point to your stealth script injection point...
but I was tempted by this script and rush through the game last night...
so I'm done with the game~~ and stopped the code tracing.... Embarassed
Code:
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
aobscan(enemiesLineOfSightBehaviourStartAOB,D9 44 24 04 56 51 8B F1 D9 1C 24 E8 ** ** ** ** 8B 06 ** ** ** ** ** ** ** ** 85 C0)
registersymbol(enemiesLineOfSightBehaviourStartAOB)
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
ret 4 //skip it all. //result: the enemies are blinded.
originalcode:
fld dword ptr [esp+04]
push esi
exit:
jmp returnhere
///
enemiesLineOfSightBehaviourStartAOB: //"ACCGame-Win32-Shipping.exe"+BF8520:
jmp newmem
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
enemiesLineOfSightBehaviourStartAOB: //"ACCGame-Win32-Shipping.exe"+BF8520:
db D9 44 24 04 56
//Alt: fld dword ptr [esp+04]
//Alt: push esi
unregistersymbol(enemiesLineOfSightBehaviourStartAOB)
Cielos
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