Create Drunken Mouse Prank Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
RacerRex9727

Create Drunken Mouse Prank  Topic is solved

21 Sep 2018, 09:20

So I have this script called "annoying mouse" that will click a location on the screen randomly at intervals. I would like to make a "Drunk Mouse" counterpart that makes the mouse speed up and slow down at times, and veers left or right like a drunk person.

How can I implement this?

Code: Select all


InputBox, UserInput, Prank Timer, Please input time in minutes to sleep, CTRL-P will kill the script...

AdjTime := UserInput * 1000 * 60

sleep %AdjTime%


loop
{
sleep, 10000
loop, 20
{

sleep, 1000
mouseclick, left, 100, 233

}

}

^p::
{
exitapp
}

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: doodles333, Frogrammer, Google [Bot] and 262 guests