- 0
How to append gg.getRangesList('libil2cpp.so')?
-
Similar Content
-
How to hack level 1 2
By sagorksd,
- 17 replies
- 6,259 views
-
- 5 answers
- 1,548 views
-
How to collect logcat 1 2 3
By Enyby,
- 40 replies
- 183,605 views
-
- 1 answer
- 761 views
-
- 5 answers
- 2,311 views
-
Question
sanyabrz
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
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 accountSign in
Already have an account? Sign in here.
Sign In Now