Jump to content
  • 0

Help me ?


VNGEO

Question

When trying to write my first script , i faced this but don't know why . Help me if if you know about this 

 

 

Kịch bản kết thúc:
Có lẽ tập lệnh này cần phiên bản mới nhất của GameGuardian. Hãy thử cập nhật lên phiên bản mới nhất.

Script error: luaj.LuaError: load /storage/emulated/0/Download/Danh bạ666.txt: luaj.LuaError: /storage/emulated/0/Download/Danh bạ666.txt:2
`Found : , gg.getResultsCount ( )`
'<name>' expected near ,
    at luaj.LuaValue.error(LuaValue.java:995)
    at luaj.Globals.loadfile(Globals.java:253)
    at android.ext.Script.runScript(Script.java:5552)
    at android.ext.Script$ScriptThread.run(Script.java:5370)
Caused by: luaj.LuaError: /storage/emulated/0/Download/Danh bạ666.txt:2
`Found : , gg.getResultsCount ( )`
'<name>' expected near ,
    at luaj.compiler.LexState.lexerror(LexState.java:289)
    at luaj.compiler.LexState.syntaxerror(LexState.java:293)
    at luaj.compiler.LexState.error_expected(LexState.java:887)
    at luaj.compiler.LexState.check(LexState.java:900)
    at luaj.compiler.LexState.str_checkname(LexState.java:928)
    at luaj.compiler.LexState.checkname(LexState.java:939)
    at luaj.compiler.LexState.suffixedexp(LexState.java:1463)
    at luaj.compiler.LexState.exprstat(LexState.java:2071)
    at luaj.compiler.LexState.statement(LexState.java:2171)
    at luaj.compiler.LexState.statlist(LexState.java:2188)
    at luaj.compiler.LexState.mainfunc(LexState.java:2204)
    at luaj.compiler.LuaC$CompileState.luaY_parser(LuaC.java:121)
    at luaj.compiler.LuaC.compile(LuaC.java:99)
    at luaj.Globals.compilePrototype(Globals.java:336)
    at luaj.Globals.loadPrototype(Globals.java:324)
    at luaj.Globals.load(Globals.java:265)
    at luaj.Globals.loadfile(Globals.java:247)
    ... 2 more

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

I basically want to automate it instead of having to do it manually

Manual:

Search for 32D 12D 20D

Filter 20D

Edit all 9999

 

gg.searchNumber ( ' 32D ; 12D ; 20D : : 17 ' , gg_TYPE_DWORD )
Found : , gg.getResultsCount ( )
gg.searchNumber ( ' 20D ' , gg_TYPE_DWORD )
Found : , gg.getResultsCount ( )
gg.editAll ( ' 9999 ' , gg_TYPE_DWORD )

Let me know if i'm wrong

Link to comment
Share on other sites

32 minutes ago, VNGEO said:

I basically want to automate it instead of having to do it manually

Manual:

Search for 32D 12D 20D

Filter 20D

Edit all 9999

 

gg.searchNumber ( ' 32D ; 12D ; 20D : : 17 ' , gg_TYPE_DWORD )
Found : , gg.getResultsCount ( )
gg.searchNumber ( ' 20D ' , gg_TYPE_DWORD )
Found : , gg.getResultsCount ( )
gg.editAll ( ' 9999 ' , gg_TYPE_DWORD )

Let me know if i'm wrong

Found:, not works. Remove or edit it

Before editall use getresults.

Link to comment
Share on other sites

7 hours ago, VNGEO said:

I basically want to automate it instead of having to do it manually

Manual:

Search for 32D 12D 20D

Filter 20D

Edit all 9999

 

gg.searchNumber ( ' 32D ; 12D ; 20D : : 17 ' , gg_TYPE_DWORD )
Found : , gg.getResultsCount ( )
gg.searchNumber ( ' 20D ' , gg_TYPE_DWORD )
Found : , gg.getResultsCount ( )
gg.editAll ( ' 9999 ' , gg_TYPE_DWORD )

Let me know if i'm wrong

Instead of just Found , do this

gg.toast("Found: "..gg.getResultCount())

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.