 |
Cheat Engine The Official Site of Cheat Engine
|
View previous topic :: View next topic |
Author |
Message |
Einhuhn Cheater
Reputation: 0
Joined: 06 Apr 2022 Posts: 44
|
Posted: Wed Apr 06, 2022 6:31 pm Post subject: Change the life in the Tutorial Game |
|
|
I dont find in the web any help for my question, so i hope for a anwser here.
I scan and found the address for the current life(I hit to 76 life). So, then i found the address for the max. life(100) over dissect data.
The addresses are:
Current life: 0070
Max. life: 0074
So, now i do the following: "I open the scanned address(current life) with a AOB Injection.
Then show me the window following:
mov [rax+70],edx
cmp qword ptr [rax+68],00
jmp return
I see and understand -> [rax+70] correctly with the found address from dissect data(0070)."
So, my question is now. I would give the target no dmg taken. I dont know of write scripts. I think only, that the "[rax+70]" must be replace with "[rax+74]", because the address for max. life is 0074
I hope i become here a anwser
Edit: "I have found here material. So i write this in the code":
//cmp qword ptr [rax+68],00
cmp [rax],0
jne +6
mov edx,[rax+74]
mov [rax+70],edx
jmp return
But i dont know if this code is to 100% correct.
And i have questions to the code, if he is right
1. Must be cmp qword ptr [rax+68],00 deactivated?
2. Must stand move in "edx" or its possible in a other diectory too?
3. And, what do "jne +6"?
|
|
Back to top |
|
 |
ParkourPenguin I post too much
Reputation: 152
Joined: 06 Jul 2014 Posts: 4702
|
Posted: Wed Apr 06, 2022 9:16 pm Post subject: |
|
|
Code: | mov edx,[rax+74]
mov [rax+70],edx
cmp qword ptr [rax+68],00
jmp return |
_________________
I don't know where I'm going, but I'll figure it out when I get there. |
|
Back to top |
|
 |
Einhuhn Cheater
Reputation: 0
Joined: 06 Apr 2022 Posts: 44
|
Posted: Thu Apr 07, 2022 8:32 am Post subject: |
|
|
ParkourPenguin wrote: | Code: | mov edx,[rax+74]
mov [rax+70],edx
cmp qword ptr [rax+68],00
jmp return |
|
Thank you, short and easy to understand
|
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|