按键精灵9.10按键循环脚本 急需要一个循环按键脚本 F3 120秒一次 F4 140秒一次 F5 1500秒一次 30
1个回答
展开全部
BeginThread key1
BeginThread key2
BeginThread key3
While 1
Wend
While 2
Wend
While 3
Wend
Function key1
While 1
KeyPress "F3", 1
Delay 120000//120秒
Wend
End Function
Function key2
While 2
KeyPress "F3", 1
Delay 140000//140秒
Wend
End Function
Function key3
While 3
KeyPress "F5", 1
Delay 1500000//1500秒
Wend
End Function
BeginThread key2
BeginThread key3
While 1
Wend
While 2
Wend
While 3
Wend
Function key1
While 1
KeyPress "F3", 1
Delay 120000//120秒
Wend
End Function
Function key2
While 2
KeyPress "F3", 1
Delay 140000//140秒
Wend
End Function
Function key3
While 3
KeyPress "F5", 1
Delay 1500000//1500秒
Wend
End Function
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询