BeginThread a Rem sata KeyPress "1", 1 Delay 300000 KeyPress "2", 1 Delay 300000 KeyPress "3", 1 Delay 300000 KeyPress "4", 1 Delay 300000 KeyPress "5", 1 Delay 300000 Goto sata Sub a Rem sata KeyPress "6", 1 Delay 3600000 Goto sata End Sub
我来帮你吧 i = 300 While true If i mod 300 = 0 Then KeyPress "1", 1 ElseIf i mod 300 = 0 Then KeyPress "2", 1 ElseIf i mod 300 = 0 Then KeyPress "3", 1 ElseIf i mod 300 = 0 Then KeyPress "4", 1 ElseIf i mod 300 = 0 Then KeyPress "5", 1 ElseIf i mod 3600= 0 Then KeyPress "6", 1 End If i = i + 1 Delay 1000 Wend
j = 1 While true i = 49 For 5 KeyPress i, 1 i = i + 1 j = j + 1 If j = 24 Then Delay 299900 KeyPress "6", 1 j = 1 Delay 100 Else Delay 300000 End If Next Wend 不会多线程的话可以用单线程