Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/10/2025 in Image Comments

  1. Or increase offset, or increase depth. Or both. Or search another method.
    1 point
  2. If you don't get any values you just change the offset??
    1 point
  3. If you good in code, you can see code of chainer and use some of it.
    1 point
  4. How do I put this in a script ??? thank you!
    1 point
  5. Game restore paused state. I decide cancel it and kill game again.
    1 point
  6. Chain of pointers. Pointer to pointer and so on. The chain length is the number of pointers. The first pointer of the chain is in static memory, which can always be calculated and it does not change. Further, moving on a chain, it is possible to calculate each subsequent element. And so on until the desired value. If the correct chain is found, then it is possible to restore the values, which change every time. when restarting the whole game or individual levels.
    1 point
  7. Enyby what is a pointer chain in the first place? i know pointers contain the addresses for another value? but what is a chain? and does it have something to do with values that change after each restart.
    1 point
  8. in Hill climb racing both coins and gems placed directly in .bss. So chainer is useless for that. Saved list is enough.
    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.