Jump to content
  • 0

Please help about making script with libil2cpp.so


HanesTV

Question

Posted

 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

Posted

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)

 

Posted
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)

 

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.