Rem xh
For 60
KeyPress 49,1
Delay 1000
//========每秒按一吃1键循环60次也就是一分钟
EndFor
KeyPress 51,1
Delay 50
KeyPress 52,1
//=====按3和4键
Goto xh
//=========跳到标记
按键精灵版本7.31
Gosub 1
KeyPress 51,1
KeyPress 52,1
EndScript
Sub 1
For 60
KeyPress 49,1
Delay 1000
EndFor
Return