If anyone's looking to cheat on the JS version, you can use console commands to modify stats. This is tested on Vivaldi, but may work with all Chromium browsers.
WARNING: If you input something incorrectly or try a value the game doesn't like, it'll end in an error and you'll have to re-load, so until you're used to it, save before doing anything.
Load your game and press F12 to bring up the console, then you can input the following commands (case sensitive, * indicates a numerical value):
pc.lustRaw = * |Set current lust value
pc.HPMod = * |Set Max HP (added to the base value)
pc.HPRaw = * |Set current HP (must be less than or equal to HPMod + base value)
pc.energyMod = * |Set max energy (added to the base value)
pc.energyRaw = * |Set current energy (must be less than or equal to energyMod + base value)
pc.(stat name)Raw = * |Set the value of the named stat (physique, reflexes, aim, intelligence, willpower)
pc.unspentStatPoints = * |Set the amount of available stat points to spend on the level up screen
pc.credits = * |Set the number of credits you have
this.hours = * |Set the hour of the d
this.minutes = * |Set the minutes of the day
this.days = * |Set number of in-game days passed
This is just some I use frequently, but you can edit pretty much everything about your character (and other characters). It's important to note the difference between the Mod and Raw values. Usually you'll have to do something to update the game, the simplest being moving a space. Again, they're pretty simple but can mess up your game.
Hope this helps until there's a more user friendly solution.