Jump to content
  • 0

Gg modifier code scanning tool


ABCDEabe

Question

1 answer to this question

Recommended Posts

Posted

[ @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

---

Archived

This topic is now archived and is closed to further replies.

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