Jump to content

Class name and Field offset searcher


Lover1500
 Share

Recommended Posts

Class name and Field offset searcher


Sometimes, we could find the value with gg. But in dump.cs, we dont know which value under which class is the right one for modding.

Testing one by one takes time. In those cases, how did you continue your modding journey? 

This script do search the class name and field offset of the value. So you will easily know what one to be editted.

 

Usage

-search your value.

-when you get the value, run script.

-script will give you class and offset of that value.

 

 

 


 

Link to comment
Share on other sites

1 hour ago, blocx said:

Script terminé:
class name is 
PlayerProfile

And field offset is 0x104

Actually, i make this script for modders. in dump.cs, the value you find will be like this.

search class PlayerProfile

check the field offset 0x104. its your value. If you want use hooking, aim that offset.

 

I'll also make a script how you can get the value using update void. So please wait a while.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.