I tried in various ways to make the main character immortal, but all the monsters also became immortal...
how to make only the main character be immortal?
Cry of Fear - How to make only the main player immortal?
Cry of Fear - How to make only the main player immortal?
- Attachments
-
- Cry_of_Fear.CT
- (977 Bytes) Downloaded 234 times
Re: Cry of Fear - How to make only the main player immortal?
Hello,
HEALTH only, i didn't tested much though, let me know if it works, if not i'll play a bit more, to encounter more enemies!
Code only if you don't have Cheat Engine 7.3, just paste it in your Cheat Engine:
Or download the table below, best of luck!
HEALTH only, i didn't tested much though, let me know if it works, if not i'll play a bit more, to encounter more enemies!
Code only if you don't have Cheat Engine 7.3, just paste it in your Cheat Engine:
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>5</ID>
<Description>"HP"</Description>
<LastState/>
<Color>0000FF</Color>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
aobscanmodule(hp,hl.dll,0F 2F 80 64 01 00 00 0F 86 82)
alloc(newmem,$100)
label(return)
registersymbol(hp)
newmem:
comiss xmm0,[eax+164]
mov [eax+164],(float)100
jmp return
hp:
jmp newmem
nop 2
return:
[DISABLE]
dealloc(newmem)
unregistersymbol(hp)
hp:
db 0F 2F 80 64 01 00 00
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>
- Attachments
-
- thingy.CT
- Cry of fear - STEAM
- (720 Bytes) Downloaded 340 times
Re: Cry of Fear - How to make only the main player immortal?
TABLE WORKS!VampTY wrote: ↑Mon Sep 20, 2021 2:06 pmHello,
HEALTH only, i didn't tested much though, let me know if it works, if not i'll play a bit more, to encounter more enemies!
Code only if you don't have Cheat Engine 7.3, just paste it in your Cheat Engine:Or download the table below, best of luck!Code: Select all
<?xml version="1.0" encoding="utf-8"?> <CheatTable> <CheatEntries> <CheatEntry> <ID>5</ID> <Description>"HP"</Description> <LastState/> <Color>0000FF</Color> <VariableType>Auto Assembler Script</VariableType> <AssemblerScript>[ENABLE] aobscanmodule(hp,hl.dll,0F 2F 80 64 01 00 00 0F 86 82) alloc(newmem,$100) label(return) registersymbol(hp) newmem: comiss xmm0,[eax+164] mov [eax+164],(float)100 jmp return hp: jmp newmem nop 2 return: [DISABLE] dealloc(newmem) unregistersymbol(hp) hp: db 0F 2F 80 64 01 00 00 </AssemblerScript> </CheatEntry> </CheatEntries> </CheatTable>
This table working only 7.3 and and the next versions of Cheat Engine
in Cheat Engine 7.2 and older, script can't activate.
Who is online
Users browsing this forum: No registered users