Search the Community
Showing results for tags 'field offset'.
-
Version 3.1
10,164 downloads
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.- 6 comments
- 1 review
-
7
-
- class name
- field offset
-
(and 1 more)
Tagged with:
-
View File 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. Submitter Lover1500 Submitted 12/09/2021 Category Tools
- 30 replies
-
3
-
- class name
- field offset
-
(and 1 more)
Tagged with:
-
-
View File 64-hook field It can only be used for ARM64 games. It is produced and open sourced by shenmi. It hooks any field in the same class through a function that will be called by the game. hook-field.lua Submitter shenmi Submitted 09/18/2024 Category Tools