Jump to content

CModz

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by CModz

  1. 3 hours ago, Enyby said:

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

    Script error: org.luaj.vm2.LuaError: load /storage/emulated/0/Beta Project + Stable/Beta/PUBG_HACK_CommonModzv1.lua: org.luaj.vm2.LuaError: /storage/emulated/0/Beta Project + Stable/Beta/PUBG_HACK_CommonModzv1.lua:319
    `end `
    'end' expected (to close 'function' at line 225) near '<eos>'
        at org.luaj.vm2.LuaValue.error(LuaValue.java:1075)
        at org.luaj.vm2.Globals.loadfile(Globals.java:230)
        at android.ext.Script.runScript(Script.java:4300)
        at android.ext.Script$ScriptThread.run(Script.java:4145)
    Caused by: org.luaj.vm2.LuaError: /storage/emulated/0/Beta Project + Stable/Beta/PUBG_HACK_CommonModzv1.lua:319
    `end `
    'end' expected (to close 'function' at line 225) near '<eos>'
        at org.luaj.vm2.compiler.LexState.lexerror(LexState.java:280)
        at org.luaj.vm2.compiler.LexState.syntaxerror(LexState.java:284)
        at org.luaj.vm2.compiler.LexState.check_match(LexState.java:878)
        at org.luaj.vm2.compiler.LexState.body(LexState.java:1308)
        at org.luaj.vm2.compiler.LexState.funcstat(LexState.java:2020)
        at org.luaj.vm2.compiler.LexState.statement(LexState.java:2103)
        at org.luaj.vm2.compiler.LexState.statlist(LexState.java:2147)
        at org.luaj.vm2.compiler.LexState.body(LexState.java:1306)
        at org.luaj.vm2.compiler.LexState.funcstat(LexState.java:2020)
        at org.luaj.vm2.compiler.LexState.statement(LexState.java:2103)
        at org.luaj.vm2.compiler.LexState.statlist(LexState.java:2147)
        at org.luaj.vm2.compiler.LexState.mainfunc(LexState.java:2163)
        at org.luaj.vm2.compiler.LuaC$CompileState.luaY_parser(LuaC.java:129)
        at org.luaj.vm2.compiler.LuaC.compile(LuaC.java:99)
        at org.luaj.vm2.Globals.compilePrototype(Globals.java:349)
        at org.luaj.vm2.Globals.loadPrototype(Globals.java:328)
        at org.luaj.vm2.Globals.load(Globals.java:299)
        at org.luaj.vm2.Globals.loadfile(Globals.java:224)
        ... 2 more

     

    i'm very confuse after try it for 1 week

  2. On 7/8/2018 at 9:38 PM, Enyby said:

    Use bit32.bor or "|" as bitwise OR.
     

    
    gg.setRanges(bit32.bor(gg.REGION_ANONYMOUS, gg.REGION_BAD))
    gg.setRanges(gg.REGION_ANONYMOUS | gg.REGION_BAD)

    I advise you to study Lua and how it works, because you wrote a nonsense, from which it follows that you do not understand anything in Lua, but simply combine the text as it is.

     

    I do not advise using the BAD region - the search will be slow and there will be garbage in it.
    If useful values can be found in BAD, then you need to find them, write a log of regions and send it to me, so I corrected this.

    hmm how to write a script "When we doesnt select any menu, but the script didn't close by itself?

    So we dont need execute script again...thanks for you attention

  3. On 7/17/2017 at 1:41 PM, Enyby said:

    And wrong format. Must be or `d.A` or `d['A']`.

    _______________________________________________
    added 1 minute later
    
    d = gg.prompt({A='Number of Orbs Or Dooblins'}, {A='0'})
    gg.toast ('Quadropus 2.0.48 Hack by Backlift')
    gg.setRanges ( gg.REGION_C_ALLOC)
    gg.searchNumber (d.A, gg.TYPE_DOUBLE, true, gg.SIGN_EQUAL, 0, -1)
    if gg.getResultCount() == 1 then 
    	gg.editAll('100000000', gg.TYPE_DOUBLE) 
    	gg.alert ('Hacking Done, Enjoy')
    else 
    	gg.alert ('Go to game and change the value, then load the script again to continue')
    end 

     

    Hmmm how to set multiple ranges?

    I got error

    Script ended:
    Script By CommonModz

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

    Script error: org.luaj.vm2.LuaError: lua:264
    `gg.setRanges(gg.REGION_ANONYMOUS_BAD)`
    gg.setRanges: bad argument #1 (nil): number expected, got nil
    stack traceback:
        lua:264: in main chunk
        [Java]: in ?
        at org.luaj.vm2.Varargs.argerr(Varargs.java:280)
        at org.luaj.vm2.Varargs.checkint(Varargs.java:317)
        at android.ext.Script$setRanges.invokeUi(Script.java:1827)
        at android.ext.Script$ApiFunction.run(Script.java:737)
        at android.os.Handler.handleCallback(Handler.java:739)
        at android.os.Handler.dispatchMessage(Handler.java:95)
        at android.os.Looper.loop(Looper.java:148)
        at android.app.ActivityThread.main(ActivityThread.java:5437)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:738)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:628)
        at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:107)

×
×
  • 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.