ABCDEabe Posted October 15, 2023 Posted October 15, 2023 How can the scanned results be changed into scripts?
kiynox Posted October 15, 2023 Posted October 15, 2023 [ @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 ---
Question
ABCDEabe
How can the scanned results be changed into scripts?
1 answer to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.