Code: Select all
13FFF0043 - 29 87 94000000 - sub [rdi+00000094],eax
15:Players
31:Enemies
So my question is how exactly would I set the script up? I tried following a few of the tutorials and everything I've tried has either had no effect, or has had me die in one hit rather than make me invisible. Because following the tutorials had me end up with:
Code: Select all
add [rdi+00000094],eax
cmp [rdi+00000070],15
jne +6
mov eax,[rdi+00000098]
mov [rdi+00000094],eax
0094 was current health, and then 0098 was Maximum health.