Upload your cheat tables here (No requests)
bloodtears23
Cheater
Posts: 27 Joined: Wed Sep 09, 2020 5:17 am
Reputation: 3
Post
by bloodtears23 » Fri Apr 30, 2021 8:03 pm
Is there a cheat that can quick level up on this game? Instead of manually editing the exp, since I want the sp gain in level up to be legit. I tried to edit exp and it did level me up but I didn't gain any sp
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
Rienfleche
Expert Cheater
Posts: 147 Joined: Sun May 15, 2022 6:50 am
Reputation: 55
Post
by Rienfleche » Sun Oct 27, 2024 4:02 am
Need Help With More Proper Imul (multiplier effect), this work but i don't know how much it multiply.
[ENABLE]
aobscanmodule(INJECT,COD-Win64-Shipping.exe,89 43 F8 48 8D 4B 08 8B 44 1F FC 48 03 D3 89 43 FC 8B 04 1F 89 03 E8 7C) // should be unique
alloc(newmem,$1000,INJECT)
label(code)
label(return)
newmem:
imul eax,2
code:
mov [rbx-08],eax
lea rcx,[rbx+08]
jmp return
INJECT:
jmp newmem
nop 2
return:
registersymbol(INJECT)
[DISABLE]
INJECT:
db 89 43 F8 48 8D 4B 08
unregistersymbol(INJECT)
dealloc(newmem)
{
// ORIGINAL CODE - INJECTION POINT: COD-Win64-Shipping.exe+47C499
COD-Win64-Shipping.exe+47C476: 48 83 EC 20 - sub rsp,20
COD-Win64-Shipping.exe+47C47A: 41 8B F1 - mov esi,r9d
COD-Win64-Shipping.exe+47C47D: 49 8B F8 - mov rdi,r8
COD-Win64-Shipping.exe+47C480: 45 85 C9 - test r9d,r9d
COD-Win64-Shipping.exe+47C483: 74 4D - je COD-Win64-Shipping.exe+47C4D2
COD-Win64-Shipping.exe+47C485: 48 89 5C 24 30 - mov [rsp+30],rbx
COD-Win64-Shipping.exe+47C48A: 48 2B FA - sub rdi,rdx
COD-Win64-Shipping.exe+47C48D: 48 8D 5A 08 - lea rbx,[rdx+08]
COD-Win64-Shipping.exe+47C491: 8B 44 1F F8 - mov eax,[rdi+rbx-08]
COD-Win64-Shipping.exe+47C495: 48 8D 57 08 - lea rdx,[rdi+08]
// ---------- INJECTING HERE ----------
COD-Win64-Shipping.exe+47C499: 89 43 F8 - mov [rbx-08],eax
// ---------- DONE INJECTING ----------
COD-Win64-Shipping.exe+47C49C: 48 8D 4B 08 - lea rcx,[rbx+08]
COD-Win64-Shipping.exe+47C4A0: 8B 44 1F FC - mov eax,[rdi+rbx-04]
COD-Win64-Shipping.exe+47C4A4: 48 03 D3 - add rdx,rbx
COD-Win64-Shipping.exe+47C4A7: 89 43 FC - mov [rbx-04],eax
COD-Win64-Shipping.exe+47C4AA: 8B 04 1F - mov eax,[rdi+rbx]
COD-Win64-Shipping.exe+47C4AD: 89 03 - mov [rbx],eax
COD-Win64-Shipping.exe+47C4AF: E8 7C 30 E4 FF - call COD-Win64-Shipping.exe+2BF530
COD-Win64-Shipping.exe+47C4B4: 0F B6 44 1F 18 - movzx eax,byte ptr [rdi+rbx+18]
COD-Win64-Shipping.exe+47C4B9: 88 43 18 - mov [rbx+18],al
COD-Win64-Shipping.exe+47C4BC: 0F B6 44 1F 19 - movzx eax,byte ptr [rdi+rbx+19]
}