Page 1 of 1

[REQUEST] Ratchet and Clank Rift Apart

Posted: Wed Jul 26, 2023 8:20 pm
by TwilightStarocean
Game Name: ratchet and clank rift apart
Game Engine: Insomniac Engine v.4.0 (i think?)
Game Version: 1.0
Options Required: Inf hp, inf/Max Bolts, inf/max raritanium
Steam Website:

Re: [REQUEST] Ratchet and Clank Rift Apart

Posted: Wed Jul 26, 2023 9:17 pm
by IFireflyl
Infinite double jump would be fun as well. 8-)

Re: [REQUEST] Ratchet and Clank Rift Apart

Posted: Wed Jul 26, 2023 9:29 pm
by Rhark

Re: [REQUEST] Ratchet and Clank Rift Apart

Posted: Thu Jul 27, 2023 12:48 am
by Chaosta
how about one with just the .ct file?.. dont want to download another program to use a trainer..

Re: [REQUEST] Ratchet and Clank Rift Apart

Posted: Thu Jul 27, 2023 11:16 am
by demorest2
up

Re: [REQUEST] Ratchet and Clank Rift Apart

Posted: Fri Jul 28, 2023 5:01 am
by BitKit
Infinite Ammo and Raritanium:

Code: Select all

[ENABLE]
aobscanmodule(Ammo,RiftApart.exe,F3 0F 11 89 98 04 00 00 48 83 89 58 04 00 00 40 48 83 89 68 04 00 00 40 0F 2E C8) // should be unique
alloc(newmem,$1000,Ammo)

label(code)
label(return)

newmem:

code:
  comiss xmm1,[rcx+00000498]
  jb return
  movss [rcx+00000498],xmm1
  jmp return

Ammo:
  jmp newmem
  nop 3
return:
registersymbol(Ammo)

[DISABLE]
Ammo:
  db F3 0F 11 89 98 04 00 00

unregistersymbol(Ammo)
dealloc(newmem)

Re: [REQUEST] Ratchet and Clank Rift Apart

Posted: Fri Jul 28, 2023 3:28 pm
by MrViZZion
Chaosta wrote:
Thu Jul 27, 2023 12:48 am
how about one with just the .ct file?.. dont want to download another program to use a trainer..
I am sure there was a time when people said the same about cheat engine as another program. Don't be so closed minded, cheat evolution is awesome :D

Re: [REQUEST] Ratchet and Clank Rift Apart

Posted: Sat Jul 29, 2023 12:48 pm
by deanpaul
BitKit wrote:
Fri Jul 28, 2023 5:01 am
Infinite Ammo and Raritanium:

Code: Select all

[ENABLE]
aobscanmodule(Ammo,RiftApart.exe,F3 0F 11 89 98 04 00 00 48 83 89 58 04 00 00 40 48 83 89 68 04 00 00 40 0F 2E C8) // should be unique
alloc(newmem,$1000,Ammo)

label(code)
label(return)

newmem:

code:
  comiss xmm1,[rcx+00000498]
  jb return
  movss [rcx+00000498],xmm1
  jmp return

Ammo:
  jmp newmem
  nop 3
return:
registersymbol(Ammo)

[DISABLE]
Ammo:
  db F3 0F 11 89 98 04 00 00

unregistersymbol(Ammo)
dealloc(newmem)
Thank you for creating the script. It doesn't seem to be working for me.

"Error: unexpected symbol near '['"
and
"Error: malformed number near 0F"

Re: [REQUEST] Ratchet and Clank Rift Apart

Posted: Mon Jul 31, 2023 6:12 pm
by BitKit
deanpaul wrote:
Sat Jul 29, 2023 12:48 pm

Thank you for creating the script. It doesn't seem to be working for me.

"Error: unexpected symbol near '['"
and
"Error: malformed number near 0F"
Couse you are doing something wrong with it.
Here, enjoy.

Re: [REQUEST] Ratchet and Clank Rift Apart

Posted: Tue Aug 01, 2023 4:29 am
by evle
<CheatTable CheatEngineTableVersion="45">
<CheatEntries/>
<CheatCodes>
<CodeEntry>
<Description>Code :mov [rax+38],edi</Description>
<AddressString>RiftApart.exe+196961D</AddressString>
<Before>
<Byte>00</Byte>
<Byte>00</Byte>
<Byte>49</Byte>
<Byte>8B</Byte>
<Byte>CF</Byte>
</Before>
<Actual>
<Byte>89</Byte>
<Byte>78</Byte>
<Byte>38</Byte>
</Actual>
<After>
<Byte>48</Byte>
<Byte>83</Byte>
<Byte>48</Byte>
<Byte>08</Byte>
<Byte>04</Byte>
</After>
</CodeEntry>
</CheatCodes>
<UserdefinedSymbols/>
</CheatTable>

Re: [REQUEST] Ratchet and Clank Rift Apart

Posted: Tue Aug 01, 2023 4:32 am
by evle
for cash ;
<CheatTable CheatEngineTableVersion="45">
<CheatEntries/>
<CheatCodes>
<CodeEntry>
<Description>Code :mov [rax+38],edi</Description>
<AddressString>RiftApart.exe+196961D</AddressString>
<Before>
<Byte>00</Byte>
<Byte>00</Byte>
<Byte>49</Byte>
<Byte>8B</Byte>
<Byte>CF</Byte>
</Before>
<Actual>
<Byte>89</Byte>
<Byte>78</Byte>
<Byte>38</Byte>
</Actual>
<After>
<Byte>48</Byte>
<Byte>83</Byte>
<Byte>48</Byte>
<Byte>08</Byte>
<Byte>04</Byte>
</After>
</CodeEntry>
</CheatCodes>
<UserdefinedSymbols/>
</CheatTable>

sorry for double cast.

Re: [REQUEST] Ratchet and Clank Rift Apart

Posted: Tue Aug 01, 2023 8:21 am
by demorest2
Unlocker for all equip/weapons would be nice)

Re: [REQUEST] Ratchet and Clank Rift Apart

Posted: Tue Aug 01, 2023 6:10 pm
by deanpaul
BitKit wrote:
Mon Jul 31, 2023 6:12 pm
deanpaul wrote:
Sat Jul 29, 2023 12:48 pm

Thank you for creating the script. It doesn't seem to be working for me.

"Error: unexpected symbol near '['"
and
"Error: malformed number near 0F"
Couse you are doing something wrong with it.
Here, enjoy.
Thank you for the table.
Only Ammo seems to be working.
There is no option to select Raritanium.

Re: [REQUEST] Ratchet and Clank Rift Apart

Posted: Mon Aug 07, 2023 6:54 pm
by chrisreddot3
IFireflyl wrote:
Wed Jul 26, 2023 9:17 pm
Infinite double jump would be fun as well. 8-)
up
cheat table pls

Re: [REQUEST] Ratchet and Clank Rift Apart

Posted: Wed Aug 09, 2023 4:38 pm
by BitKit
deanpaul wrote:
Tue Aug 01, 2023 6:10 pm
Thank you for the table.
Only Ammo seems to be working.
There is no option to select Raritanium.
One option for both.