How to hack a group of inventory items - tomvita/Breeze-Beta GitHub Wiki

It is quite common for a game code to access a group of items

  • This can be a list of inventory items
  • This can also be a number of stats that is display on screen

Find a value

Say the qty value. Do the search, reduce value, search again, hack and validate the memory address is the correct one

Find the code that access the value

Set a watch on the value address

See what the code access

Set a watch on the code

Play the game

Look at what has been captured

Save the list

Use candidate view to hack the values