Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/01/2019 in Posts

  1. Little tweak to the solution above, so that returned string will look like address in GG: function toHexString(n) return string.format('%08X', n):sub(-8) end print(toHexString(12398754))
    3 points
  2. If you need 32-bit hex value (8 hex digit) it must be: p = ("%x"):format(-1469129008):sub(-8) Because if you try use -1 with your code, you can get empty string.
    2 points
  3. If you need address, then you have field address. If you need show value as hex number - use lua power for this. It is common question, so you can google answer for it. On screen 0xA86EDED0 = -1.469.129.008 You can check it in any hex converter.
    2 points
  4. Then you can not hack this game without root.
    1 point
  5. Then game defense. Work only against no root devices. And make game complete undefended against root.
    1 point
  6. Something wrong with virtual space. 'cat' for /proc/pid/maps is work, but daemon can not read anything from it.
    1 point
  7. It's an interesting method they did in "protecting" values. I can work on guide for hacking stats
    1 point
  8. Freeze like 20 values at a time, DON'T EDIT. And try to move. If you move, those aren't it. Unfreeze, remove and attempt next 20.
    -1 points
×
×
  • 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.