Page 1 of 1

Robonauts

Posted: Sun Sep 12, 2021 2:26 pm
by baramburum
robonauts


need:
- Health

Re: robonauts

Posted: Sun Sep 12, 2021 4:27 pm
by VampTY
baramburum wrote:
Sun Sep 12, 2021 2:26 pm
robonauts


need:
- Health

Hello,

For Robonauts-Unleashed , paste this code below into your Cheat Engine for Health cheat:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>2</ID>
      <Description>"Health"</Description>
      <LastState/>
      <Color>0000FF</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
aobscanmodule(hp,Robonauts.exe,F3 0F 10 80 40 01 00 00 0F)
alloc(newmem,$100)
label(return)
registersymbol(hp)
newmem:
  movss xmm0,[eax+140]
  mov [eax+140],(float)99
  jmp return
hp:
  jmp newmem
  nop 3
return:
[DISABLE]
dealloc(newmem)
unregistersymbol(hp)
hp:
  db F3 0F 10 80 40 01 00 00
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Note: it could work or not, i don't own it!

Best of luck!

Re: robonauts

Posted: Mon Sep 13, 2021 10:34 pm
by baramburum
VampTY wrote:
Sun Sep 12, 2021 4:27 pm

For Robonauts-Unleashed , paste this code below into your Cheat Engine for Health cheat:
Thanks a lot, but could you advice there i should paste the code? Is any instruction?

Re: robonauts

Posted: Tue Sep 14, 2021 2:40 am
by VampTY
baramburum wrote:
Mon Sep 13, 2021 10:34 pm
VampTY wrote:
Sun Sep 12, 2021 4:27 pm

For Robonauts-Unleashed , paste this code below into your Cheat Engine for Health cheat:
Thanks a lot, but could you advice there i should paste the code? Is any instruction?
Hey,

Again, this is for Unleashed version (non-steam), this might work or not, depends if there's some update involved..also regarding what you've asked, is just "copy & paste", look below:



PS: Same thing you do for script(s), just copy and paste in a .txt file and rename the file as whatever.CT. ;)

Best Wishes!

Re: robonauts

Posted: Tue Sep 14, 2021 2:30 pm
by baramburum
VampTY wrote:
Tue Sep 14, 2021 2:40 am

PS: Same thing you do for script(s), just copy and paste in a .txt file and rename the file as whatever.CT. ;)

Best Wishes!
Actually it works fine. Thanks a lot