Jump to content
  • 0

Gg modifier code scanning tool


ABCDEabe
 Share

Question

1 answer to this question

Recommended Posts

  • 0

[ @ABCDEabe ]
---
Send the file here. We need it to iterate all of them from beginning, but you can just do this:

Quote

for key, value in ipairs(your_table) do
    print(value.address)
    print(value.flags)
    print(value.offset)
    print(value.value)
end

---

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.