How to set the key wizard to click at a certain second every minute? .

Click the 23rd second of every minute according to the system time-this is not easy to do. It is best to look at the time by yourself. At the 59th second of a certain minute, press the script startup hotkey, and then the software starts to execute. The following code will automatically delay for 22 seconds, then click once (this click counts as 1 second), then automatically delay for 37 seconds, and then repeat the above operation, which is equivalent to "according to the system time.

do

23 years

Delay 1000

then

Left click 1

Delay 1000

36 years

Delay 1000

then

ring

For the above code, you need to open the key wizard software, create a new script, click the "source file" in the middle, then paste the above code in, and then click Save. Then click debug, and then press F 10 to execute. Note that at the 59th second of a minute, press F 10. In addition, before pressing, add up where the mouse is.