Jump to content
  • 0

How to append gg.getRangesList('libil2cpp.so')?


Question

Posted

I have a problem, I don’t understand how to connect gg.getRangesList('libil2cpp.so') to navigate it by offsets. I did this but I get an error

 

local start = gg.getRangesList('libil2cpp.so')

local start = gg.getResults(1)

local target = start[1].address + 0x1154F30

local target2 = start[1].address + 0x1154F34

local target3 = start[1].address + 0x12388C0

local target4 = start[1].address + 0x12388C4

gg.setValues({

    {address = target, flags = gg.TYPE_FLOAT, value = -2.92802265e11},

    {address = target2, flags = gg.TYPE_FLOAT, value = -6.13017998e13},

    {address = target3, flags = gg.TYPE_FLOAT, value = -2.74878956e11},

    {address = target4, flags = gg.TYPE_FLOAT, value = -6.13017998e13}

})

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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.