Page 1 of 1

I had too much time on my hands.

Posted: Sun Aug 27, 2023 8:58 am
by Morden
Like the thread title says I had too much time on my hands so I made an AutoHotkey script.

Code: Select all

SetKeyDelay 0, 70

masturbate := false

*3::
{
	global masturbate
	if (masturbate := !masturbate)
	{
		Send "p"
		Sleep 1000
		Send "1"
	}
	else
	{
		Send "1"
		Sleep 1000
		Send "p"
	}
}
Notes:
Only works when playing as male main character
Main character must be wearing either pants or boxers
Press the 3 key, the main character will then pull out their penis and automatically start masturbating
Press the 3 key again to stop the main character masturbating, they will then automatically put away their penis
If the main character cums while masturbating press the p key to have them put away their penis

Tested with AutoHotkey 2.0.5, House Party 1.2.2.1 using the default keybindings.

ahk file:
hpmast.zip
(283 Bytes) Downloaded 545 times