Jump to content
  • 0

How to decompile this script?


Godtrevas

Question

Does the script have "Address", "Value" and "Flags", how do I make it a normal search value?

his example:

[1] = { -- table(92e0a9)
        ['address'] = 0xc761c0e4,
        ['flags'] = 4, -- gg.TYPE_DWORD
    },
})
gg.setValues({ -- table(ab3562e)
    [1] = { -- table(831e5cf)
        ['address'] = 0xc761c0e4,
        ['flags'] = 4, -- gg.TYPE_DWORD
        ['value'] = 'E3A00001h',
    },
})
gg.toast("Toggle: ESP_3 -> On")
gg.getValues({ -- table(65f9148)
    [1] = { -- table(aa4fbe1)
        ['address'] = 0xc634763c,
        ['flags'] = 4, -- gg.TYPE_DWORD
    },
})
gg.setValues({ -- table(33de0bf)
    [1] = { -- table(e8d138c)
        ['address'] = 0xc634763c,
        ['flags'] = 4, -- gg.TYPE_DWORD
        ['value'] = 'E3A00001h',
    },
})
gg.toast("Toggle: ESP_4 -> On")
gg.getValues({ -- table(1d39f51)
    [1] = { -- table(b4bb3b6)
        ['address'] = 0xc5651414,
        ['flags'] = 4, -- gg.TYPE_DWORD
    },
})
gg.setValues({ -- table(a4277bc)
    [1] = { -- table(6307345)
        ['address'] = 0xc5651414,
        ['flags'] = 4, -- gg.TYPE_DWORD
        ['value'] = '00F020E3r',
    },
})
gg.toast("Toggle: Wall #2 -> On")
gg.getValues({ -- table(d067666)
    [1] = { -- table(cb7ada7)
        ['address'] = 0xc56513f0,
        ['flags'] = 4, -- gg.TYPE_DWORD
    },
})
gg.setValues({ -- table(82db7b5)
    [1] = { -- table(46e8e4a)
        ['address'] = 0xc56513f0,
        ['flags'] = 4, -- gg.TYPE_DWORD
        ['value'] = '00F020E3r',
    },
})
gg.toast("Toggle: Wallhack -> On")
gg.getValues({ -- table(e914e97)
    [1] = { -- table(99aa884)
        ['address'] = 0xc7eb6564,
        ['flags'] = 1, -- gg.TYPE_BYTE
    },
})
gg.setValues({ -- table(8ef1dfa)
    [1] = { -- table(24e1fab)
        ['address'] = 0xc7eb6564,
        ['flags'] = 1, -- gg.TYPE_BYTE
        ['value'] = 1,
    },
})

ApizClient1.3_1572489032_0.14281890936459796_log.lua

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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.