理论上是这样写
Do
w = WaitKey()
If w=72 Then
KeyPress "D", 1
Delay 10
KeyPress "A", 1
Delay 10
KeyPress "S", 1
Delay 10
KeyPress "D", 1
Delay 10
KeyPress "A", 1
Delay 10
KeyPress "S", 1
Delay 10
KeyPress "I", 1
Delay 10
End If
Loop
但是实际运行是不能发招的
如果没猜错是拳皇的吗 应该放不出来 反正代码是告诉你格式