
按键精灵怎么写,按2键的同时按3然后就不停的按3就这样循环? 20
1个回答
展开全部
SetSimMode 1
Dim tim1,tim2,tim3
tim1=now,tim2=now,tim3=now
Rem 始
KeyPress "1", 1
Delay 100
KeyPress "2", 1
Delay 100
KeyPress "3", 1
Delay 100
KeyDown "4", 1
Delay 100
If DateDiff("s",tim3,now) >= 1 Then
tim3=now
KeyPress "8", 1
Delay 100
End if
If DateDiff("s",tim2,now) >= 10 Then
tim2=now
KeyPress "6", 1
Delay 100
End if
If DateDiff("s",tim1,now) >= 600 Then
tim1=now
KeyPress "5", 1
Delay 100
End if
goto 始
Dim tim1,tim2,tim3
tim1=now,tim2=now,tim3=now
Rem 始
KeyPress "1", 1
Delay 100
KeyPress "2", 1
Delay 100
KeyPress "3", 1
Delay 100
KeyDown "4", 1
Delay 100
If DateDiff("s",tim3,now) >= 1 Then
tim3=now
KeyPress "8", 1
Delay 100
End if
If DateDiff("s",tim2,now) >= 10 Then
tim2=now
KeyPress "6", 1
Delay 100
End if
If DateDiff("s",tim1,now) >= 600 Then
tim1=now
KeyPress "5", 1
Delay 100
End if
goto 始
追问
我按住2键时,同时3键也会同时按下,然后我的手指不松开一直按着2,但会一直重复按3,松开后停止!就这样重复的!对不起我刚才没说明白能再帮忙写下么!大哥!
我按住2键时,同时3键也会同时按下,然后我的手指不松开一直按着2,但会一直重复按3,松开后停止!就这样重复的!对不起我刚才没说明白能再帮忙写下么!大哥!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询