指令如下,不知道怎么删除中建的SS,因为想转视角,按中建现在没任何反应
send r
send t
}
Return
XButton1 UP::
SetTimer, pressN, Off
Return
;抓取颜色函数,在上面脚本中调用。
GetColor(x,y)
{
PixelGetColor, color, x, y, RGB
StringRight color,color,10 ;
return color
}
MButton::
SetTimer, pressN, Off
SetTimer, press1, 1
press1:
Send ssss
Return
MButton up::
SetTimer, press1, Off
Return
#MaxHotkeysPerInterval 1000
!z::
click
send f
sleep 10
Return
send r
send t
}
Return
XButton1 UP::
SetTimer, pressN, Off
Return
;抓取颜色函数,在上面脚本中调用。
GetColor(x,y)
{
PixelGetColor, color, x, y, RGB
StringRight color,color,10 ;
return color
}
MButton::
SetTimer, pressN, Off
SetTimer, press1, 1
press1:
Send ssss
Return
MButton up::
SetTimer, press1, Off
Return
#MaxHotkeysPerInterval 1000
!z::
click
send f
sleep 10
Return










