CreeperMods
New User
- 1
- 07/31/23
- 0
Thread Author
Let's go!
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
that is a field and it's a relative location where to find that once you have a pointer to an object of that classHow to find the offset of fields or properties, on GameAssembly.dll and dum.cs it looks like this:
private uint _fight; // 0x38
private uint _level; // 0x3C
private uint _hp; // 0x40
private uint _maxhp; // 0x44
I don't know how to find it in ida pro, please give me a suggestion or a keyword, I can use google!