Pretty nice work!, lot of us don't know how much time it takes for ya, i tested it and works very well, a sugestion for it could be "increase dmg by n percent", but i don't know much assebmly, there it's a example
// Assuming the original weapon damage is in eax
mov ecx, eax // Copy the original damage to ecx
mov edx, 30 // Load 30 into edx for the percentage calculation
imul ecx, edx // Multiply the original damage by 30
mov edx, 100 // Load 100 into edx for the division
idiv edx // Divide the result by 100 to get 30% of the original damage
// Now, eax contains 30% of the original damage
add eax, ecx // Add the 30% to the original damage
// eax now contains the new weapon damage
i tried with something like that, but i'm not sure if it works, ill test it
newmem:
//rax4
mov R1,#30
mul R2,[rax+04],R1
mov R1,#100
div R2,R2,R1
add [rax+04],R2
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