Jump to content
  • 0

Find unknown damage values


san8067san
 Share

Question

1 answer to this question

Recommended Posts

  • 0

Hi @san8067san, here's what you can do:

  • - Use Fuzzy search, and scan for changed values. You need to always have some card/anything that can modify the damage each time you find the value.
  • - If it's Unity game, you can dump the game and look for appropiate damage fields
  • - You might want to find player class that might have damage value stored somewhere. Look for 'PlayerController', 'CharacterControl', etc as strings, and then find any pointer to that. Once you've found the player class, the next step is to find pointer inside that class. Some of them might have damage value.
Link to comment
Share on other sites

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
 Share

×
×
  • 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.