Jump to content

Enyby

Administrators
  • Posts

    8,811
  • Joined

  • Last visited

  • Days Won

    1,033

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. Done.
  11. 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.
  12. Mirrored from YouTube: Sudohide Tutorial | Hide Game Guardian from PUBG
  13. Use changelog button for download old version.
  14. Gathering information about GG errors (#9ggo57t)
  15. Enyby

    GameGuardian

    It is necessary to allow for parallel space and not for gg. Or your firmware incorrectly reports the permission status.
  16. Watch on YouTube: Without root on Android 10 via Parallel Space - GameGuardian
  17. 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.
  18. 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.
  19. 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.
  20. 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.
  21. Watch on Youtube: 89.0: Reinstallation game with x86 libraries (root and Android 5+) - GameGuardian
  22. Watch on Youtube: Fixing a script using assembler - GameGuardian
  23. 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
  24. I can not help you. GG implementation details are not public information.
  25. Enyby

    Save list problem

    Different type. Word and Dword.
×
×
  • 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.