View File
Offset Hex Value Extractor
Hey everyone,
If you're tired of manually hexadecimal values, this Lua script is the solution you've been looking for. It features a function that automates the process of retrieving values from the libil2cpp.so library.
The script defines a function that takes an offset value as an argument, calculates the memory address of the desired value, and retrieves it using the `gg.getValues()` function. The value is then formatted as a 16-digit hexadecimal string, reversed, and formatted with spaces before being returned by the function.
By using this script, you can save time and effort when working with hexadecimal.
Give it a try and let me know what you think!
And if you have any questions or suggestions for improving the script, feel free to share them in the comments below.
Submitter
LatoM
Submitted
05/13/2023
Category
Tools