OUTBUDDIES (steam)
Posted: Sun Dec 29, 2019 10:49 pm
[Link]
+1
infinite health would be nice
+1
infinite health would be nice
Community Cheat Tables of Cheat Engine
https://fearlessrevolution.com/
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>8</ID>
<Description>"Inf. HP"</Description>
<LastState Activated="1"/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>{ Game : Outbuddies.exe
Version:
Date : 2019-12-30
Author : cfe
This script does blah blah blah
}
[ENABLE]
aobscanmodule(aobHP,Outbuddies.exe,29 50 08 5D C3 CC CC CC CC CC 55) // should be unique
alloc(newmem,$1000,aobHP)
label(code)
label(return)
newmem:
code:
mov ecx,[ebp+8]
cmp ecx,bb58
jne @f
sub [eax+08],edx
@@:
pop ebp
ret
jmp return
aobHP:
jmp newmem
return:
registersymbol(aobHP)
[DISABLE]
aobHP:
db 29 50 08 5D C3
unregistersymbol(aobHP)
dealloc(newmem)
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>
Thank you it works like a charm.