按键精灵9这个前台脚本怎么改成后台的?

IfColor 1170,236,"6A6A6A",0 ThenKeyPress "1", 1ElseEnd If
2024年11月20日 11:46
有1个网友回答
网友(1):

Hwnd = Plugin.Window.MousePoint()
GetColor = Plugin.Bkgnd.GetPixelColor(Hwnd, 1170, 236)
If GetColor = "6A6A6A" Then
KeyPress "1", 1
End If

如果脚本错误了,是坐标的问题。