i have a script that can help you, but you arent putting any effort into it.
as you can see, thisis an ask for help, not an ask for script. if you will look int the manual that comes along with the program, it explains quite easily in the "hotkeys section"
i am going to show you another version of this script as well.
Code:
ins::suspend
lbutton::settimer,click,30; when you press the left mouse button, you start a timer to click
lbutton up::settimer,click,off; when you release the left mouse button, you will turn off the clicking timer
click:
click; as this is the end of the code, return is not needed here
and btw, post code in code tags