Jump to content

Enyby

Administrators
  • Posts

    8,811
  • Joined

  • Last visited

  • Days Won

    1,020

Everything posted by Enyby

  1. I do not understand the essence of your problem. As I said, write down the points: What you do, where you clicked, what you expected, what you got, .
  2. I didn’t understand anything, but apparently you set yourself the type of windows that appears on top of the toasts.
  3. Describe the problem in text. What you do, where you clicked, what you expected, what you got, . [added 1 minute later] And do not record videos with a height greater than 1080 pixels - then its are difficult to watch.
  4. No any mistake at all. getFile return only filename. You need use io functions for load content from file. If you load script from string instead of filename then used string of script source, usually truncated by length.
  5. Well, you have to write for yourself, not hiding behind an abstract majority. “I like the new feature, thanks,” for example. As for the current selection - there are such plans. May be added.
  6. "Long awaited"? Where? By who? Nobody ask me this feature. I realise myself about it handful. This "many script developers" need be less silent.
  7. Watch on Youtube: 90.0: Added UI button for scripts - GameGuardian
  8. Enyby

    LUA scripting

    https://gameguardian.net/help/
  9. You must define functions before call it. Not after.
  10. If you want, I can transfer authorship of the file to you and you can update this file when you need it. Also you can update description and other stuff for this file.
  11. Mirrored from YouTube: Sudohide Tutorial | Hide Game Guardian from PUBG
  12. Gathering information about GG errors (#9ggo57t)
  13. Enyby

    GameGuardian

    It is necessary to allow for parallel space and not for gg. Or your firmware incorrectly reports the permission status.
  14. Watch on YouTube: Without root on Android 10 via Parallel Space - GameGuardian
  15. You must run command from root. You run it not from root. Root command prompt end with #. Your command prompt end with $ - so this is not root. Try print su Before command to switch shell to root mode. But better use LDPlayer, not a Bluestacks.
  16. 1. Download any apk with x86 and arm libs. 2. run from root in adb shell or emulator terminal: pm install -r --abi armeabi-v7a /path/to.apk You get game with arm libs in x86 emulator.
  17. pm install -r --abi armeabi-v7a /data/app/com.example.pkg-1/base.apk reinstall game with arm libs. You only need specify proper path instead of /data/app/com.example.pkg-1/base.apk After that activate speedhack in GG and you can record video with example.
  18. Everything depends on the emulator. For example, TianTian even installs GG Tester with ARM libraries, despite the fact that there is x86. On some emulators and on some games, the problem definitely exists.
  19. Watch on Youtube: 89.0: Reinstallation game with x86 libraries (root and Android 5+) - GameGuardian
  20. Watch on Youtube: Fixing a script using assembler - GameGuardian
  21. Enyby

    Save list problem

    You use sleep For me no any problem gg.setVisible(false) while true do if gg.isVisible() then gg.setVisible(false) local v = gg.alert('Action?', 'ON', 'OFF', 'EXIT') if v == 1 then revert = gg.getListItems(1) rev = gg.getListItems(6) t = gg.getListItems(10) for i, v in ipairs(t) do v.flags = gg.TYPE_DWORD v.value = 5 end gg.setValues(t) elseif v == 2 then gg.setValues(revert) gg.setValues(rev) else gg.setVisible(true) return end else gg.sleep(100) end end 2257_half_mute.mp4
  22. You can send me source code of script in PM for my investigate reason of issue. Error appear on some set value to table. Like a[b] = c
  23. Again crash similar as above. GG: 88.0 [15815] Android: 6.0.1 SDK: 23 vSpace: com.ludashi.superboost Thread: Script thread luaj.LuaError$Internal: /storage/emulated/0/Download/S.Crisis Action.lua:-1 vm error: java.lang.ArrayIndexOutOfBoundsException: length=0; index=0 level = 1, const = 424, proto = 3, upval = 22, vars = 66, code = 6364 SETTABLE v7 v6 v8 ; PC 485 CODE 030201CA OP 10 A 7 B 6 C 8 Bx 3080 sBx -127991 stack traceback: /storage/emulated/0/Download/S.Crisis Action.lua: in function </storage/emulated/0/Download/S.Crisis Action.lua:624> (...tail calls...) /storage/emulated/0/Download/S.Crisis Action.lua: in function </storage/emulated/0/Download/S.Crisis Action.lua:444> (...tail calls...) [Java]: in ? at luaj.LuaClosure.execute(LuaClosure.java:832) at luaj.LuaClosure.onInvoke(LuaClosure.java:207) at luaj.TailcallVarargs.eval(TailcallVarargs.java:73) at luaj.LuaClosure.execute(LuaClosure.java:600) at luaj.LuaClosure.call(LuaClosure.java:160) at luaj.LuaClosure.execute(LuaClosure.java:537) at luaj.LuaClosure.onInvoke(LuaClosure.java:207) at luaj.TailcallVarargs.eval(TailcallVarargs.java:73) at luaj.LuaClosure.execute(LuaClosure.java:600) at luaj.LuaClosure.call(LuaClosure.java:160) at android.ext.Script.runScript(Script.java:5628) at android.ext.Script$ScriptThread.run(Script.java:5366) Caused by: java.lang.ArrayIndexOutOfBoundsException: length=0; index=0 at luaj.LuaTable.rehash(LuaTable.java:886) at luaj.LuaTable.hashset(LuaTable.java:652) at luaj.LuaTable.rawset(LuaTable.java:335) at luaj.LuaTable.set(LuaTable.java:320) at luaj.LuaClosure.execute(LuaClosure.java:383) ... 11 more PC 485 not PC 455 as before. Then it is from new version, not from old. I think it can be bug in Lua Implementation, but I can not reproduce it.
×
×
  • 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.