I have cheated many games tho. Executable addresses are static. They change but if you load teh .cht it'll change for you to the new one thanks to the offset cause it's always the same distance into the section
That's because PS4 Cheater uses jkpatch and jkpatch automatically disables ASLR, but that's doesn't mean the game executable address are static, just like iphone modding executable range start always changes with each load.
// patch ASLR, thanks 2much4u *(uint16_t *)(kernbase + 0x1BA559) = 0x9090;
https://github.com/xemio/jkpatch/blob/master/payload/source/main.c#L67-L68