xuzhouchuanxp 发表于 2021-10-18 18:15:08

区域找色

;我是小白,仅供大家参考。
#include <MsgBoxConstants.au3>
While 1
        Sleep(500)
        Local $iColor1 = PixelSearch(911, 843 ,1030, 856, 0x07C160)
        If Not @error Then
                ;MouseMove($iColor1, $iColor1, 0)
      Sleep(500)               
                MouseClick("left", $iColor1, $iColor1, 1)
    MsgBox (0, "","ok")               
        ExitLoop(1)       
endif
WEnd
页: [1]
查看完整版本: 区域找色