Jump to content

Enyby

Administrators
  • Posts

    8,811
  • Joined

  • Last visited

  • Days Won

    1,017

Everything posted by Enyby

  1. Enyby

    LUA scripting

    Yes. And can be created automated calculator/tool based on gg. Present function 'toast', 'alert' and 'prompt' which allow create some dialogs for user. For example 'Input gold amount:' and use this value for make search. data = gg.prompt({[1]='Search value', [2]='Replace value', [3]='Max count'}, {[1]='123', [2]='456', [3]='321'}) gg.searchNumber(data[1], gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) found = gg.getResultCount() gg.alert('We found: '..found) gg.getResults(data[3]) replaced = gg.editAll(data[2], gg.TYPE_DWORD) gg.alert('We replaced: '..replaced) gg.alert('Summary: We search '..data[1]..', found '..found..', replaced '..replaced..' to '..data[2]..' with max count '..data[3]..';') print('Script ended.')
  2. Enyby

    GameGuardian

    https://gameguardian.net/forum/topic/17447-lua-scripting/
  3. Enyby

    LUA scripting

    Starting from version 8.28.0 GG have support of LUA scripts. It can be loaded and run. https://www.lua.org/manual/5.2/manual.html Scripting Documentation: https://gameguardian.net/help/
  4. Enyby

    GameGuardian

    What's New in Version 8.28.0 Added LUA scripting. For additional information, please visit our forum. Added a setting to resize floating icon. Improved resizing of UI icons. Improved start of searches. Improved UI. UI fixes. Bugs fixes. Updated translations.
  5. 07-16 12:03:17.491 401 401 D android-daemon: Try on '/system/lib/libart.so' As I say - ART. Java timers not speedhacked. Game use Java timers.
  6. Wrong logcat. You must collect logcat as explain here: https://gameguardian.net/forum/topic/7419-how-to-collect-logcat/ Copy from app do not enough.
  7. Read link posted by me. On picture all explained. On your Samsung Dalvik, not ART.
  8. How to determine why speedhack does not work As far as I know this game use Java timers and can not be speedhacked on ART.
  9. This post cannot be displayed because it is in a forum which requires at least 1 post to view.
  10. This post cannot be displayed because it is in a forum which requires at least 1 post to view.
  11. Try use comma and dot, next time. Ban usually for two week. Account can be erased if it encrypted by cloud pass. Some account encrypted, some not.
  12. Enyby

    GameGuardian

    How to determine why speedhack does not work
  13. Picture in svg (maybe can be translated by translators if you do not know English): Speedhack_en.svg or http://svgshare.com/i/2DC.svg Test application: GG tester (#47uthw6s) How to collect logcat / report about error: "Gathering information about GG errors". How to remove arm libs from apk - fix game work on x86 emulators - Solid Explorer, ZArchiver
  14. Enyby

    GameGuardian

    Okey. I understand. We add special checkbox for input decimal values there.
  15. Enyby

    GameGuardian

    http://forum.cheatengine.org/viewtopic.php?t=4890&sid=d7bf55271cd21100fdbc1838d111db5d On Android present ASLR. It is first thing. Second thing - usually right values are not persistent and randomly located on each run. So this things never worked on Android. Linux have different structure from Windows. Usually on Android use malloc for memory allocation and it allocate memory in random place. And order of allocation is unspecified. So as written in CheatEngine FAQ (but for different question):
  16. Enyby

    GameGuardian

    1. CheatEngine can act like debugger. GG - no. 2. CheatEngine for Windows. GG for Android (Linux). This is like try fish learn to fly.
  17. Enyby

    GameGuardian

    How this is must worked? Describe me how to detect right values from others. Currently this is sounds like pure magic. And in current description it can be implemented because impossible.
  18. Enyby

    GameGuardian

    GG Tester - simple app for test speedhack GGTester_signed.apk
  19. Enyby

    GameGuardian

    You mean hex and dec? Hexadecimal and decimal representation of numbers? Show me examples with numbers.
  20. Enyby

    GameGuardian

    I do not understand. Hex and byte is different things like door and cow.
  21. Enyby

    GameGuardian

    Latest version GameGuardian (8.27.2) tested with some apps: Parallel Space-Multi Accounts Parallel Space Lite-Dual App PPSSPP - PSP emulator ePSXe for Android My Boy! Free - GBA Emulator No problem found.
  22. Enyby

    GameGuardian

    What's New in Version 8.27.2 Improved UI. UI fixes. Fixed crashes. Updated translations. _______________________________________________ added 1 minute later We also make alternative download link. See note on main download page: If you are experiencing issues while trying to download this file, use this link: https://gameguardian.net/apk
  23. Try use fuzzy search for find and edit 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.