我求一个按键精灵脚本 按下1234567(不是小键盘的数字键哦)每按一个键间隔时间为2秒 谢谢了
4个回答
展开全部
正在写脚本的时候来查点资料,看到你的问题,就写了一个叫本,
这个可以自定义按数字的顺序 (我是笔记本,压根就没有小键盘)
可以自己定义 时间间隔
自己做成按键精灵,应该可以满足你吧.
Delay 100
//用户定义
UserVar GJ1=DropList{"1":"1"|"2":"2"|"3":"3"|"4":"4"|"5":"5"|"6":"6"|"7":"7"|"8":"8"|"9":"9"} "攻击技能1"
UserVar GJ2=DropList{"1":"1"|"2":"2"|"3":"3"|"4":"4"|"5":"5"|"6":"6"|"7":"7"|"8":"8"|"9":"9"} "攻击技能2"
UserVar GJ3=DropList{"1":"1"|"2":"2"|"3":"3"|"4":"4"|"5":"5"|"6":"6"|"7":"7"|"8":"8"|"9":"9"} "攻击技能3"
UserVar GJ4=DropList{"1":"1"|"2":"2"|"3":"3"|"4":"4"|"5":"5"|"6":"6"|"7":"7"|"8":"8"|"9":"9"} "攻击技能4"
UserVar GJ5=DropList{"1":"1"|"2":"2"|"3":"3"|"4":"4"|"5":"5"|"6":"6"|"7":"7"|"8":"8"|"9":"9"} "攻击技能5"
UserVar GJ6=DropList{"1":"1"|"2":"2"|"3":"3"|"4":"4"|"5":"5"|"6":"6"|"7":"7"|"8":"8"|"9":"9"} "攻击技能6"
UserVar GJ7=DropList{"1":"1"|"2":"2"|"3":"3"|"4":"4"|"5":"5"|"6":"6"|"7":"7"|"8":"8"|"9":"9"} "攻击技能7"
UserVar GJ8=DropList{"1":"1"|"2":"2"|"3":"3"|"4":"4"|"5":"5"|"6":"6"|"7":"7"|"8":"8"|"9":"9"} "攻击技能8"
UserVar GJ9=DropList{"1":"1"|"2":"2"|"3":"3"|"4":"4"|"5":"5"|"6":"6"|"7":"7"|"8":"8"|"9":"9"} "攻击技能9"
UserVar Var1=2000 "时间间隔(1000毫秒=1秒)"
//按键脚本代码
While 1=1
KeyPress GJ1, 1
Delay Var1
KeyPress GJ2, 1
Delay Var1
KeyPress GJ3, 1
Delay Var1
KeyPress GJ4, 1
Delay Var1
KeyPress GJ5, 1
Delay Var1
KeyPress GJ6, 1
Delay Var1
KeyPress GJ7, 1
Delay Var1
KeyPress GJ8, 1
Delay Var1
KeyPress GJ9, 1
Delay Var1
Wend
这个可以自定义按数字的顺序 (我是笔记本,压根就没有小键盘)
可以自己定义 时间间隔
自己做成按键精灵,应该可以满足你吧.
Delay 100
//用户定义
UserVar GJ1=DropList{"1":"1"|"2":"2"|"3":"3"|"4":"4"|"5":"5"|"6":"6"|"7":"7"|"8":"8"|"9":"9"} "攻击技能1"
UserVar GJ2=DropList{"1":"1"|"2":"2"|"3":"3"|"4":"4"|"5":"5"|"6":"6"|"7":"7"|"8":"8"|"9":"9"} "攻击技能2"
UserVar GJ3=DropList{"1":"1"|"2":"2"|"3":"3"|"4":"4"|"5":"5"|"6":"6"|"7":"7"|"8":"8"|"9":"9"} "攻击技能3"
UserVar GJ4=DropList{"1":"1"|"2":"2"|"3":"3"|"4":"4"|"5":"5"|"6":"6"|"7":"7"|"8":"8"|"9":"9"} "攻击技能4"
UserVar GJ5=DropList{"1":"1"|"2":"2"|"3":"3"|"4":"4"|"5":"5"|"6":"6"|"7":"7"|"8":"8"|"9":"9"} "攻击技能5"
UserVar GJ6=DropList{"1":"1"|"2":"2"|"3":"3"|"4":"4"|"5":"5"|"6":"6"|"7":"7"|"8":"8"|"9":"9"} "攻击技能6"
UserVar GJ7=DropList{"1":"1"|"2":"2"|"3":"3"|"4":"4"|"5":"5"|"6":"6"|"7":"7"|"8":"8"|"9":"9"} "攻击技能7"
UserVar GJ8=DropList{"1":"1"|"2":"2"|"3":"3"|"4":"4"|"5":"5"|"6":"6"|"7":"7"|"8":"8"|"9":"9"} "攻击技能8"
UserVar GJ9=DropList{"1":"1"|"2":"2"|"3":"3"|"4":"4"|"5":"5"|"6":"6"|"7":"7"|"8":"8"|"9":"9"} "攻击技能9"
UserVar Var1=2000 "时间间隔(1000毫秒=1秒)"
//按键脚本代码
While 1=1
KeyPress GJ1, 1
Delay Var1
KeyPress GJ2, 1
Delay Var1
KeyPress GJ3, 1
Delay Var1
KeyPress GJ4, 1
Delay Var1
KeyPress GJ5, 1
Delay Var1
KeyPress GJ6, 1
Delay Var1
KeyPress GJ7, 1
Delay Var1
KeyPress GJ8, 1
Delay Var1
KeyPress GJ9, 1
Delay Var1
Wend
展开全部
楼上正解,但方法总有很多种~我写个另类的~也能达到同样效果~
---------------
For x = 49 to 55
KeyPress x, 1
Delay 2000
Next
-----------------
以上~就这样
---------------
For x = 49 to 55
KeyPress x, 1
Delay 2000
Next
-----------------
以上~就这样
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
按键不分大小键盘。写什么,都是假的。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询