For people that want to do all of the listed cheat commands but don't want to type every one of them out. You can do the following:
1. Download the attachment and put it in the same folder as the .exe
2. Open debug console
3. Enter the following:
for a in open('cheats.txt').readlines():
<press enter>
exec(a)
<press enter twice>
All of the stats should now be updated. You can modify the cheats in the .txt to your liking and run the above commands again. This should work for any other renpy game, too.