Right near the very top of your script, try changing this line:
To this:
You will get much faster clicking that way.
Code:
Opt("MouseClickDelay", 10)
To this:
Code:
Opt("MouseClickDelay", 0)
You will get much faster clicking that way.