求大神帮我做这个按键精灵脚本,谢谢

2025-05-11 13:34:21
推荐回答(2个)
回答1:

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啦

回答2:

自动启动吗