Search found 9 matches

by ShaRose
Tue Dec 06, 2022 4:17 am
Forum: Tables
Topic: Persona 5 Royal Cheat Table [Steam]
Replies: 482
Views: 265005

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

So, I have NO IDEA how to properly AOBscan this for gamepass. I leave it to whoever handles those. In the mean time, here's a script to force the bobber in the fishing minigame to be dead in the center. You know. To give the fish a sporting chance. The guardian can go screw itself. I actually set it...
by ShaRose
Thu Oct 27, 2022 3:36 am
Forum: Tables
Topic: Persona 5 Royal Cheat Table [Steam]
Replies: 482
Views: 265005

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

I gave up on finding the number of stamps: I did however find what they changed, which is somehow easier. Flowers (Saw this was missed, caps at 999) P5R.exe+2992E48 - 2 byte Item Rewards Up (Up to 255: This is for PICKUPS, not battle results) P5R.exe+2992E3C - byte Money Rewards Up (MAX 10, if you g...
by ShaRose
Thu Oct 27, 2022 3:01 am
Forum: Tables
Topic: Persona 5 Royal Cheat Table [Steam]
Replies: 482
Views: 265005

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

skeith wrote:
Tue Oct 25, 2022 10:18 am
How do you alter elemental weakness?
You don't: It's based on the trait.

Edit: To add, the rest of it is because of the Omnipotent Orb I have: Did you see how most of them were a different colour?
by ShaRose
Mon Oct 24, 2022 6:35 am
Forum: Tables
Topic: Persona 5 Royal Cheat Table [Steam]
Replies: 482
Views: 265005

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

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). Cou...
by ShaRose
Mon Oct 24, 2022 2:25 am
Forum: Tables
Topic: Persona 5 Royal Cheat Table [Steam]
Replies: 482
Views: 265005

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

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.
by ShaRose
Mon Oct 24, 2022 1:42 am
Forum: Tables
Topic: Persona 5 Royal Cheat Table [Steam]
Replies: 482
Views: 265005

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

Haha, I found infinite bullets! NOP the following instruction: 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, ...
by ShaRose
Sun Oct 23, 2022 5:06 am
Forum: Tables
Topic: Persona 5 Royal Cheat Table [Steam]
Replies: 482
Views: 265005

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

In addition to below compendium information: Here's the offset for the Flowers in Mementos. Still trying to find a way to do stamps, but I think that might be flag based. P5R.exe+2992E48 Also, regarding bullets, they seem to kind of work: If you set them to freeze you'll always have more on your nex...
by ShaRose
Sun Jul 10, 2022 2:34 am
Forum: Tables
Topic: z Evil Genius 2 [DX12]
Replies: 189
Views: 91760

Re: z Evil Genius 2 [DX12]

Just going to replace this since as said above, the edit for unlimited turret types breaks... many things. I do have some fixes though! For Full Durability which was broken, I found the new offset (evilgenius_dx12.exe+5CD5CC: F3 0F 5D CE - minss xmm1,xmm6 which can easily update the full durability ...
by ShaRose
Sun Oct 25, 2020 10:28 pm
Forum: Single Player Cheat Requests
Topic: Phasmophobia
Replies: 276
Views: 225349

Re: Phasmophobia

Is there a way to identify the ghost your looking for. I'd assume that the string would populate somewhere. It's actually just an enum, so nope. I've been (ab)using the mono lua api to find as much as I can, so while I have code to get it (currently, I just make it speak the type) it's fairly big. ...