Jump to content
  • 0

Help !!Get stuck when try to encrypt file


dewdevildead

Question

Help !!Get stuck when try to encrypt file

 

Script ended:
Perhaps this script needs the latest version of GameGuardian. Try to update to the latest version.

Script error: luaj.LuaError: @/storage/17F0-065B/Download/Exynos/basic_compiler.lua:77
`file:write("")`
attempt to index ? (a nil value) with key 'write'
level = 1, pc = 193
stack traceback:
    /storage/17F0-065B/Download/Exynos/basic_compiler.lua:77 in main chunk
    [Java]: in ?
    at luaj.LuaValue.error(LuaValue.java:1075)
    at luaj.LuaValue.indexerror(LuaValue.java:2923)
    at luaj.LuaValue.gettable(LuaValue.java:2830)
    at luaj.LuaValue.get(LuaValue.java:1178)
    at luaj.LuaClosure.execute(LuaClosure.java:298)
    at luaj.LuaClosure.call(LuaClosure.java:145)
    at android.ext.Script.runScript(Script.java:5490)
    at android.ext.Script$ScriptThread.run(Script.java:5291)


Script wrote 0 B in 2 files

 

Try to use many encryption but alway stuck ***:write("") code

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

1 hour ago, dewdevildead said:

Help !!Get stuck when try to encrypt file

 

Script ended:
Perhaps this script needs the latest version of GameGuardian. Try to update to the latest version.

Script error: luaj.LuaError: @/storage/17F0-065B/Download/Exynos/basic_compiler.lua:77
`file:write("")`
attempt to index ? (a nil value) with key 'write'
level = 1, pc = 193
stack traceback:
    /storage/17F0-065B/Download/Exynos/basic_compiler.lua:77 in main chunk
    [Java]: in ?
    at luaj.LuaValue.error(LuaValue.java:1075)
    at luaj.LuaValue.indexerror(LuaValue.java:2923)
    at luaj.LuaValue.gettable(LuaValue.java:2830)
    at luaj.LuaValue.get(LuaValue.java:1178)
    at luaj.LuaClosure.execute(LuaClosure.java:298)
    at luaj.LuaClosure.call(LuaClosure.java:145)
    at android.ext.Script.runScript(Script.java:5490)
    at android.ext.Script$ScriptThread.run(Script.java:5291)


Script wrote 0 B in 2 files

 

Try to use many encryption but alway stuck ***:write("") code

May be its bcs part of script where file = io.open its not successfuly .

Check if io open file is true .

Or may be its bcs u have just mistake and io.open is not "file" , its may be just another word .

Show me script or this part of script and i will tell u whats error here .

Link to comment
Share on other sites

8 hours ago, TopGEOYT said:

May be its bcs part of script where file = io.open its not successfuly .

Check if io open file is true .

Or may be its bcs u have just mistake and io.open is not "file" , its may be just another word .

Show me script or this part of script and i will tell u whats error here .

This is some code

 

file = io.open(g.sel[1]..'X', 'w')
file:write("")
file:close()
local filex = io.open(g.sel[1], "r") assert(filex)
repeat
local data = filex:read("*l")
if data ~= nil then
local sf1 = string.find(data, "gg.editAll")
local sf2 = string.find(data, "gg.toast")
local sf3 = string.find(data, "gg.searchNumber")
local sf4 = string.find(data, "gg.alert")
local sf5 = string.find(data, "gg.getResultCount")
local sf6 = string.find(data, "gg.getResults")
local sf7 = string.find(data, "gg.setVisible")
local sf8 = string.find(data, "gg.setRanges")
local sf9 = string.find(data, "gg.clearResults")
local sf10 = string.find(data, "gg.setVisible")
local sf11 = string.find(data, "gg.addListItems")
 

Link to comment
Share on other sites

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.