HanesTV Posted May 20, 2022 Posted May 20, 2022 Please help how to make script with libil2cpp lib base & offsets! Im trying to make bool true in this code but its not working! Please reply and correct mine! Thanks for who help, My code gg.clearResults() r = {"5823496","5823500"} gg.searchNumber("13,073.3740234375" , gg.TYPE_FLOAT) q = gg.getResults(1) for i = 1,#r do p = {} p[i] = {} p[i].address = q[1].address + r[i] p[i].flags = gg.TYPE_DWORD p[i].value = ~Amovr0#1;~Amovbxlr gg.setValues(p) end gg.alert('Done')
Rs92ks Posted May 20, 2022 Posted May 20, 2022 You need 2 values, you have 1 value now. And I don't think your arm commands will work. Try something like this local a = { { address = il2base + 0xD14744, flags = 4, value = -476053503 }, { address = il2base + 0xD14748, flags = 4, value = -516948194 } } gg.setValues(a)
THETWINSOFFICIAL Posted May 24, 2022 Posted May 24, 2022 https://gameguardian.net/forum/files/file/2978-simple-patch-offset/
HEROGAMEOfficial Posted May 29, 2022 Posted May 29, 2022 On 5/20/2022 at 6:13 PM, HanesTV said: Please help how to make script with libil2cpp lib base & offsets! Im trying to make bool true in this code but its not working! Please reply and correct mine! Thanks for who help, My code gg.clearResults() r = {"5823496","5823500"} gg.searchNumber("13,073.3740234375" , gg.TYPE_FLOAT) q = gg.getResults(1) for i = 1,#r do p = {} p[i] = {} p[i].address = q[1].address + r[i] p[i].flags = gg.TYPE_DWORD p[i].value = ~Amovr0#1;~Amovbxlr gg.setValues(p) end gg.alert('Done') Help me to Learn and fix this lua code (#5yj20hjh)
Question
HanesTV
Please help how to make script with libil2cpp lib base & offsets!
Im trying to make bool true in this code but its not working!
Please reply and correct mine!
Thanks for who help,
My code
gg.clearResults()
r = {"5823496","5823500"}
gg.searchNumber("13,073.3740234375" , gg.TYPE_FLOAT)
q = gg.getResults(1)
for i = 1,#r do
p = {}
p[i] = {}
p[i].address = q[1].address + r[i]
p[i].flags = gg.TYPE_DWORD
p[i].value = ~Amovr0#1;~Amovbxlr
gg.setValues(p)
end
gg.alert('Done')
4 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.