The game is surprisingly easy to hack into simple things like resources, etc. To do this, you need to do the following things:
After leaving the game, follow the path to the folder C: \ Users \ * USERNAME * \ AppData \ LocalRow \ Red Beat LTD \ Space Rogue \ Current \
This folder contains files in the .xml format – you need to open a file with any text editor called Profile.xml
This file contains everything given for the current game – Money, resources, and as I understand it – the life of a ship.
We edit these lines to any numbers:
param name = “Money” value = “number” – (let’s say the starting one was “300” – we change it to 9999) – money
param name = “ResourceA” value = “number” – (let’s say the starting one was “5” – right to 9999) – resources
param name = “ShipHullCurrent” value = “number” (let’s say the number – 180 – let’s change to 9999) – how many lives at the moment
param name = “ShipHullMax” value = “number” (let’s say the number – 210 – let’s change to 9999) – how much is the maximum amount of life
We load into the game – and all data should change..
P.s the last two parameters can be buggy when pumping the ship.