blocx Posted January 13, 2022 Posted January 13, 2022 hi guys i have trouble how to writte function if i use this from start and i use one offset thx
LMAO69 Posted January 13, 2022 Posted January 13, 2022 function getBaseAddr(Lib) for i, v in ipairs(gg.getRangesList(Lib)) do if v.state=="Xa" then return v.start end end end lib, offset = "ur lib name", 0x1234 base= getBaseAddr(lib) t = {} t[1]={address=base+offset, flags=gg.TYPE_DWORD, value=123} gg.setValues(t)
blocx Posted January 13, 2022 Author Posted January 13, 2022 thanks for name of lib i put libgame-xxxxxxxxxx.so ?
Lover1500 Posted January 13, 2022 Posted January 13, 2022 @blocx gg say you forgot to put name when you use that function. Can u show us your codes?
Question
blocx
hi guys i have trouble how to writte function if i use this from start and i use one offset thx
5 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.