As a topic name how to use this native I try to code like this but still get output like 0, 0
local rv, arrData
CreateThread(function()
for i = 0, 64 do
rv, arrData = DataarrayGetInt(i)
print(i, 'Result >', rv, arrData) --[ output still 0 and 0
Wait(500)
end
end)
nta
2
What are you expecting this native to do, even?
my friend told me this native can check memory int64 and he using this to detect a cheat or injection program like ■■■■■, Red Engine and Desudo so I don’t know how to use
Did you find out how it works?