如何设置按键精灵每隔30秒按一下6号键

来源:百度知道 编辑:UC知道 时间:2024/05/03 08:12:39
如题,用了录制,还是不怎么会用,望高手解答,具体怎么设置,详细一点,或者直接帮我做个脚本也行,麻烦了
两个脚本貌似都不行,都是长按6的。一楼的,按键设置哪里设置啊?

直接复制进去,可以用了.简单容易,而且对其他脚本不影响.

vbs dim time1
time1=now

while 1

if datediff("s",time1,now)>=30
KeyPress 54,1
endif

endwhile

.................................
[General]
Description=30s.an6
BeginHotkey=121
BeginHotkeyMod=0
PauseHotkey=0
PauseHotkeyMod=0
StopHotkey=123
StopHotkeyMod=0
RunOnce=1
EnableWindow=
Enable=1
AutoRun=0
[Repeat]
Type=1
Number=1
[Relative]
SetupOCXFile=
[Comment]
Content=

[Script]
KeyPress 54,1
Delay 30000
KeyPress 54,1
Delay 30000
......................................
记得给分哦`~~~~

//开始
[General]
Description=30秒钟按一次6
BeginHotkey=121
BeginHotkeyMod=0
PauseHotkey=0
PauseHotkeyMod=0
StopHotkey=123
StopHotkeyMod=0
RunOnce=1
EnableWindow=
Enable=1
AutoRun=0
[Repeat]
Type=1
Number=1