Jump to content

Enyby

Administrators
  • Posts

    8,811
  • Joined

  • Last visited

  • Days Won

    1,017

Everything posted by Enyby

  1. 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.
  2. Enyby

    GameGuardian

    Nothing fix. Do not use this option.
  3. 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.
  4. 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.
  5. Very odd formula. Look like useless because hard calculate v1 and v2 from known v. It is very common case.
  6. Enyby

    GameGuardian

    You need allow usage Instrumentation on your device or GG can not work. Search how it done.
  7. @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.
  8. Xor very common operation. Present in most hex calc. I use usually Windows calc in Programmer mode:
  9. 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.
  10. 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.
  11. 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.
  12. Enyby

    GameGuardian

    All methods is produce same result except stability and speed. Normal can be slowest but stablest.
  13. Read help inside GG and watch videos in our gallery for learn how to use GG in powerful way.
  14. 6:38 No converter need. Just simple search "12F;90;68" with selected Dword. First number automatically search as Float because we set it type to "F" - Float. 7:30 You can use offset calculator for faster goto to need values instead of count items in memory editor. In your case offset: 91AC6D20 - 91AC6CEC = 34 (13 items * 4 bytes for each item = 52 bytes in dec = 34 in hex) Just long tap on last founded item (DPS), select offset calculator, input offset 34 and press "goto". Now you stay on your "Damage".
  15. Enyby

    GameGuardian

    Show logcat. https://gameguardian.net/forum/topic/7398-gathering-information-about-gg-errors/ Maybe you select memory access another from normal. if it true - select normal. Or remove GG and install from scratch without change any settings. All must work.
  16. You can subscribe to our new videos. Watch on YouTube: How to freeze/unfreeze all values at once - GameGuardian
  17. Enyby

    GameGuardian

    Last month usage stats: Only 38% use last version.
  18. 3 is above 4? You can use on 5.1 old version. In last versions they change code.
×
×
  • 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.