Jump to content

Enyby

Administrators
  • Posts

    8,811
  • Joined

  • Last visited

  • Days Won

    1,027

Everything posted by Enyby

  1. Enyby

    GameGuardian

    @Red18 Use text search. There you can specify the text in Unicode and replace it. Only the ASCII characters are displayed in the memory editor.
  2. Enyby

    GameGuardian

    @RanMortella I could not patch it.
  3. Watch on YouTube: No root via Parallel Space on Android 8 - GameGuardian Parallel Space + 64-Bit Support (#cy2mamce)
  4. Watch on YouTube: No root via Dr. Clone - GameGuardian Dr. Clone: Dr. Clone (#cztgiqo9)
  5. Version 1.5 GG + 1.0 GG

    803,772 downloads

    Requires Android: Android 4.4 (KitKat) or later. There is support for x86. Video: No root via Dr. Clone - GameGuardian (#aft8whcy) Before installing the optimized version, uninstall the version from Google Play. Differences of the optimized version: no error 105. About second apk (64-Bit Support): You do not need to install it if you do not intend to crack 64-bit games. After installing it, GG will not see 32-bit games in the virtual space, only 64-bit.
  6. View File Dr. Clone + 64-Bit Support Requires Android: Android 4.4 (KitKat) or later. There is support for x86. Video: No root via Dr. Clone - GameGuardian (#aft8whcy) Before installing the optimized version, uninstall the version from Google Play. Differences of the optimized version: no error 105. About second apk (64-Bit Support): You do not need to install it if you do not intend to crack 64-bit games. After installing it, GG will not see 32-bit games in the virtual space, only 64-bit. Submitter Enyby Submitted 06/06/2018 Category Virtual spaces (no root)  
  7. Watch on YouTube: Fixed search in version 8.58.2 - GameGuardian
  8. Enyby

    GameGuardian

    @Red18 If you want to add a new translation or improve an existing one (#bp2vdv5m)
  9. Watch on YouTube: No unknown error for daemon in 8.58.2 - GameGuardian
  10. Watch on YouTube: No root via VirtualXposed on x86 - GameGuardian
  11. @HeisenBernz Crashlands - hack resources - search double - GameGuardian (#cnor7dfj)
  12. Mirrored with crop from YouTube: Last Day On Earth God Mode Hack
  13. Reload page. All must work as before. Each script you need upload separately if it is different scripts. If it is two parts of one you must upload it as single lua script with two files.
  14. Enyby

    LUA scripting

    In short, you must use variable o. And do not recreate table (u[1], u[2]) every time. o = gg.getResults(2) o[1].value = '50' o[1].freeze = true o[2].value = '100' o[2].freeze = false print('Replaced:', gg.addListItems(o)) Your problem - you do not understand what this code do. Nor what is variable, table in lua, how it works and so on. It is like painting from blind.
  15. Enyby

    LUA scripting

    @absolutenothing Use code tag if you post code on forum. It is hard to read otherwise. _______________________________________________ added 2 minutes later You use variable o for save data. After that you created new empty table u and work with it. You need learn lua. Read books, because you not understand basic things and try combine text as some magic.
  16. If it work then good. My congrulations. I do not have time to analyze and make advices for code of the each user of the gg.
  17. Enyby

    GameGuardian

    @NoFear This is not such a simple task as it seems. I'll see what I can do, but I can not promise anything. Also we have plans to save the current search state, and then return to it. And the simultaneous search for multiple values in parallel.
  18. Enyby

    LUA scripting

    Use code tag, not quote. You need concatenate string. gg.searchNumber('d.a;15;5;16777473::10000', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0) -- not work gg.searchNumber(d.a..';15;5;16777473::10000', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0) -- work Register is important. d.a and d.A is not same. Also if I copy text from forum I get strange char at end of line with searchNumber. _______________________________________________ added 1 minute later Script searches do not use input history. Search history not exists in gg.
  19. Enyby

    GameGuardian

    @NoFear I made many optimizations there, I could break something. I'll look at the weekend.
  20. @Dhenmiller You must subscribe to the topic. When I update or add new strings to the translation center, I always write here "Strings updated." Like post above yours. I can not write to each translator personally, more than 30 people.
  21. Enyby

    LUA scripting

    @absolutenothing You need concatenate string for search if you want use something from your input. Must work (in some sense - search is bad and must fail). Maybe you erase gg.TYPE_DWORD in your previous code and set it to nil. This code run for me. It is work not as intended, but compiled and run.
  22. Enyby

    LUA scripting

    @MohdRusyaidi Try. Do not be so helpless.
×
×
  • 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.