Jump to content

Enyby

Administrators
  • Posts

    8,811
  • Joined

  • Last visited

  • Days Won

    1,033

Everything posted by Enyby

  1. Updated: _______________________________________________ added 1 minute later It is auto translation. If you want improve it - read: https://gameguardian.net/forum/topic/7544-if-you-want-to-add-a-new-translation-or-improve-an-existing-one/
  2. https://gameguardian.net/forum/topic/7755-info-about-gameguardian/?do=findComment&comment=51294
  3. Need too many work. I do not have time enough for do it with other tasks.
  4. We have plan to rewrite mem editor with introduce qword and double to it.
  5. Enyby

    GameGuardian

    Example use offset for speed up hack:
  6. Same effect can be achieved if enable show screen taps and show by taps. More easy on record video.
  7. 1. In video not showed how you make visible Increment field (press on button more) - this can confuse newbies. 2. Fill better start from (value + 1), because if value stay same you do not know - why: because it first or because it not listed here. 3. Before delete you must revert values back to original values or game can crash or break your save data. 4. For gems better use new feature "offset" - it is more faster and more easy way for it. Other - good. I cropped video to lower resolution, because all numbers is big enough and this make video more smaller.
  8. Enyby

    GameGuardian

    Offset: Summary
  9. Offset: Summary 1. What is it. The offset is the distance between the two addresses. Addresses are always written in hexadecimal. Offset too. The offset can be positive, if the second address is greater than the first or negative if not. Essentially offset is the amount (and direction: forward plus, minus - back) bytes which must move to get from the first to the second address. 2. For what. Let's say we have a game with silver and gold. The values are encrypted, so you do not able to find them directly. Silver is easy to obtain, so it is easy to find in the memory. Gold is much more difficult to obtain. Accordingly, the more difficult to find a memory address. But you know that gold is offset -3BA, relative to silver. How? We read somewhere, or on the basis of previous hacks have suggested, and it was confirmed. To find the gold you find silver in the memory. This is done simply. Next you add the offset (long tap on an item of gold -> offset calculator) and proceed to the memory address of gold. This is all. For example, your address 091857B4 for silver. Offset -3BA. Then gold will be on the address 091853FA. It is important to understand that not all games can be applied offset. If game have a different offset between silver and gold every restart, then this method will not work.
  10. Enyby

    Unable to start

    May be. You need "0" for "switch" on load your AppBoot component. It is loaded on system boot. Then you need change this file and reboot immediately or AppBoot change something in this file and rewrite all your changes. May be exists way to set this field from AppBoot but I do not see it.
  11. Enyby

    Unable to start

    <appboot version="1" switch="1"> You need set "switch" to "0". GG try set but something rewrite it before device reboots.
  12. RD playlist: https://www.youtube.com/playlist?list=PLcL4asGP-dL0T573tXMhiTZ7TmrfKCXP4
  13. I see what is problem on weekend. Currently busy.
  14. Enyby

    Unable to start

    Need logcat and appboot.xml from you too. Need appbot.xml after reboot but before run gg. Some issue: https://gameguardian.net/forum/topic/14685-i-cant-open-the-gg/
  15. Enyby

    Unable to start

    You reboot after fix? If it not works - reboot and send me appboot.xml again.
  16. Enyby

    Unable to start

    @supercarra96 From you I too need properly logcat and file /data/system/appboot/appboot.xml if exists.
  17. Enyby

    Unable to start

    Read my guide how to collect logcat. It must be file. And aLogcat bad app for this. Use aLogrec or other tool. _______________________________________________ added 1 minute later https://gameguardian.net/forum/topic/7419-how-to-collect-logcat/
  18. Enyby

    Unable to start

    Logcat must be recorded on issue. In your case - start gg. _______________________________________________ added 3 minutes later And send to me file /data/system/appboot/appboot.xml if exists.
  19. Enyby

    Unable to start

    Need logcat from you.
  20. Enyby

    Unable to start

    https://developer.android.com/reference/android/app/Instrumentation.html
×
×
  • 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.