[General]
Description=ͨʺv1
BeginHotkey=121
BeginHotkeyMod=0
PauseHotkey=0
PauseHotkeyMod=0
StopHotkey=123
StopHotkeyMod=0
RunOnce=1
EnableWindow=
Enable=0
[Repeat]
Type=0
Number=1
[CallBack]
OnSetup=
[Comment]
Content====ͨýű===.
˵.
ĽűȫԶʺŸʱ,Ǹλɾʺ,ɼ밴F11Ϳ԰,ʺŸ벻ᱻ֪.
.
ʹ˵.
ע:˽űҪһֱ,˳Ϸʱٹص;.
ǰǹʺſ;س;.
122ΪF11(ֻҪĽű밴F11Ϳ).
! :F1~F12Ϊ112~123;a~zΪ65~90;.
(ע:,Ҫɸűгͻļ).
.
߽ܡ.
һֻ(OneFish).
.
ڡ.
2004.12.21

[Script]
Rem ǰǹʺſ
VBSCall GG=InputBox("ʺ!!!                                                ʱֱӰ OK  Cancel ˳!!!")
If StrComp("",GG)=0
    Goto end
EndIf 
VBSCall MM=InputBox("!!!                                                ʱֱӰ OK  Cancel ˳!!!")
If StrComp("",MM)=0
    Goto end
EndIf 
VBSCall KEY=InputBox("! :F1~F12Ϊ112~123;a~zΪ65~90;        ʱֱӰ OK  Cancel ˳!!!")
If StrComp("",KEY)=0
    Goto end
EndIf 
Rem ת
VBS KEY=CInt(KEY)
Rem ID
Delay 100
WaitKey K
Rem 122ΪF11(ֻҪĽű밴F11Ϳ)
If K=KEY
    Rem GGΪʺ
    SayExpression GG
    Delay 500
    KeyPress 9 1
    Delay 200
    Rem MMΪ
    SayExpression MM
    Delay 500
    KeyPress 13 1
EndIf 
Goto ID
Rem end
EndScript 
