Mouse Clicker

A Snippet from: CyberCitizen

Let>APP_TITLE=Mouse Press
Let>INPUT_BROWSE=0

Input>wait,Please Enter The Amount Of Time You Want To Wait%CRLF%Before The Next Key Press (In Seconds) Example: 3 or 3.5
If>%wait%=,Exit

Input>keypress,Please Enter The Amount Of Times You Want The Mouse%CRLF%To Left Click Once You Press The Mouse Middle Button
If>%keypress%=,Exit

Label>WaitKey
WaitKeyDown>VK4
Let>num=0

Label>Press
LClick
Let>num=num+1
Wait>%wait%
If>%num%=%keypress%
Goto>WaitKey
Else
Goto>Press

Label>Exit

Select the code above to paste into your macro. Or: View Raw Text

Link: http://www.mjtnet.com/snip.htm?g=53a21bc192a34

Forum Embed Code - click to select all then copy (CTRL-C):

When pasting into the forum do NOT modify the script code or it will not match what is in the database - create a new snippet instead!