Jump to content

Field Offset Finder 3

   (1 review)

1 Screenshot

About This File

This is a free + open source Field offset finder script. You will need the dump of game for it to work. From the dump.cs file get variables with basic data types like int, float, bool. Then download and run field offset finder script. Input the class name and offset. And then you will get field values of all instances of that class. You can download the latest version of Field Offset Finder from here. After finding the value you have two choices for making script. First one is to use search code generator which gives you an code that you can paste in your script and it will find the value. The second option is to use the value from class function that comes with field offset finder. An example of usage of value from class is this : 

valueFromClass( "PlayerController", "0x148", false, false, gg.TYPE_DWORD)

gg.getResults(9999)

gg.editAll(99999, gg.TYPE_DWORD)

You can see the documentation of value from class function here. This feature will also be added to Method Patching Library in the future with the ability to find struct and their field too. If you don't know what method patching library is then it is a collection of prebuild functions that allows you to patch methods instead of fields. You can check documentation in you are interested.

 

Edited by Rxhacker
Improved description


What's New in Version 2   See changelog

Released

✅ These are new Features..

1. Added option To Get results in desired Type (V1 only gave qword results)

2. Works in games like freefire 

3. 32 bit support

4. Better error log system

5. Fixed many bugs

6. Script Update check

 Share


User Feedback

You may only provide a review once you have downloaded the file.


Proejder

   9 of 11 members found this review helpful 9 / 11 members

I tested it, it works great.

Link to review
×
×
  • 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.