Good afternoon, I encountered such a problem when making a script with the PROMPT function, after choosing an action from the menu it does not translate into the PROMPT window, it gives this error. Tell me what you need to fix the screenshots and the code I’ll attach. excuse my english at google translator level
Spoiler
Spoiler
Script error: luaj.LuaError: @/storage/emulated/0/Download/1.lua:21
`blahblahblah()`
attempt to call nil
level = 1, const = 18, proto = 0, upval = 1, vars = 5, code = 45
CALL v1..v1
; PC 1 CODE 0080405D OP 29 A 1 B 1 C 1 Bx 513 sBx -130558
stack traceback:
/storage/emulated/0/Download/1.lua:21 in function 'GodeMode'
/storage/emulated/0/Download/1.lua:13 in function 'main'
/storage/emulated/0/Download/1.lua:51 in main chunk
[Java]: in ?
at luaj.LuaValue.checkmetatag(LuaValue.java:2780)
at luaj.LuaValue.callmt(LuaValue.java:1962)
at luaj.LuaValue.call(LuaValue.java:1389)
at luaj.LuaValue.callNotNull(LuaValue.java:3118)
at luaj.LuaClosure.execute(LuaClosure.java:507)
at luaj.LuaClosure.call(LuaClosure.java:166)
at luaj.LuaValue.callNotNull(LuaValue.java:3131)
at luaj.LuaClosure.execute(LuaClosure.java:508)
at luaj.LuaClosure.call(LuaClosure.java:159)
at luaj.LuaValue.callNotNull(LuaValue.java:3118)
at luaj.LuaClosure.execute(LuaClosure.java:507)
at luaj.LuaClosure.call(LuaClosure.java:159)
at android.ext.Script.runScript(Script.java:5600)
at android.ext.Script$ScriptThread.run(Script.java:5370)
Spoiler
gg.toast('✖ -------✖')
gg.toast('---------')--Game guardian detectionif gg.isVisible(true)then gg.setVisible(false)end
gg.clearResults()
kele0=0
Qjctx=1function main()
gg.clearResults()
gg.setVisible(false)
menu = gg.choice({'GodeMode(Enable)','Exit'},nil,'Выбери кнопку для взлома')if menu ==1then GodeMode(Enable)elseif menu ==2then SM8(K)end
Qjctx=-1endfunction GodeMode(Enable)
blahblahblah()if S ==nilthen main()else
gg.searchNumber(""..S[1]..';12345', gg.TYPE_DWORD)
gg.getResults('9494949393939')
gg.refineNumber('12345', gg.TYPE_DWORD)
gg.getResults('9494949393939')
gg.editAll('101010', gg.TYPE_DWORD)
gg.toast('INCREDIBLE JOB !!!')end
main()endfunction SM8(K)
print('▶---------◀')
gg.toast('▶Надеюсь вам понравилась◀')
gg.toast('▶Спасибо за использование◀')
os.exit()endwhile(true)do--gg.sleep(999999999999999990)--Game guardian detectionif gg.isVisible(true)then
Qjctx=1
gg.setVisible(false)end
gg.clearResults()if Qjctx==1then main()endend
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.
Question
vo1shebn1k
Good afternoon, I encountered such a problem when making a script with the PROMPT function, after choosing an action from the menu it does not translate into the PROMPT window, it gives this error. Tell me what you need to fix the screenshots and the code I’ll attach. excuse my english at google translator level
Script error: luaj.LuaError: @/storage/emulated/0/Download/1.lua:21
`blahblahblah()`
attempt to call nil
level = 1, const = 18, proto = 0, upval = 1, vars = 5, code = 45
CALL v1..v1
; PC 1 CODE 0080405D OP 29 A 1 B 1 C 1 Bx 513 sBx -130558
stack traceback:
/storage/emulated/0/Download/1.lua:21 in function 'GodeMode'
/storage/emulated/0/Download/1.lua:13 in function 'main'
/storage/emulated/0/Download/1.lua:51 in main chunk
[Java]: in ?
at luaj.LuaValue.checkmetatag(LuaValue.java:2780)
at luaj.LuaValue.callmt(LuaValue.java:1962)
at luaj.LuaValue.call(LuaValue.java:1389)
at luaj.LuaValue.callNotNull(LuaValue.java:3118)
at luaj.LuaClosure.execute(LuaClosure.java:507)
at luaj.LuaClosure.call(LuaClosure.java:166)
at luaj.LuaValue.callNotNull(LuaValue.java:3131)
at luaj.LuaClosure.execute(LuaClosure.java:508)
at luaj.LuaClosure.call(LuaClosure.java:159)
at luaj.LuaValue.callNotNull(LuaValue.java:3118)
at luaj.LuaClosure.execute(LuaClosure.java:507)
at luaj.LuaClosure.call(LuaClosure.java:159)
at android.ext.Script.runScript(Script.java:5600)
at android.ext.Script$ScriptThread.run(Script.java:5370)
15 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now