Once you load the save file on the save editor website, it will tell you if the game is protected. Since this is the case, here are the step to proceed
The warning will say :
Your
RenPy version have some save protection, to disable find this file
\renpy\savetoken.py and replace if token_dir is None: by if True:
I use notepad++ free download just google it
once you have notepad downloaded you want to go in the file
\renpy\savetoken.py ( through where you stored the game and not notepad yet)
once your in the file where you stored the game, you'll look for the renpy folder
once inside the renpy folder you will look for a file called savetoken.py
backup the savetoken.py just in case by copy past to safe folder , name that folder backup or something you can remember . i just store it outside of the game
now that you see the savetoken.py file you right click and open it up with notepad++
then all you do is look for the seach selection in the upper left of notpad++
click find
then a window willl pop up
in the new pop up click the replace button so it now shows two lines "find what" and "replace with"
in the "find what" type if token_dir is None:
in the replace type if True:
click the button that says replace all
Save the new file in notepad and close notepad
then now you open the original save file with editor and edit the numbers you want to increase like money
when done scroll down to the bottom of the editor page and click save file
copy or cut that new file where your downloads are and drag to the edited save file into the save file folder of the game. click replace.
even when you removed the security, it will still say the file is protected on the editor webpage
There can be a couple other issues that arise like the money you increased has a -negative in front of you money in the game .
if you get a neagative amount of $ you open that save file in
You must be registered to see the links
find the negative amount of money with the search bar
remove the - symobol and save the file and replace into your game save folder again
Hopefully this helps