Here you go. Pointer for crafting exp:TSChampion wrote: ↑Mon Jan 27, 2025 4:50 pmI made a mistake when using the trainer to increase my craftsmanship lv to 17, have anyone got the CT file to edit EXP or lv of craftsmanship to fix this issue, thank you!
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>1337103731</ID>
<Description>"Crafting Experience Pointer (Open Item Transmute)"</Description>
<Options moHideChildren="1"/>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
aobscanmodule(CraftExp,ff7rebirth_.exe,8B 90 08 01 00 00 48 8B 89) // should be unique
alloc(newmem,$1000,CraftExp)
alloc(CraftExpPtr,8)
registersymbol(CraftExpPtr)
label(code)
label(return)
newmem:
mov [CraftExpPtr],rax
code:
mov edx,[rax+00000108]
jmp return
CraftExp:
jmp newmem
nop
return:
registersymbol(CraftExp)
[DISABLE]
CraftExp:
db 8B 90 08 01 00 00
unregistersymbol(*)
dealloc(*)
{
// ORIGINAL CODE - INJECTION POINT: ff7rebirth_.exe+3832119
ff7rebirth_.exe+38320FD: CC - int 3
ff7rebirth_.exe+38320FE: CC - int 3
ff7rebirth_.exe+38320FF: CC - int 3
ff7rebirth_.exe+3832100: B8 28 00 00 00 - mov eax,00000028
ff7rebirth_.exe+3832105: E8 56 E0 92 FE - call ff7rebirth_.exe+2160160
ff7rebirth_.exe+383210A: 48 2B E0 - sub rsp,rax
ff7rebirth_.exe+383210D: E8 0E 96 03 FE - call ff7rebirth_.exe+186B720
ff7rebirth_.exe+3832112: 33 D2 - xor edx,edx
ff7rebirth_.exe+3832114: 48 85 C0 - test rax,rax
ff7rebirth_.exe+3832117: 74 06 - je ff7rebirth_.exe+383211F
// ---------- INJECTING HERE ----------
ff7rebirth_.exe+3832119: 8B 90 08 01 00 00 - mov edx,[rax+00000108]
// ---------- DONE INJECTING ----------
ff7rebirth_.exe+383211F: 48 8B 89 18 05 00 00 - mov rcx,[rcx+00000518]
ff7rebirth_.exe+3832126: 48 83 C4 28 - add rsp,28
ff7rebirth_.exe+383212A: E9 01 00 00 00 - jmp ff7rebirth_.exe+3832130
ff7rebirth_.exe+383212F: CC - int 3
ff7rebirth_.exe+3832130: 48 89 5C 24 08 - mov [rsp+08],rbx
ff7rebirth_.exe+3832135: 48 89 74 24 18 - mov [rsp+18],rsi
ff7rebirth_.exe+383213A: 55 - push rbp
ff7rebirth_.exe+383213B: 57 - push rdi
ff7rebirth_.exe+383213C: 41 55 - push r13
ff7rebirth_.exe+383213E: 41 56 - push r14
}
</AssemblerScript>
<CheatEntries>
<CheatEntry>
<ID>1337103732</ID>
<Description>"Crafting Experience"</Description>
<ShowAsSigned>0</ShowAsSigned>
<VariableType>4 Bytes</VariableType>
<Address>CraftExpPtr</Address>
<Offsets>
<Offset>108</Offset>
</Offsets>
</CheatEntry>
</CheatEntries>
</CheatEntry>
</CheatEntries>
</CheatTable>
My Piano autoplay doesn't set combo, it gains it by playing itself

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