Jump to content
  • 0

Find unknown damage values


san8067san

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

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.

Archived

This topic is now archived and is closed to further replies.

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