[General]
Description=我的脚本
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]
Delay 100
KeyPress 88,1
Delay 1000
KeyPress 55,1
Delay 780000
KeyPress 49,1
Plugin ck=Window.MousePoint()
Rem a
For 60*13
For 10
Plugin Window.SendKeyPress(ck,88)
Delay 100
EndFor
Plugin Window.SendKeyPress(ck,103)
Delay 100
EndFor
Plugin Window.SendKeyPress(ck,97)
Delay 100
Goto a
//适用于按键7。时间如果不对,你可以试一下下面的脚本
Plugin ck=Window.MousePoint()
Rem a
For 60*12
For 10
Plugin Window.SendKeyPress(ck,88)
Delay 28
EndFor
Plugin Window.SendKeyPress(ck,103)
Delay 1
EndFor
Delay 500
Plugin Window.SendKeyPress(ck,97)
Goto a
你要的脚本,按键8的:
for 780
for 10
keypress "x",1
delay 100
next
keypress "7",1
delay 100
next
keypress "1",1
delay 500 //按"1"后等待0.5秒再按x
next