XiNingXien wrote: ↑Sat Feb 22, 2020 6:31 am
DrummerIX wrote: ↑Thu Feb 20, 2020 11:42 pm
I apologize everyone. I am having trouble fixing the table perhaps because of anti-cheat.
I also don't have much time to look further into it at the moment due to some busy things in my life and family. Again, I'm sorry.
Dw thanks for trying maybe u can find some free time at some point
and there is really a anti cheat? Btw could someone share a save game with me? Would be supper appreciated can't find one working with the windows store version
changed from PS4 to xbox/PC
Like max xp/girl/kw for comrades and story or at last a modded weapon for comrades would make me absolutely happy :3
I feel like Windows Store/Xbox saves are signed/tied to account data. I know there was a tool a couple years ago that could modify Xbox play Anywhere saves, so it's probably technically possible - but, i dont know of any public method for doing so.
I'm also having issues getting any debuggers to work proper with this title. Sad.
EDIT: ahhh ok, so i was able to fix Inf Stamina by broadening the AOB scan and finding the new memory that way.
I'll try and fix some other scripts this way if I can and then post my results.
EDIT2: All the other cheats in the current table still works on my client. Here's the updated AOB scan for Stamina though. Just had to change the last handful of bytes in the scan.
EDIT3: Some of the scripts do need better compares it seems though to prevent enemies from receiving the modded values.
Inf Stamina[ENABLE]
//aobscanmodule(StaminaModAOB,ffxv_u.exe,F3 0F 5D C1 F3 0F 11 81 04 02 00 00 C3) // should be unique
aobscanmodule(StaminaModAOB,ffxv_u.exe,F3 0F 5D C1 F3 0F 11 81 04 02 00 00 C3) // should be unique
registersymbol(StaminaModAOB)
StaminaModAOB+7:
db 91
[DISABLE]
StaminaModAOB+7:
db 81
unregistersymbol(StaminaModAOB)