Jump to content

Enyby

Administrators
  • Posts

    8,811
  • Joined

  • Last visited

  • Days Won

    1,012

Everything posted by Enyby

  1. Game used java timers. Can not be speedhacked on lollipop or above.
  2. Enyby

    GameGuardian

    Stats about GameGuardian: 1. Only 38% use latest version. 2. Most used langs: zh_CN 22.1% en_US 21.24% ru 10.97% in 10.4% th 9.35% es 7.93% pt_BR 3.86% vi 2.91% ar 1.42% fr 1.21% it 1.14% ms 1.11% 3. Usage by SDK: 19 31.84% 22 28.97% 21 12.78% 23 12.08% 17 7.99% 16 2.96% 18 2.04% 15 0.71% 25 0.34% 24 0.23% 10 0.06% 13 0.01%
  3. Enyby

    GameGuardian

    What's New in Version 8.11.0 Added 'change address' feature. Rewrote filters. Improved UI. Removed unused languages. Updated translations. Bugs fixes.
  4. Enyby

    Known problems

    I can not help you because I not have this device and not have this issue for me in any device.
  5. Enyby

    Using Offsets

    Arm arch work in different way from x86. On x86 your method can get some results. On arm it get more worsed results because in most cases offset included inside code. But you can search in this way currently. Just use range search for desired address. For example if address 12345678 and max offset is 200 then you need search 12345478~12345678. All of found items can be pointers.
  6. Enyby

    Using Offsets

    @Bunta It does not matter with GG or not. No pointer table exists. if app need pointer to something it can be stored in any place: stack, heap, global scope like data or bss. You can not know what is that pointer or int with big number. It is only bytes in memory. And this happens everywhere not only in Android. On Windows too.
  7. Enyby

    Using Offsets

    @Bunta Depends of memory structure of game and what is pointer you search. See picture: If you search direct pointer without any offset it easy. But in most cases exists some unknown offset and you can not find pointer. If you want find chain of pointers from base to Gold3 it is very hard. If you want find Gold1 it is more easy and so on. Even if you need Gold2 then very hard because you need find offset4 for search pointer to Player object.
  8. Enyby

    Using Offsets

    We have some plans about this and similar features and some magic behind it. Once we implement this. About pointer search - you can copy address value and search them. Rhis is be pointer search.
  9. Enyby

    GameGuardian

    In next version we remove translation for some unused langs. if you want one of this langs - write to us. List of removed langs: af gu my si su yi zu All of this translation is auto-translation by Google Translate and have low quality. We never remove any manual translation. Remove this langs make apk size less on 0.3 MB.
  10. _______________________________________________ added 4 minutes later
  11. See in https://gameguardian.net/forum/topic/14174-asphalt-8-airborne-database/
  12. Periodically we post some useful videos in our video gallery: https://gameguardian.net/forum/gallery/category/2-video-tutorials/ You can subscribe to our new videos. Some video we mirrored on our youtube channel: GameGuardian tutorials You can subscribe on it too. Examples of videos:
  13. Enyby

    GameGuardian

    Periodically we post some useful videos in our video gallery: https://gameguardian.net/forum/gallery/category/2-video-tutorials/ You can subscribe to our new videos. Some video we mirrored on our youtube channel: GameGuardian tutorials You can subscribe on it too. Examples of videos:
  14. You can subscribe to our new videos. Watch on YouTube: How to use fill - GameGuardian
  15. Enyby

    GameGuardian

    On future releases we plan improve speedhack on android 7.1.
  16. You can subscribe to our new videos. Watch on YouTube: How to search rounded value - GameGuardian
  17. From appchina.com. http://www.appchina.com/group/comment/5368106 Translated from Chinese: Another translate: Original: Google Translate:
  18. Enyby

    GameGuardian

    @Skullboyq It is as defined. You must drag for 36dp before drag start. It is maked because some users run fast tap but it detected as drag.
  19. Enyby

    GameGuardian

    I can not understand what you mean. If it issue - explain.
  20. Enyby

    GameGuardian

    @Skullboyq Check issue in this test build: GameGuardian.git_signed.apk
×
×
  • 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.