Jump to content

Question

Posted

How do I find an unknown values of damage?

In the game u can upgrade but they only tell u the percentage For example, damage  +45% The game does not display damage and health numbers remaining. thank u bro

 

1 answer to this question

Recommended Posts

  • 0
Posted

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.

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.