try this for Runic Skills No Colldown :
Code: Select all
[ENABLE]
aobscanmodule(runiccd,GoWR.exe,F3 0F 10 49 38 0F 57 C0) // should be unique
alloc(newmem,$1000,runiccd)
label(code)
label(return)
newmem:
mov dword ptr[rcx+38],(float)00
code:
movss xmm1,[rcx+38]
jmp return
runiccd:
jmp newmem
return:
registersymbol(runiccd)
[DISABLE]
runiccd:
db F3 0F 10 49 38
unregistersymbol(runiccd)
dealloc(newmem)
Code: Select all
aobscanmodule(maxweapons,GoWR.exe,F3 0F 10 48 28 48) // should be unique
alloc(newmem,$1000,maxweapons)
label(code)
label(return)
newmem:
cmp [rax+64],(float)-0.200
jne code
mov dword ptr[rax+28],(float)101
code:
movss xmm1,[rax+28]
jmp return
maxweapons:
jmp newmem
return:
registersymbol(maxweapons)
[DISABLE]
maxweapons:
db F3 0F 10 48 28
unregistersymbol(maxweapons)
dealloc(newmem)
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