well after looking at this title, it became apparent that the game is using text scripts and disk based data files to store values as you play.
the best way to "cheat" at this game is to exit to the main menu and then go to where the game is saving your data and modify the files yourself.
on my machine the save folder is here:
C:\Users\Mike\AppData\LocalLow\Red Beat LTD\Space Rogue\Current
change Mike above to whatever your name is.
then you can edit the Ship.XML file or the Profile.XML
for invincibility just do a search in Ship.XML for:
param name="health"
and then change the entire thing from (for instance)
"health" value="120" min="0" max="120" maxScale="1" baseValue="120"
to:
"health" value="99999" min="0" max="99999" maxScale="1" baseValue="99999"
there will be one of these for every person and system on your ship.
in the Profile.XML you can modify:
"Money" value="200"
"ResourceA" value="3"
"ResourceB" value="0"
it seems wasteful to try and make an editor when you can go here and just change stuff yourself.
when you re-enter the game the values are changed.
best,
Cal
[Edited by Caliber, 6/11/2015 6:04:21 PM][Edited by Caliber, 6/11/2015 6:05:03 PM][Edited by Caliber, 6/11/2015 6:05:55 PM]