RPGM Completed Paizuri Slave Training Program [v1.05] [Aeba no Mori]

4.30 star(s) 38 Votes

Hmeh

New Member
Feb 27, 2019
10
3
You mean this game.exe in the game folder then? That came out clean when I scanned it, just to check I did another scan on virustotal and no alerts showed up there. On Community comments on VT page there were few by FileScan that claim it's a malicious file but that's about it.
 

opopi123

Member
Aug 1, 2022
210
218
You mean this game.exe in the game folder then? That came out clean when I scanned it, just to check I did another scan on virustotal and no alerts showed up there. On Community comments on VT page there were few by FileScan that claim it's a malicious file but that's about it.
Pretty sure the scan you are getting is the generic malware type for all rpgm games. Someone was saying that it was fishy that their game.exe runs through a bat file hence why people are saying that the game.exe you see in the first folder is a virus but there is no confirmation as of yet that it actually is. But it doesn't hurt to just delete it because it is actually isn't needed to run the game. You can run it from the second game.exe in the next folder instead. I looked into the bat file and there is a block of code that is in it that is encrypted but doesn't actually run since it's in a commented out section. Someone was on about how that it is fishy as fuck but that it's.
 

PornIsBadMmkay

New Member
Oct 2, 2024
2
1
I usually take "this is malware" type messages with a grain of salt, but this program seems really weird.

The main .exe file (helpfully titled "game.exe") houses 8 separate processes when it runs. While it's not unusual for these sort of nested processes to appear with software, it does seem strange for a game this simple. Let's face it, there's not a whole lot going on beneath the surface with Paizuri Slave Training Program - there just is not lol. So why on earth does it need to have this much going on when it runs?
 
  • Like
Reactions: BadIdea102

opopi123

Member
Aug 1, 2022
210
218
I usually take "this is malware" type messages with a grain of salt, but this program seems really weird.

The main .exe file (helpfully titled "game.exe") houses 8 separate processes when it runs. While it's not unusual for these sort of nested processes to appear with software, it does seem strange for a game this simple. Let's face it, there's not a whole lot going on beneath the surface with Paizuri Slave Training Program - there just is not lol. So why on earth does it need to have this much going on when it runs?
Does that change when you run the exe further in? vs first exe you see?
 

PornIsBadMmkay

New Member
Oct 2, 2024
2
1
paizuri.PNG

OK I misremembered some small details. While the .exe in the game directory is called "game.exe" it instead opens up a process called "nwjs". Also, there are only 7, not 8 processes.

This is a snapshot of my task manager immediately after opening the game, so all of these subprocesses are here from the beginning.

Like I said, sometimes this is normal, and maybe this is just an example of that happening here.

I made this discovery when I was trying to use Cheat Engine to speed things up. I thought there was only one program to attach and scan, but as it turns out, there are multiple.

I attached to all of these processes individually, first using the speedhack option because it felt like the simplest and easiest approach to making the resources gather faster, since all you have to do is wait. At least one of these subprocesses seems legit, since when I speedhacked it, it sped up the animation of poor paizuri girl, so she started panting cartoonishly fast lol.
 
Last edited:

Random1643528

Newbie
Mar 21, 2020
20
5
ah okay so I think what you are missing is you need go into a session with max semen which is 101.1 ml . Use the med that makes your overall cap higher to get it.
Hi sorry, how do you get to 101.1? For some reason my game thinks 101.0 is the max. Attached save just in case you want to take a look at it.
 

leequangson

Member
Oct 27, 2018
260
206
To recover semen fast
go to js/plugins/Game_Paizuri.js
find this line: const BASE_EJACULATE = 202;
edit the number to 10000 or something
 
  • Like
Reactions: Yukariin

flkasldkl

New Member
Jan 14, 2025
3
5
PSTP was a really good game. How many people are going to play "Paizuri Slave Training Program" and say "wow there sure wasn't enough paizuri in this game" ?

However, there were some quality of life issues that bothered the crap out of me. I hated the 'game' portion of this game - there was no need to turn this into a slogging grindfest with all the carpal-inducing clicking and waiting on stupid timers, so I have some tips to fix that which include: keep auto going even after skipping, increasing resource storage/gain rate.

================

1) KEEP AUTO EVEN AFTER SKIPPING

Go to [base game directory]/js/plugins/

This is where all the game code is. Thankfully it's fully intact and even has the Japanese comments still there if you are interested in reading those sorts of things.

By default, the game cancels auto whenever you press the skip button (CTRL). Stupid, how the fuck are you supposed to fap when it keeps doing that.

Open MessageSkip.js. Go to line 551 and comment out the if statement: if (this._skipFlg) this._autoFlg = false;

(image)
paizuriAUTO.PNG

2a) INCREASE COMPOUND GAIN RATE and MAX COMPOUND STORAGE (step 1 of 2)

Open Game_Train.js. Near the top of the file, change maxValues from 50, 30, 20 to 1000, 1000, 1000 (or whatever high number you want to set the max storage to).

A few lines under that, change efficiencyValues from 5, 20, 60 to 1, 1, 1.

(image)
paizuriINIT-RATES.PNG

These fun new values will be overwritten if you research the greater storage and greater efficiency recipes, hence why there is a second step in 2b.

2b) INCREASE COMPOUND GAIN RATE and MAX COMPOUND STORAGE (step 2 of 2)

Go to [base game directory]/data/

Open ResearchMeta.json.

On the last 6 lines, change the values to 1, 1, 1 and 1000, 1000, 1000 (or whatever you want your max storage to be after researching those upgraded recipes).

It will look like: (image)
paizuriJSON.PNG
 

opopi123

Member
Aug 1, 2022
210
218
PSTP was a really good game. How many people are going to play "Paizuri Slave Training Program" and say "wow there sure wasn't enough paizuri in this game" ?

However, there were some quality of life issues that bothered the crap out of me. I hated the 'game' portion of this game - there was no need to turn this into a slogging grindfest with all the carpal-inducing clicking and waiting on stupid timers, so I have some tips to fix that which include: keep auto going even after skipping, increasing resource storage/gain rate.

================

1) KEEP AUTO EVEN AFTER SKIPPING

Go to [base game directory]/js/plugins/

This is where all the game code is. Thankfully it's fully intact and even has the Japanese comments still there if you are interested in reading those sorts of things.

By default, the game cancels auto whenever you press the skip button (CTRL). Stupid, how the fuck are you supposed to fap when it keeps doing that.

Open MessageSkip.js. Go to line 551 and comment out the if statement: if (this._skipFlg) this._autoFlg = false;

(image)
View attachment 4443039

2a) INCREASE COMPOUND GAIN RATE and MAX COMPOUND STORAGE (step 1 of 2)

Open Game_Train.js. Near the top of the file, change maxValues from 50, 30, 20 to 1000, 1000, 1000 (or whatever high number you want to set the max storage to).

A few lines under that, change efficiencyValues from 5, 20, 60 to 1, 1, 1.

(image)
View attachment 4443048

These fun new values will be overwritten if you research the greater storage and greater efficiency recipes, hence why there is a second step in 2b.

2b) INCREASE COMPOUND GAIN RATE and MAX COMPOUND STORAGE (step 2 of 2)

Go to [base game directory]/data/

Open ResearchMeta.json.

On the last 6 lines, change the values to 1, 1, 1 and 1000, 1000, 1000 (or whatever you want your max storage to be after researching those upgraded recipes).

It will look like: (image)
View attachment 4443072
that cool. I just ran an autoclicker. Basically makes game ez.
 
4.30 star(s) 38 Votes