Jump to content

Recommended Posts

Posted

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.

 

 

 


 

Posted

@Lover1500can u tell me how to write this in script i try with an value and i save this 

Script terminé:
class name is 
PlayerProfile

And field offset is 0x104


Made by Lover1500 from gameguardian forum

 

thx

Posted
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.

Posted

i dont realy understand but its for modded apk ?( idk dump cs ) but good job

so in case no good for modify my value ?

Posted

This is getting dump.cs.

 

 

This is how i check class name and field offset.

 

you can also learn what is il2cppdumper for and modding. 

Posted
2 hours ago, Lover1500 said:

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

@blocx you'll know when you mod a game. sure

Posted

@Lover1500 bro what file u open after site it come an zip there multiple files inside zip ? and witch tool u use for file read thx

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
×
×
  • 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.