sorry I’m new here, I want to make a script and an error like this appears, can anyone help?
Tester=gg.getRangesList(‘libil2cpp.so’)[2].start`
attempt to index ? (a nil value) with key ‘start’ (field ‘2’)
level = 1, const = 30, proto = 0, upval = 1, vars = 4, code = 79
GETTABLE v0 v0 “start”
; PC 36 CODE 00434007 OP 7 A 0 B 0 C 269 Bx 269 sBx -130802
my script :
function money1()
gg.setVisible(false)
gg.alert (“CLICK LEVEL 3 THEN CLICK ON THE GG LOGO TO START”)
gg.clearResults()
gg.clearList()
while true do
if gg.isVisible() then
break
else
gg.sleep(50)
end end gg.setVisible(false) gg.clearResults()
Tester=gg.getRangesList(‘libil2cpp.so’)[2].start
Lua=0x5D28E08 setvalue(Tester+Lua,16,1917191729192019001910)
gg.setRanges(32)
gg.searchNumber(“40”, 16)
gg.getResults(9999)
gg.editAll(“50000000”, 16)
gg.alert (“CLICK LEVEL 1”)
gg.toast(“ON”)
gg.clearResults()
gg.clearList()
end
game guardian & lua script
DiazArmn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.