First, I need to clarify that my English is not very good, so the following content may appear like machine translation, and I ask for your understanding. Here's the issue I've encountered:
I successfully dumped and obtained dump.cs. At the same time, I also found the method I wanted to modify the health points (HP). However, after making changes through offsets, both my character's HP and the monster's HP were set to zero. What I aim to achieve is to set the monster's HP to zero while keeping my character's HP unchanged. Can you please explain why this is happening? Below is the code I used for the modification:
MOV X0, XZR
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Question
qizhizhu
First, I need to clarify that my English is not very good, so the following content may appear like machine translation, and I ask for your understanding. Here's the issue I've encountered:
I successfully dumped and obtained dump.cs. At the same time, I also found the method I wanted to modify the health points (HP). However, after making changes through offsets, both my character's HP and the monster's HP were set to zero. What I aim to achieve is to set the monster's HP to zero while keeping my character's HP unchanged. Can you please explain why this is happening? Below is the code I used for the modification:
MOV X0, XZR
RET
7 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.