| View previous topic :: View next topic |
| Author |
Message |
oldmaload Newbie cheater
Reputation: 0
Joined: 24 Jul 2023 Posts: 15
|
Posted: Sun Aug 13, 2023 1:12 am Post subject: how to find health of "easy for killing enemy " |
|
|
in 1 or 2 hits
and they are zombie , so many of them ,, i cant remember them
there are stronger enemy but most of them will die in 5 hits
i dont think i can scan for this kind of enemy
i can find my health and if its have the same address as the enemy so i can use the compare method
i freeze the pointer and i am not dead noe but every enemy dead
so i guess this is not kind of " share health "
there is other way for this kind of problem ?
|
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Sun Aug 13, 2023 7:29 am Post subject: |
|
|
The health address won't be shared by other entities, but the instruction might be shared. You will have to right-click on your health address to see what is writing to it (or accessing it). From there, you should see a list of instructions populate the list. You can view these instructions in the disassembler.
In the disassembler, you can right-click on the instruction to see what addresses it accesses (here, you can see if it only accesses your health, or, if it accesses health of everyone).
If you find an instruction that accesses ALL health addresses, then you can set up a filter so that your health is not affected, but enemy health can be manipulated.
|
|
| Back to top |
|
 |
oldmaload Newbie cheater
Reputation: 0
Joined: 24 Jul 2023 Posts: 15
|
Posted: Wed Aug 16, 2023 8:32 pm Post subject: |
|
|
when i got hit then it show 4 address
its me and other car in game ( i can hit it so i can called it enemy)
but when i hit zombie then nothing pop up or increase number at all
| Description: |
|
| Filesize: |
1.63 MB |
| Viewed: |
2351 Time(s) |

|
|
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Thu Aug 17, 2023 10:40 am Post subject: |
|
|
| Try one of the other instructions that are accessing your health. If zombie health addresses are not being accessed by that instruction, then you may need to find an instruction that only accesses zombie health addresses.
|
|
| Back to top |
|
 |
oldmaload Newbie cheater
Reputation: 0
Joined: 24 Jul 2023 Posts: 15
|
Posted: Fri Aug 18, 2023 8:04 pm Post subject: |
|
|
thank you
i check it and its oil s level
so i need to find other way for this zombies health
|
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Fri Aug 18, 2023 8:39 pm Post subject: |
|
|
When searching for zombie health, you will want to focus on the same zombie. You will also want to check that the zombie's health is not regenerating so that your scan results are accurate.
If there is a way that you can heal zombies or use a weapon the does the least amount of damage as possible, then that would be best for scanning purposes.
Try searching for float type values first. Don't forget to search for unchanged value in between decreased scans. If scanning yields too many results, you may need to resort to ultimap or similar.
|
|
| Back to top |
|
 |
RuthFiske How do I cheat?
Reputation: 0
Joined: 17 Aug 2023 Posts: 1
|
Posted: Mon Aug 21, 2023 6:45 am Post subject: |
|
|
| You're also considering methods such as scanning for health values.
|
|
| Back to top |
|
 |
oldmaload Newbie cheater
Reputation: 0
Joined: 24 Jul 2023 Posts: 15
|
Posted: Tue Aug 22, 2023 8:46 pm Post subject: |
|
|
| thank you
|
|
| Back to top |
|
 |
|