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