求大神帮我写个按键精灵脚本,我要连续按键1234567890,每隔3秒按一下,语句循环,要能后台运行,谢谢!

 我来答
匿名用户
2014-01-16
展开全部

 

 Hwnd = Plugin.Window.MousePoint()
Rem 开始
Call Plugin.Bkgnd.KeyPress(Hwnd, 49)
    Delay 3000
    Call Plugin.Bkgnd.KeyPress(Hwnd, 50)
    Delay 3000
    Call Plugin.Bkgnd.KeyPress(Hwnd, 51)
     Delay 3000
    Call Plugin.Bkgnd.KeyPress(Hwnd, 52)
    Delay 3000
    Call Plugin.Bkgnd.KeyPress(Hwnd, 53)    
    Delay 3000
    Call Plugin.Bkgnd.KeyPress(Hwnd, 54)
    Delay 3000
    Call Plugin.Bkgnd.KeyPress(Hwnd, 55)
    Delay 3000
    Call Plugin.Bkgnd.KeyPress(Hwnd, 56)  
    Delay 3000
    Call Plugin.Bkgnd.KeyPress(Hwnd, 57)  
     Delay 3000
     Call Plugin.Bkgnd.KeyPress(Hwnd, 48)
       Delay 3000
     Goto 开始
哲左
2014-01-16 · TA获得超过421个赞
知道小有建树答主
回答量:319
采纳率:0%
帮助的人:414万
展开全部

是每按一个键就停3秒还是每按完一次停3秒?

如果是后者的话,只保留最后一个Delay 3000,删掉其他Delay 3000即可

i=0   
Do While i=0    
    KeyPress "1", 1
    Delay 3000
    KeyPress "2", 1
    Delay 3000
    KeyPress "3", 1
    Delay 3000
    KeyPress "4", 1
    Delay 3000
    KeyPress "5", 1
    KeyPress "6", 1
    Delay 3000
    KeyPress "7", 1
    Delay 3000
    KeyPress "8", 1
    Delay 3000
    KeyPress "9", 1
    Delay 3000
    KeyPress "0", 1
    Delay 3000
Loop
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式