Jump to content

Enyby

Administrators
  • Posts

    8,811
  • Joined

  • Last visited

  • Days Won

    1,033

Everything posted by Enyby

  1. We support only latest version. Currently it 8.17.0.
  2. I do not know. We make the tool. We do not hack the games.
  3. Enyby

    GameGuardian

    Yes. But art java timers can not be speedhacked.
  4. Enyby

    GameGuardian

    Accepted.
  5. Enyby

    GameGuardian

    I think source of all problems is slow access to process memory. After each delete need reload search results. And slow access cause lags on load results. Same things with load value in memory editor. UI wait 500 ms and after that cancel wait and show -1 as value. I think this is firmware related issue.
  6. Enyby

    GameGuardian

    It happens if daemon not return result in 500 ms. This is can be caused by lag. If you can reproduce it every time - it can be bug. Need video in this case how to reproduce.
  7. Enyby

    GameGuardian

    1. Accepted and reproduced. 2. And 3. Can be firmware related. Show logcat from this issues.
  8. Enyby

    GameGuardian

    I do not know.
  9. GG must be installed on internal storage. This is not folder. This is place of installed app. Usually it can be managed from system app settings. GG 8.17.0 can work from external storage. Maybe it can fix your issue.
  10. Does not actual.
  11. Enyby

    GameGuardian

    What's New in Version 8.17.0 Added a hexadecimal converter. Added a live view of the values in the offset calculator. Added support for running from external storage. Improved installer. Improved UI. Updated translations.
  12. Move GG to internal storage.
  13. Enyby

    GameGuardian

    Nothing fix. Do not use this option.
  14. You need try add to exist value number with power of 2: 1 2 4 8 16 32 64 and so on. If it good - leave. If not - add same value with minus for restore and try bigger number.
  15. Enyby

    GameGuardian

    @alansete You need use browser without any downloaders. Try chrome. _______________________________________________ added 2 minutes later @Gaming666 I do not know. We can try. You must record logcat from start gg and send to me.
  16. Very odd formula. Look like useless because hard calculate v1 and v2 from known v. It is very common case.
  17. Enyby

    GameGuardian

    You need allow usage Instrumentation on your device or GG can not work. Search how it done.
  18. @Vashis https://www.alphagamers.net/posts/2738321/ Here this post. But it is wrong. You never can get 64 bit value from xor two 32 bit value. This is impossible. xor for two 32 bit values is always 32 bit.
  19. Xor very common operation. Present in most hex calc. I use usually Windows calc in Programmer mode:
  20. Enyby

    GameGuardian

    If any app makes accidentally reboot ROM then ROM is bugged. Any actions inside any app must not reboot device. Try change ROM.
  21. It is very special and very bad realization - store key around value. Encrypted search can find any xor operation. Does not matter how and were stored key. For this games exist very simple check: Need two pair with value in memory and value in game. Like this: Calculate xor for each row: 9559 xor 453963 = 444444 9459 xor 453871 = 444444 We get same value then it mean used xor with this value. Now we can simple calculate need amount for set: 1234567 xor 444444 = 1318555 We set to memory 1318555 and get in game 1234567. If we see value 444444 near our value we can set to 0 it. number xor 0 = number After that you can set value in memory same as in game. But this happens only if game dev stupid enough. In most cases key stored in different place or written in code.
  22. gold = 444444 xor value This values can be easy founded by use encrypted search. No sense to add any methods. Search encrypted can find these.
×
×
  • 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.