About This File
Lua script generator tool from txt data file saved from Gameguardian
Here is an example:
function setvalue(address,flags,value) local tt={} tt[1]={} tt[1].address=address tt[1].flags=flags tt[1].value=value gg.setValues(tt) end so=gg.getRangesList('libil2cpp.so')[1].start local py=0x1B9E55C setvalue(so+py,4,-484380672)
Telegram : @tisnquyen
Edited by TisNquyen
Recommended Comments
There are no comments to display.
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