按键精灵 怎么设置 一键出招 脚本

2025-03-13 10:56:59
推荐回答(1个)
回答1:

理论上是这样写

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

但是实际运行是不能发招的

如果没猜错是拳皇的吗 应该放不出来 反正代码是告诉你格式