Page 1 of 1

Request: Paradise Killer.

Posted: Sat Aug 07, 2021 2:42 pm
by YukoValis
Game Name: Paradise Killer
Game Engine: Unreal Engine
Game Version: v1.0.18.0
Options Required: Freeze Meditation.
Steam Website:
Other Info: The game has 3 upgrade stations. Foot Spas. One of them gives you a power called Meditation.
With this you can hold the Q button to activate it. The screen goes dark, and then a text pop up appears.
For the next 20 seconds all of the collectables show up on the screen.
Having to do this over and over again starts to gt annoying. So I would like to request a simple table that either freezes the meditation to on, or maybe pauses the invisible timer. Thank you

Re: Request: Paradise Killer.

Posted: Mon Aug 09, 2021 2:14 pm
by notpikachu
YukoValis wrote:
Sat Aug 07, 2021 2:42 pm
...
Infinite Meditation Timer

Code: Select all

[ENABLE]
//F3 ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? ?? 4C ?? ?? ?? ?? ?? ?? ?? 0F ?? ?? ?? ?? ?? F3 ?? ?? ?? ?? 41 ?? ?? ?? F3 ?? ?? ?? ?? ?? ?? ?? 0F ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 49 ?? ?? 48 ?? ?? ?? ?? ?? ?? E8 ?? ?? ?? ?? 48 ?? ?? 74 ?? 48 ?? ?? ?? 48 ?? ?? 48 ?? ?? ?? ?? ?? ?? E8 ?? ?? ?? ?? 48 ?? ?? 75 ?? 48 ?? ?? ?? 41 ?? ?? ?? ?? ?? 48 ?? ?? ?? E8 ?? ?? ?? ?? 48 ?? ?? ?? ?? ?? ?? 48 ?? ?? 75 ?? 48 ?? ?? E8 ?? ?? ?? ?? 48 ?? ?? ?? 48
aobscanmodule(timer,ParadiseKiller-Win64-Shipping.exe,F3 ?? ?? ?? ?? ?? ?? ?? 41 ?? ?? ?? 4C ?? ?? ?? ?? ?? ?? ?? 0F ?? ?? ?? ?? ?? F3) // author:notpikachu
alloc(newmem,$1000,timer)
alloc(timercopy,8)
registersymbol(timer)
registersymbol(timercopy)
label(code)
label(return)

timercopy:
  readmem(timer,8)
newmem:
  movss xmm0,[rdi+188]
  movss [rdi+1d0],xmm0
code:
  readmem(timer,8)
  jmp return

timer:
  jmp newmem
  nop 3
return:

[DISABLE]
timer:
  readmem(timercopy,8)
unregistersymbol(*)
dealloc(*)
I totally dig it if instead of investigation, this type of game become more of a modern action/rpg type of game with vice city vibe~ I guess a man could only dream.

Re: Request: Paradise Killer.

Posted: Mon Aug 09, 2021 8:13 pm
by YukoValis
Thank you notpikachu! : )

Re: Request: Paradise Killer.

Posted: Mon Nov 08, 2021 6:39 pm
by bigboobnique
How do I use this code?

Re: Request: Paradise Killer.

Posted: Sun Mar 20, 2022 6:27 pm
by rudeboyjohn
Man, yea, I would love a table.
Also, I second that question about the previous code above

Re: Request: Paradise Killer.

Posted: Sun Mar 20, 2022 7:18 pm
by notpikachu
rudeboyjohn wrote:
Sun Mar 20, 2022 6:27 pm
Man, yea, I would love a table.
Also, I second that question about the previous code above
Open cheat-engine -> memory view -> CTRL+A -> copy-paste -> File -> Assign to cheat table -> Rename the script to anything > Save the cheat table any name.

Not sure if it's still working but it should work on the specific version of the OP.