Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/14/2019 in Posts

  1. Yes. You can automate actions. For example, even if they reallocate memory then they must store pointer to it somewhere. So you need find pointer and always follow it. It is hard things, but not impossible. If game can restore path of pointers to data, then you can duplicate this way.
    3 points
  2. This is where the "pointers" filter for results can be useful. Sometimes you can't freeze the pointer, for the game clears data at location it's pointing to by default on value change or something. But, you can follow pointer and edit data then when it goes to relocate, it carries the edited value with it. Recently came across an online fps shooter that does this for ammo.
    2 points
  3. How to hack money, whether it's gem,shell,or pearl? I tried to hack it with game guardian in many ways. but the values just cannot be changed. It always keep reverting back to what the real value was. This game can be play offline. So, not all value are server sided. I can play it when airplane mode. This reminds me to my way of hacking some online games' "unchangeable value" on PC many ages ago using Cheat Engine. I was using the option,"replace value with NOOP..." Not really sure game guardian has this kind of option or not. The only hack I succeed in this game is : fish HP hack. So I always get the fish without doing anything. Title: A girl adrift Version: 1.344 Playstore: https://play.google.com/store/apps/details?id=exize.tapas.girlAdrift&hl=en&referrer=utm_source%3Dgoogle%26utm_medium%3Dorganic%26utm_term%3Da+girl+adrift&pcampaignid=APPU_1_LzuRWZ_aHsfmvgSY56Uo
    1 point
  4. On screen part of logcat. Nothing interested. Error 9 not connected with this defense.
    1 point
  5. 1 point
  6. What happens trying to hack that game?
    1 point
  7. I guess I don't understand what you mean
    1 point
  8. What do you mean "bypass"? Like do a lib edit so you don't need to search the value again? Try gdb debugging if phone supports it.
    1 point
  9. I know 0 programming... Pointer is just this Take a value and it's Hex value = address location that it's pointing to. When you get to that address it can contain more useful data. Sometimes pointers are in groups. So player data, maybe hp atk def is each a pointer, but each pointer is one after another. Focus on a"easy" value, then work with pointers branching from that to find related data.
    1 point
  10. Usually you can read and write to memory without attach if this memory can be read and write. For write to read-only memory need attach. It is just simple works, you not need do anything. If possible write, when attach blocked - then GG write it.
    1 point
  11. Comment on the official YouTube channel:
    1 point
  12. 1 point
×
×
  • 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.