Jump to content

Data list to lua script


TisNquyen
 Share

Recommended Posts

Data list to lua script


 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


 

Link to comment
Share on other sites

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
 Share

×
×
  • 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.