Page 5 of 33

Re: Persona 5 Royal - Static Cheat Table [Steam]

Posted: Mon Oct 24, 2022 1:42 am
by ShaRose
Haha, I found infinite bullets!

NOP the following instruction:

Code: Select all

P5R.exe+727975 - 66 FF C8 - dec ax
It still shows the bullet counter decreasing, but I just wiped Yu in the special challenges with only Joker using a single turn by spamming the ever loving hell out of the gun: 10k in damage.

Edit: Oh, and here's an auto assembler.

Code: Select all

{ Game   : P5R.exe
  Version:
  Date   : 2022-10-23
  Author : ShaRose

  This stops the gun from actually using any ammo so you can fire forever.
}
[ENABLE]
P5R.exe+727975:
db 90 90 90

[DISABLE]
P5R.exe+727975:
db 66 FF C8

Re: Persona 5 Royal - Static Cheat Table [Steam]

Posted: Mon Oct 24, 2022 2:14 am
by Cadmus8989
The social stats aren't updating.

Re: Persona 5 Royal - Static Cheat Table [Steam]

Posted: Mon Oct 24, 2022 2:20 am
by wepon1984
Cadmus8989 wrote:
Mon Oct 24, 2022 2:14 am
The social stats aren't updating.
you'll need to leave the screen and go back to see the updated rank

Re: Persona 5 Royal - Static Cheat Table [Steam]

Posted: Mon Oct 24, 2022 2:24 am
by Cadmus8989
wepon1984 wrote:
Mon Oct 24, 2022 2:20 am
Cadmus8989 wrote:
Mon Oct 24, 2022 2:14 am
The social stats aren't updating.
you'll need to leave the screen and go back to see the updated rank
I did they are all stuck at 1, the PC is in the Attic room (scripted) before having to go to bed, if that makes a difference. The yen updated no problem.

Re: Persona 5 Royal - Static Cheat Table [Steam]

Posted: Mon Oct 24, 2022 2:25 am
by ShaRose
Izanagi666 wrote:
Mon Oct 24, 2022 1:35 am
am i blind? i literally can not figure out where the section to edit persona skills is? i'm using v5 of the table. help please?
Image

Image

Works fine for me.

Re: Persona 5 Royal - Static Cheat Table [Steam]

Posted: Mon Oct 24, 2022 2:36 am
by Cadmus8989
Anyone else get social stats to work?

Re: Persona 5 Royal - Static Cheat Table [Steam]

Posted: Mon Oct 24, 2022 2:37 am
by Talari12
Waiting for some missing traits and skills to be added :)

Re: Persona 5 Royal - Static Cheat Table [Steam]

Posted: Mon Oct 24, 2022 2:55 am
by Izanagi666
ShaRose wrote:
Mon Oct 24, 2022 2:25 am
Izanagi666 wrote:
Mon Oct 24, 2022 1:35 am
am i blind? i literally can not figure out where the section to edit persona skills is? i'm using v5 of the table. help please?
Image

Image

Works fine for me.
thank you! i feel a bit dumb now >.<

Re: Persona 5 Royal - Static Cheat Table [Steam]

Posted: Mon Oct 24, 2022 3:53 am
by jakosogiantoro
ShaRose wrote:
Mon Oct 24, 2022 1:42 am
Haha, I found infinite bullets!

NOP the following instruction:

Code: Select all

P5R.exe+727975 - 66 FF C8 - dec ax
It still shows the bullet counter decreasing, but I just wiped Yu in the special challenges with only Joker using a single turn by spamming the ever loving hell out of the gun: 10k in damage.
how to put this on cheat engine ???

Re: Persona 5 Royal - Static Cheat Table [Steam]

Posted: Mon Oct 24, 2022 4:23 am
by footclown
ShaRose wrote:
Mon Oct 24, 2022 1:42 am
Haha, I found infinite bullets!

NOP the following instruction:

Code: Select all

P5R.exe+727975 - 66 FF C8 - dec ax
It still shows the bullet counter decreasing, but I just wiped Yu in the special challenges with only Joker using a single turn by spamming the ever loving hell out of the gun: 10k in damage.
Steam or Gamepass?

Re: Persona 5 Royal - Static Cheat Table [Steam]

Posted: Mon Oct 24, 2022 4:23 am
by wepon1984
jakosogiantoro wrote:
Mon Oct 24, 2022 3:53 am
ShaRose wrote:
Mon Oct 24, 2022 1:42 am
Haha, I found infinite bullets!

NOP the following instruction:

Code: Select all

P5R.exe+727975 - 66 FF C8 - dec ax
It still shows the bullet counter decreasing, but I just wiped Yu in the special challenges with only Joker using a single turn by spamming the ever loving hell out of the gun: 10k in damage.
how to put this on cheat engine ???
Try and copy and paste this:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <Description>"Inf Bullets (Must have ammo in the gun to fire)"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : P5R.exe
}

define(address,"P5R.exe"+727975)
define(bytes,66 FF C8 66 41 89 87 D0 79 00 00)

[ENABLE]

assert(address,bytes)
alloc(newmem,$1000,"P5R.exe"+727975)

label(code)
label(return)

newmem:

code:
  dec ax
  mov [r15+000079D0],ax
  jmp return

address:
  nop
  nop
  nop
return:

[DISABLE]

address:
  db bytes
  // dec ax
  // mov [r15+000079D0],ax

dealloc(newmem)

</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Re: Persona 5 Royal - Static Cheat Table [Steam]

Posted: Mon Oct 24, 2022 4:57 am
by 53bith
Has anyone figured out how to edit the stamp values?

Re: Persona 5 Royal - Static Cheat Table [Steam]

Posted: Mon Oct 24, 2022 5:34 am
by Jonald
I hope there's a gamepass version soon. That's what I'm using right now.

Re: Persona 5 Royal - Static Cheat Table [Steam]

Posted: Mon Oct 24, 2022 6:35 am
by ShaRose
RE: Infinite ammo, it's the steam version: I added an assembler, but you ONLY need to nop the dec ax instruction. I'd actually TRIED to post it earlier, but didn't notice that the forum didn't like me including surrounding code for some reason (which I did to make it easier to port to gamepass).

Could probably sigscan for it pretty easily, but I don't have gamepass to really try it: Here's the surrounding bytes.

66 85 c0 74 0b 66 ff c8 66 41 89 87 d0 79 00 00

Can someone search for that as array of byte and confirm the offset (Or rather if there's more than one hit? I didn't even test on steam since it's 4 AM and I really need to get to bed).

Re: Persona 5 Royal - Static Cheat Table [Steam]

Posted: Mon Oct 24, 2022 8:52 am
by Chinhs
Is there any way to change the Player's name?