Jump to content

Impulse21

Members
  • Posts

    24
  • Joined

  • Last visited

File Comments posted by Impulse21

  1. 7 hours ago, CmP said:

    GG was unable to get information about selected process, that's why nil is returned by "getTargetInfo" function.

    The following isn't a proper fix of the issue, but it may allow you to try the script. Insert the following code after second line of script's code: 

    if info == nil then
      info = {packageName = "unknown", x64 = false}
    end

    This will cause the script to work as if process has been identified as 32-bit. To force identification as 64-bit, correspondingly, "x64 = true" should be used.

    It worked! Ty!

  2. 2 hours ago, Lover1500 said:

     

    The game is hunt royale and iruna online. Both inside vmos 32bit android 7.1

    2 hours ago, Lover1500 said:

    The script should work for both of armv7 and v8. 

    If it doesnt work, may be script bug or game is protected. You can link to the game.

    Script ended:
    Script error: luaj.o: /storage/emulated/0/VMOSfiletransferstation/className_and_fieldOffset_searcher(V-3.1).lua:4
    `local pointerSize = (info.x64 and 8 or 4)`
    attempt to index ? (a nil value) with key 'x64' (local 'info')
    level = 1, const = 21, proto = 13, upval = 1, vars = 27, code = 48
    GETTABLE v2 v1 "x64"
     ; PC 3 CODE 00C08087 OP 7 A 2 B 1 C 258 Bx 770 sBx -130301
    stack traceback:
        /storage/emulated/0/VMOSfiletransferstation/className_and_fieldOffset_searcher(V-3.1).lua:4 in main chunk
        [Java]: in ?
        at luaj.LuaValue.f(src:989)
        at luaj.LuaValue.c(src:2864)
        at luaj.LuaValue.i(src:2767)
        at luaj.LuaValue.w(src:1094)
        at luaj.LuaClosure.a(src:363)
        at luaj.LuaClosure.l(src:160)
        at android.ext.Script.d(src:6056)
        at android.ext.Script$ScriptThread.run(src:578)

    Why does it say nil value when i have 1 value selected inside search

    Free games script

       6,041    2

    Iruna script is amazing especially the maps teleport! Atk/walk speed, delay item/skill  i already knew how to find in ordinary gg. I'd like to learn how to make script myself 🙂

    Few things:

    -walk speed & delay item/skill doesn't do anything

    - can't really tell if atk speed has been changed so idk

    But the map/boss tp alone is more than good enough, the rest i can hack myself 😛

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