delay 5000 // 延迟5秒 startTime = now() // 记录开始时间
mouseClick x, y // 点击指定坐标 delay 10 // 极短延迟
while (now() - startTime < 20000) // 执行点击循环 endwhile