Search the Community
Showing results for tags 'field offset'.
-
Version 3.1
10,248 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:
-
Hi expert brothers, I have recently downloaded the dump.cs of a game. From that I search for Public Class name. From getting the result I refined the value for the First character of the clasa name. Then I got 2 value. Then I searched pointer using "Search pointer" used offset 0. This is something I tried but don't know the exact way to find pointer from dump.cs. Can anyone help me about it or suggest any article about it. I have usinh gg for 1 month. Not very experienced about the pointer
-
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