[RESOLVED] StarVaders
Posted: Sun May 11, 2025 9:34 am
Game Name: StarVaders
Game Engine: Unity
Game Version: Latest
Options Required: Stars/0 Heat Sink
Steam Website:
Other Info:
The Stars (Currency) is super annoying to edit. The address changes whenever you switch stages in the game (new stage/entering shop etc).
The only way I've found to edit the values is in the shop.
For example if current star value is 17700
Search the star display value 2 types in two different tabs:
177 (4bytes)
17700 (float)
Make some purchase then Next Scan the updated values. When you find a single address for both, update them accordingly ie 9990 for 4bytes and 999000 for the float address
Game Engine: Unity
Game Version: Latest
Options Required: Stars/0 Heat Sink
Steam Website:
Other Info:
The Stars (Currency) is super annoying to edit. The address changes whenever you switch stages in the game (new stage/entering shop etc).
The only way I've found to edit the values is in the shop.
For example if current star value is 17700
Search the star display value 2 types in two different tabs:
177 (4bytes)
17700 (float)
Make some purchase then Next Scan the updated values. When you find a single address for both, update them accordingly ie 9990 for 4bytes and 999000 for the float address