Let>APP_TITLE=Mouse Press
Let>INPUT_BROWSE=0

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

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

Label>vWaitKey
WaitKeyDown>VK4
GoSub>Clicky
GoTo>vWaitKey

Label>Exit

SRT>Clicky
  Let>vNum=0
  While>vNum<>%vKeyPress%
    Let>vNum=vNum+1
    LClick
  EndWhile
END>Clicky