Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/28/2023 in Posts

  1. Perhaps. Which game is it? Provide link. And a video where you demonstrate the hack. Not really
    1 point
  2. The pointers i refer to are pointers that point to some block of data. If the keys you have are in Ca/A in lots of cases that block of data gets referenced by a executable through pointers. By following the pointers you can make a script with offsets and pointer searches. But you can also make a group search. Group searches are more reliable then saving addresses. But pointers i find more reliable then group searches. Because pointer must point to that block of data regardless if the values in that block of data got changed by developers.
    1 point
  3. Because string concatenation produces new string and there are multiple usages of it in the code. Mostly yes, but format strings don't need to be passed as parameters in this case and instead of separate call to format address, do it in the same one.
    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.