Jump to content
  • 0

index excepted, got nil when try freezing in script


Supercornago

Question

I have this error when I use t[1].freeze = true.

Script terminado:
Script error: org.luaj.vm2.LuaError: @/storage/emulated/0/Download/Pubg/decrypt/Flapy Dunk/ex.lua:67
`m[1].value = '500'`
index expected, got nil
level = 1, pc = 42
stack traceback:
    /storage/emulated/0/Download/Pubg/decrypt/Flapy Dunk/ex.lua:67: in function 'UA'
    /storage/emulated/0/Download/Pubg/decrypt/Flapy Dunk/ex.lua:26: in function 'InGame'
    /storage/emulated/0/Download/Pubg/decrypt/Flapy Dunk/ex.lua:15: in function 'HOME'
    /storage/emulated/0/Download/Pubg/decrypt/Flapy Dunk/ex.lua:77: in main chunk
    [Java]: in ?
    at org.luaj.vm2.LuaValue.typerror(LuaValue.java:1107)
    at org.luaj.vm2.LuaValue.settable(LuaValue.java:2846)
    at org.luaj.vm2.LuaValue.set(LuaValue.java:1199)
    at org.luaj.vm2.LuaClosure.execute(LuaClosure.java:282)
    at org.luaj.vm2.LuaClosure.call(LuaClosure.java:140)
    at org.luaj.vm2.LuaClosure.execute(LuaClosure.java:424)
    at org.luaj.vm2.LuaClosure.call(LuaClosure.java:140)
    at org.luaj.vm2.LuaClosure.execute(LuaClosure.java:424)
    at org.luaj.vm2.LuaClosure.call(LuaClosure.java:140)
    at org.luaj.vm2.LuaClosure.execute(LuaClosure.java:424)
    at org.luaj.vm2.LuaClosure.call(LuaClosure.java:140)
    at android.ext.Script.runScript(Script.java:4334)
    at android.ext.Script$ScriptThread.run(Script.java:4145)

 

My script near that line

gg.clearResults()
gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber("1.4012985e-45;1.4012985e-45;1.4405348e-42;0,0;1.4012985e-45:133", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL)
gg.getResults(100)
gg.searchNumber("1,4012985e-45", gg.TYPE_FLOAT, false, gg.SING_EQUAL)
m = gg.getResults(1)
m[1].value = '500'
m[1].freeze = true
gg.alert("Hack Complete")

 

Pls help

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.