Upload your cheat tables here (No requests)
dallezh
Expert Cheater
Posts: 351 Joined: Sun Oct 29, 2017 11:00 am
Reputation: 20
Post
by dallezh » Wed Nov 01, 2017 7:20 pm
I'm sure it's the Set EXP that does it.
Gonna try with another save and see if that really is it.
How to use this cheat table?
Install Cheat Engine
Double-click the .CT file in order to open it.
Click the PC icon in Cheat Engine in order to select the game process.
Keep the list.
Activate the trainer options by checking boxes or setting values from 0 to 1
qweasdzxc17
Expert Cheater
Posts: 167 Joined: Wed Apr 19, 2017 10:41 am
Reputation: 81
Post
by qweasdzxc17 » Wed Nov 01, 2017 7:22 pm
Thanks to the video TheByteSize suggested, this is what i came up with for inf hp, its not clean but it gets the job done.
Code: Select all
{ Game : sao_hr.exe
Version:
Date : 2017-11-02
Author : qweasdzxc17
This script does blah blah blah
}
[ENABLE]
aobscanmodule(SaoInfHP,sao_hr.exe,44 89 01 C3 CC) // should be unique
alloc(saoinfhpmod,$1000,"sao_hr.exe"+26A8F8)
label(infhporiginalcode)
label(infhpskip)
label(infhpreturn)
label(infhpskip2)
saoinfhpmod:
pushf
cmp [rcx+01D0],#1
je infhporiginalcode
jmp infhpskip
infhporiginalcode:
popf
mov [rcx],r8d
jmp infhpskip2
infhpskip:
popf
infhpskip2:
ret
int 3
jmp infhpreturn
SaoInfHP:
jmp saoinfhpmod
infhpreturn:
registersymbol(SaoInfHP)
[DISABLE]
SaoInfHP:
db 44 89 01 C3 CC
unregistersymbol(SaoInfHP)
dealloc(saoinfhpmod)
{
// ORIGINAL CODE - INJECTION POINT: "sao_hr.exe"+26A8F8
"sao_hr.exe"+26A8DC: 41 5E - pop r14
"sao_hr.exe"+26A8DE: C3 - ret
"sao_hr.exe"+26A8DF: CC - int 3
"sao_hr.exe"+26A8E0: 44 8B 01 - mov r8d,[rcx]
"sao_hr.exe"+26A8E3: 44 03 C2 - add r8d,edx
"sao_hr.exe"+26A8E6: 79 07 - jns sao_hr.exe+26A8EF
"sao_hr.exe"+26A8E8: C7 01 00 00 00 00 - mov [rcx],00000000
"sao_hr.exe"+26A8EE: C3 - ret
"sao_hr.exe"+26A8EF: 44 39 41 04 - cmp [rcx+04],r8d
"sao_hr.exe"+26A8F3: 44 0F 4C 41 04 - cmovl r8d,[rcx+04]
// ---------- INJECTING HERE ----------
"sao_hr.exe"+26A8F8: 44 89 01 - mov [rcx],r8d
"sao_hr.exe"+26A8FB: C3 - ret
"sao_hr.exe"+26A8FC: CC - int 3
// ---------- DONE INJECTING ----------
"sao_hr.exe"+26A8FD: CC - int 3
"sao_hr.exe"+26A8FE: CC - int 3
"sao_hr.exe"+26A8FF: CC - int 3
"sao_hr.exe"+26A900: 83 C1 32 - add ecx,32
"sao_hr.exe"+26A903: 45 85 C0 - test r8d,r8d
"sao_hr.exe"+26A906: 0F 88 C4 D0 F1 FF - js sao_hr.exe+1879D0
"sao_hr.exe"+26A90C: E9 CF D0 F1 FF - jmp sao_hr.exe+1879E0
"sao_hr.exe"+26A911: CC - int 3
"sao_hr.exe"+26A912: CC - int 3
"sao_hr.exe"+26A913: CC - int 3
}
dallezh
Expert Cheater
Posts: 351 Joined: Sun Oct 29, 2017 11:00 am
Reputation: 20
Post
by dallezh » Wed Nov 01, 2017 7:56 pm
dallezh wrote: ↑ Wed Nov 01, 2017 7:20 pm
I'm sure it's the Set EXP that does it.
Gonna try with another save and see if that really is it.
Ok, that's not it(I think) tried with another save but that didn't do it.
nos4r2
Expert Cheater
Posts: 243 Joined: Sun Oct 29, 2017 3:58 am
Reputation: 46
Post
by nos4r2 » Wed Nov 01, 2017 9:06 pm
Anyway to unlock all costume for girl? the one that need you to get they behavior above 250 ( Atk/Def/Buff/Etc.)
qweasdzxc17
Expert Cheater
Posts: 167 Joined: Wed Apr 19, 2017 10:41 am
Reputation: 81
Post
by qweasdzxc17 » Wed Nov 01, 2017 9:08 pm
nos4r2 wrote: ↑ Wed Nov 01, 2017 9:06 pm
Anyway to unlock all costume for girl? the one that need you to get they behavior above 250 ( Atk/Def/Buff/Etc.)
Didn't even know there was something like that. But I don't think I know how to do that.
ReDragonInc
Expert Cheater
Posts: 130 Joined: Fri Mar 10, 2017 10:32 pm
Reputation: 3
Post
by ReDragonInc » Wed Nov 01, 2017 9:16 pm
Just out of curiosity, any chance of an attack or run speed mod? (I know I can use the speedhack, but that speeds up everything). If not, it's no big deal, just curious, really.
qweasdzxc17
Expert Cheater
Posts: 167 Joined: Wed Apr 19, 2017 10:41 am
Reputation: 81
Post
by qweasdzxc17 » Wed Nov 01, 2017 9:20 pm
ReDragonInc wrote: ↑ Wed Nov 01, 2017 9:16 pm
Just out of curiosity, any chance of an attack or run speed mod? (I know I can use the speedhack, but that speeds up everything). If not, it's no big deal, just curious, really.
Probably not, but once you reach endgame ie oracle remains, run speed isn't much of a problem anymore, anyway now that the table has inf. sp you could just be dashing all the time.
Seipherwood
Expert Cheater
Posts: 59 Joined: Fri Mar 24, 2017 7:57 pm
Reputation: 5
Post
by Seipherwood » Wed Nov 01, 2017 9:37 pm
Thanks, the new HP works great. Now to find out Ultana Gold ID :p
qweasdzxc17
Expert Cheater
Posts: 167 Joined: Wed Apr 19, 2017 10:41 am
Reputation: 81
Post
by qweasdzxc17 » Wed Nov 01, 2017 9:38 pm
Seipherwood wrote: ↑ Wed Nov 01, 2017 9:37 pm
Thanks, the new HP works great. Now to find out Ultana Gold ID :p
Its 54 01 67
TheByteSize
Expert Cheater
Posts: 293 Joined: Sat Mar 04, 2017 7:28 am
Reputation: 236
Post
by TheByteSize » Wed Nov 01, 2017 10:11 pm
nos4r2 wrote: ↑ Wed Nov 01, 2017 9:06 pm
Anyway to unlock all costume for girl? the one that need you to get they behavior above 250 ( Atk/Def/Buff/Etc.)
I can only find the display value so far. It's calculated from something and I still haven't able to find it.
qweasdzxc17
Expert Cheater
Posts: 167 Joined: Wed Apr 19, 2017 10:41 am
Reputation: 81
Post
by qweasdzxc17 » Wed Nov 01, 2017 10:20 pm
TheByteSize wrote: ↑ Wed Nov 01, 2017 10:11 pm
nos4r2 wrote: ↑ Wed Nov 01, 2017 9:06 pm
Anyway to unlock all costume for girl? the one that need you to get they behavior above 250 ( Atk/Def/Buff/Etc.)
I can only find the display value so far. It's calculated from something and I still haven't able to find it.
If it's a float, try getting rid of the decimal point and change the value to 2-byte, 4.45 becomes 445.
That works for the ex skills, so might be something similar here.
TheByteSize
Expert Cheater
Posts: 293 Joined: Sat Mar 04, 2017 7:28 am
Reputation: 236
Post
by TheByteSize » Wed Nov 01, 2017 11:13 pm
qweasdzxc17 wrote: ↑ Wed Nov 01, 2017 10:20 pm
If it's a float, try getting rid of the decimal point and change the value to 2-byte, 4.45 becomes 445.
That works for the ex skills, so might be something similar here.
Hmm I didn't think of the reverse. I'll check when I get home. Maybe the true value is in decimal and the display number is computation of multiply by 100 and display as integer.
Seipherwood
Expert Cheater
Posts: 59 Joined: Fri Mar 24, 2017 7:57 pm
Reputation: 5
Post
by Seipherwood » Thu Nov 02, 2017 7:15 am
So how do you change Ultana Gold Piece amount? I found it in memory view, changed it to 0F 27, but i still only have 3 in my warehouse. i tried zoning, swapping pages, nothing seems to change it