Jump to content

Recommended Posts

Posted

I'm trying to change the score on the game but it keeps crashing and i don't know what to do, did i change the values incorrectly?

Screenshot_2025-01-02-00-49-46-507-edit_com.vphonegaga.titan.jpg

Posted

Hi! I also tried to modify that game, modifying the score in the old version of that game doesn't cause crash. I think the developer added some sort of integrity checks causing the game to crash when you try to modify the score.

Posted
9 hours ago, Zaenalos said:

Hi! I also tried to modify that game, modifying the score in the old version of that game doesn't cause crash. I think the developer added some sort of integrity checks causing the game to crash when you try to modify the score.

Thanks for the reply! Is there a way you can bypass something like this on the latest version?

Posted

You will need to identify how the integrity check works, I think it is kinda simple.

Here's a tip for you:

  • Start with 0 high score and 0 current score.
  • Perform a grouped search 114;0;0;223;221:: (DWORD) (Anonymous region for faster search).
  • 223 and 221 is the xor key for the current score, it will also change the moment your current score change.
  • When you try to modify the xor key(223 or 221), the score changes in a blink of an eye, but the game crashes.
Posted
13 hours ago, Zaenalos said:

You will need to identify how the integrity check works, I think it is kinda simple.

Here's a tip for you:

  • Start with 0 high score and 0 current score.
  • Perform a grouped search 114;0;0;223;221:: (DWORD) (Anonymous region for faster search).
  • 223 and 221 is the xor key for the current score, it will also change the moment your current score change.
  • When you try to modify the xor key(223 or 221), the score changes in a blink of an eye, but the game crashes.

Thanks for the tip, i'll inform if i figured something out

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.