我做了个按键精灵 暂停脚本 但是在游戏中启动后没反应

2025-03-14 08:02:49
推荐回答(1个)
回答1:

简单的前台脚本,前台要鼠标激活记事本

do
key = WaitKey()
If Key = 112 Then
KeyPress "Enter", 1
SayString "@move 65 38"
KeyPress "Enter", 1
End If
If Key = 32 Then
KeyPress "Enter", 1
SayString "@move 110 48"
KeyPress "Enter", 1
End If
loop