(adsbygoogle = window.adsbygoogle || []).push({});
I can't seem to find the offset for health or ammo on payday 2.
Here is how the health and ammo looks like
You must login or register to view this content.
The green circle is my health. The white circle around the health is my armor, which regenerates. Health does not regenerate. The numbers that says 20/180 is my primary ammo. The numbers below that is my secondary ammo.
First, let me explain how I've been searching for the health offset. Since it's a health bar, I don't have an exact value to search for. So, I set up search like this.
You must login or register to view this content.
When searching for something greater than or equal to I have to do it in small increments or else netcheat will crash, which is a bit inconvenient.
The ranges in this game are a bit messy. Here's what I mean.
You must login or register to view this content.You must login or register to view this content.
Anyways, After getting millions of results I need to loose health for my next scan to slim down the results. After loosing a bit of health I select "Changed (U)" and proceed with the next scan. If I don't loose health I choose "Unchanged (U)". I do this until I have very few results, but none offsets are for health. I've done this to the end of the memory region and didn't find what I was looking for.
If I can get any suggestions or alternative methods on finding the offset, it will be much appreciated. It's much harder finding offsets for this game compared to other games.