想要按键精灵,自动按技能F1-F8 (后面有设置几秒自己放) 加1-8 数字键
一定要按键精灵脚本~~~~或者是脚本做成小精灵的也可以声明不要简单游~~~~~谢谢,我主要还是学习用。。。不是游戏用谢谢当然。也可以F1-F8做四个键(前提是可以改)数字...
一定要按键精灵脚本~~~~或者是脚本做成小精灵的也可以
声明不要简单游~~~~~谢谢,我主要还是学习用。。。不是游戏用谢谢
当然。也可以F1-F8做四个键(前提是可以改)数字键也4个
下面那个算了。我看了下你的~~~我估计是没说明白~~~
F1-F8 各自有秒数~~~多可以自己设置~~~比如我F1要敏1秒一次 F2 4秒 F3 8秒等,不定的。多可以自己设置 的~~~~~~ 展开
声明不要简单游~~~~~谢谢,我主要还是学习用。。。不是游戏用谢谢
当然。也可以F1-F8做四个键(前提是可以改)数字键也4个
下面那个算了。我看了下你的~~~我估计是没说明白~~~
F1-F8 各自有秒数~~~多可以自己设置~~~比如我F1要敏1秒一次 F2 4秒 F3 8秒等,不定的。多可以自己设置 的~~~~~~ 展开
若以下回答无法解决问题,邀请你更新回答
1个回答
展开全部
UserVar Var1=1000 "F1延迟时间默认为1秒"
UserVar Var2=1000 "F2延迟时间默认为1秒"
UserVar Var3=1000 "F3延迟时间默认为1秒"
UserVar Var4=1000 "F4延迟时间默认为1秒"
UserVar Var5=1000 "F5延迟时间默认为1秒"
UserVar Var6=1000 "F6延迟时间默认为1秒"
UserVar Var7=1000 "F7延迟时间默认为1秒"
UserVar Var8=1000 "F8延迟时间默认为1秒"
rem start
KeyPress "F1", 1
Delay Var1
KeyPress "F2", 1
Delay Var2
KeyPress "F3", 1
Delay Var3
KeyPress "F4", 1
Delay Var4
KeyPress "F5", 1
Delay Var5
KeyPress "F6", 1
Delay Var6
KeyPress "F7", 1
Delay Var7
KeyPress "F8", 1
Delay Var8
goto start
这样能实现 F1-F8循环不停的按,每个技能间隔可以分别设置(可以设置)
UserVar Var2=1000 "F2延迟时间默认为1秒"
UserVar Var3=1000 "F3延迟时间默认为1秒"
UserVar Var4=1000 "F4延迟时间默认为1秒"
UserVar Var5=1000 "F5延迟时间默认为1秒"
UserVar Var6=1000 "F6延迟时间默认为1秒"
UserVar Var7=1000 "F7延迟时间默认为1秒"
UserVar Var8=1000 "F8延迟时间默认为1秒"
rem start
KeyPress "F1", 1
Delay Var1
KeyPress "F2", 1
Delay Var2
KeyPress "F3", 1
Delay Var3
KeyPress "F4", 1
Delay Var4
KeyPress "F5", 1
Delay Var5
KeyPress "F6", 1
Delay Var6
KeyPress "F7", 1
Delay Var7
KeyPress "F8", 1
Delay Var8
goto start
这样能实现 F1-F8循环不停的按,每个技能间隔可以分别设置(可以设置)
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询