I had too much time on my hands.

For general House Party discussion, gameplay questions, and feedback. Also where to ask questions about how to avoid Frank of the House "Fister", First of His Name.
Forum rules
Please follow all Eek! Forum rules.
Post Reply
Morden
Posts: 1
Joined: Sun Aug 27, 2023 7:39 am

I had too much time on my hands.

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 470 times
Post Reply