求一个按键精灵的按空格键脚本。我自己编的已经能用的代码 就是在这个的基础上在加个每30秒按10次空格循环
我自己编的已经能用的代码SetSimMode2MessageBox"移动鼠标到游戏窗口再按回车"Hwnd=Plugin.Window.MousePoint()CallPl...
我自己编的已经能用的代码
SetSimMode 2
MessageBox "移动鼠标到游戏窗口再按回车"
Hwnd = Plugin.Window.MousePoint()
Call Plugin.Window.Active(Hwnd)
Rem go
For 16
KeyDown "2", 1
Delay 100
KeyUp "2", 1
Delay 100
Next
KeyPress "Tab", 1
Goto go
我在线等或加QQ 443439809 谢谢了。分不多了 呵呵 展开
SetSimMode 2
MessageBox "移动鼠标到游戏窗口再按回车"
Hwnd = Plugin.Window.MousePoint()
Call Plugin.Window.Active(Hwnd)
Rem go
For 16
KeyDown "2", 1
Delay 100
KeyUp "2", 1
Delay 100
Next
KeyPress "Tab", 1
Goto go
我在线等或加QQ 443439809 谢谢了。分不多了 呵呵 展开
4个回答
展开全部
晕,keydown keyup,,,,直接keypress不是更方便,反正是点 2
然后你的2啊,TAB啊,间隔是100毫秒,循环一次200毫秒,30000毫秒按10次空格,空格的间隔呢,200毫秒?10次就是2秒,28000毫秒2 TAB循环14O次,其他的一样rem 开始改,
ren go
for 140
For 16
KeyDown "2", 1
Delay 100
KeyUp "2", 1
Delay 100
Next
KeyPress "Tab", 1
endfor
for 10
delay 100
//上面延迟100毫秒,空格要200毫秒一次,差100毫秒,补上
keypress "空格" ,1
delay 100
endfor
goto go
//这个脚本应该不支持后台运行的吧,前台的。
//call plugin.bkgnd.keypress 这个语句应该是后台的。
然后你的2啊,TAB啊,间隔是100毫秒,循环一次200毫秒,30000毫秒按10次空格,空格的间隔呢,200毫秒?10次就是2秒,28000毫秒2 TAB循环14O次,其他的一样rem 开始改,
ren go
for 140
For 16
KeyDown "2", 1
Delay 100
KeyUp "2", 1
Delay 100
Next
KeyPress "Tab", 1
endfor
for 10
delay 100
//上面延迟100毫秒,空格要200毫秒一次,差100毫秒,补上
keypress "空格" ,1
delay 100
endfor
goto go
//这个脚本应该不支持后台运行的吧,前台的。
//call plugin.bkgnd.keypress 这个语句应该是后台的。
展开全部
不知道这个是不是你要的效果
SetSimMode 2
MessageBox "移动鼠标到游戏窗口再按回车"
Hwnd = Plugin.Window.MousePoint()
Call Plugin.Window.Active(Hwnd)
Delay 1000
Rem go
KeyPress "Space", 1
Delay 100
For 16
KeyDown "2", 1
Delay 87.5
KeyUp "2", 1
Delay 87.5
Next
KeyPress "Tab", 1
Delay 100
Goto go
SetSimMode 2
MessageBox "移动鼠标到游戏窗口再按回车"
Hwnd = Plugin.Window.MousePoint()
Call Plugin.Window.Active(Hwnd)
Delay 1000
Rem go
KeyPress "Space", 1
Delay 100
For 16
KeyDown "2", 1
Delay 87.5
KeyUp "2", 1
Delay 87.5
Next
KeyPress "Tab", 1
Delay 100
Goto go
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
Delay 30000
KeyPress "Space",10
第一句是延时30秒,第二句是按10次空格,放到你想放的循环里
KeyPress "Space",10
第一句是延时30秒,第二句是按10次空格,放到你想放的循环里
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
For 20
Delay 30000
KeyPress "Space", 10
Next
循环20次,每过30秒,按10次空格
Delay 30000
KeyPress "Space", 10
Next
循环20次,每过30秒,按10次空格
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询