| View previous topic :: View next topic |
| Author |
Message |
Borivega How do I cheat?
Reputation: 0
Joined: 16 Apr 2022 Posts: 3
|
Posted: Tue Apr 26, 2022 12:15 pm Post subject: How find offset |
|
|
| I have a problem, I basically have to find some game skins, and I have 2 offsets that change according to the skin, for example if I want the skin X I have to put in hex 01 and then the number of the skin for example 160! I tried to look for the exact data and I found some skins, but being the possible combinations 255, it takes me longer than expected! would there be a way to find them faster?
|
|
| Back to top |
|
 |
cooleko Grandmaster Cheater
Reputation: 11
Joined: 04 May 2016 Posts: 717
|
Posted: Wed Apr 27, 2022 2:27 am Post subject: |
|
|
In the past when I am compiling IDs for massive lists I find correlated values such that when one value changes another does too. I then set up a script that loops through every possible value, if the correlated value changes too, then I mark it as valid.
You can even use image comparisons if you use popular scripting tools out there.
If you understand dlls, you can just find which one has the list and extract it from there. I have never bothered to learn anything like that so can't offer advice.
|
|
| Back to top |
|
 |
|