Do
sDate = Plugin.Sys.GetDateTime()
TracePrint sdate
时间 = split(sdate, ":")
TracePrint 时间(1)
小时 = split(时间(0), " ")
TracePrint 小时(1)
If 时间(1) = 10 and 小时(1) = 12 Then
MoveTo 632, 722
Delay 200
LeftClick 1
Delay 200
Do
MoveTo 713, 512
Delay 200
LeftClick 1
Delay 200
MoveTo 645, 656
Delay 200
LeftClick 1
Delay 200
If 时间(2) = 11 Then
Plugin.Sys.ExitOS (1)
End If
Loop
End If
loop
基本就这样了,针对自己的情况调试一下就OK啦
自动启动吗