Page 1 of 1

OUTBUDDIES (steam)

Posted: Sun Dec 29, 2019 10:49 pm
by ersatz
[Link]
+1
infinite health would be nice

Re: OUTBUDDIES (steam)

Posted: Sun Dec 29, 2019 11:30 pm
by cfemen
tested on GOG Version 1.50(i dont have the steam version)
maybe its working.

copy n paste this code in cheat engine:

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>

Re: OUTBUDDIES (steam)

Posted: Tue Dec 31, 2019 8:52 am
by ersatz
cfemen wrote:
Sun Dec 29, 2019 11:30 pm
tested on GOG Version 1.50(i dont have the steam version)
maybe its working.

copy n paste this code in cheat engine:
Outbuddies_health.CT
OUTBUDDIES_Steam_and_GOG
(1.76 KiB) Downloaded 154 times
Thank you it works like a charm.


EDIT: whoops i'm new to this, if anyone is going to use this table. just say no to running the script when the table is launched and just use the toggle in the cheat table itself.