From notepad++ find the addons/plugins bar from the top menus download the .json viewer.
With that set up save a copy of your TiTS data to a file then open it with Notepad++.
Using the plugin/addon menu > json viewer > format json.
This will parse the text the save file is in into a more readable and formated code, you'll want to scroll all the way back up to the top of this then find the "status effects" section of the pc.
There in you'll see a Treated status effect it should look something like this:
{
"classInstance": "StorageClass",
"neverSerialize": false,
"version": 1,
"storageName": "Treated",
"value1": 3,
"value2": 3,
"value3": 2,
"value4": 5.8,
"hidden": true,
"iconName": "",
"tooltip": "",
"combatOnly": false,
"minutesLeft": 0,
"iconShade": "var(--textColor)"
},
This is the set of lines you'll need to delete each time you want to use the treament for perks, when removing these you have to delete from the parentheses to the comma and not leave a blank line.
After that you can either use the plugin menu to compress the json then save the file and attempt to open it in TiTS, if you did everything right it should open fine and you'll be able to pop another treatment, repeat the above until you've achieve whatever hypersexed monster you were aiming for. If something goes wrong I can try to help but it'll likely be a left over space or the formating got wonky.