Am having a great deal of difficulty with this, and would really appreciate assistance from any experts here with skillz. This is an obscure game, with no online help info. Here are the known facts:
- Easy to find the display value of Health because the game gives you the exact value.
- Display value is always using Double, and is always accurate. Other elements of the game also use Double. They like using Double for the display values in the game, and also for unprotected values which are easily hackable.
- Regular search finds the accurate Double value only. When you do an encrypted search, you get the accurate Double value again, and sometimes also a QWord value. They both have the SAME address.
- When there is a change to Health, everything except Double value and QWord can change radically for the address (DWord for example can go from a big positive # to a big negative # when health changes).
- I don't know how to properly spot the XOR key address, and the Encrypted Value address (if that is what is being used) because every tutorial online seems to skip explaining this all important step which is excruciatingly frustrating. I have done random blind tests with XOR according to guides (did it correctly), but without success (tested up to 6 values away) - I was just taking shots in the dark.
- Hacking Display Value has no effect of course, regardless of adding to it or freezing it.
- This game is hackable, because I can hack unprotected values without issue.
- All data discussed here is CLIENT-SIDE, NOT server-side (everything can be done in offline mode).
I am posting screenshots of a typical session, and am showing all the values ABOVE the display value address, and all the values BELOW the display value address. Sometimes the display value address can look totally different like in the 4th pic (this is very typical) - note that this is a separate search from the other screenshots - the first pic may be also, I simply wanted to show what a typical encrypted search looks like. Again these are the SAME address. A normal search yields only the Double value. Double & Qword values are always consistent and reliable.
Anyone spot a possible XOR key & Encrypted Value key or anything else useful? Could they be using some very difficult protection system that cannot be hacked? If you require any more info please let me know. I want to say a HUGE thanks in advance for any help offered.