BeginThread a : BeginThread b
While 1
Wend
While 2
Wend
Sub a
While 1
KeyPress "E", 1
Delay 1000
Wend
End Sub
Sub b
While 2
KeyPress "F1", 1
Delay 30000
Wend
End Sub
BeginThread 按键F
Do
KeyPress "E", 1
Delay 1000
Loop
Sub 按键F
do
KeyPress "F", 1
Delay 30000
loop
End Sub
参考 34、要做的事情总找得出时间和机会;不要做的事情总找的出藉口。
do while 1
delay 1000
keypress 69
delay 29000
keypress 112
loop