#Include <WinAPI.au3>
$hwnd=WinGetHandle("标题")
WinMove("标题","文本",0,0)
WinSetState("标题",@SW_MINIMIZE)
While 1
;加血
If PixelGetColor ( 114,61,$hwnd)=0x0011ff Then
Gosub()
Else
$cv=_WinAPI_PostMessage($hwnd, 0x0100,119,0)
EndIf
;加蓝
If PixelGetColor ( 114,68,$hwnd)=0xcc0000 Then
Gosub()
Else
$cv=_WinAPI_PostMessage($hwnd, 0x0100,120,0)
EndIf
;加宠
If PixelGetColor ( 120,100,$hwnd)=0x0011ff Then
Gosub()
Else
$cv=_WinAPI_PostMessage($hwnd, 0x0100,118,0)
EndIf
WEnd
Func Gosub()
$cv=_WinAPI_PostMessage($hwnd, 0x0100,122,0)
Sleep(50)
$cv=_WinAPI_PostMessage($hwnd, 0x0100,112,0)
$cv=_WinAPI_PostMessage($hwnd, 0x0100,113,0)
$cv=_WinAPI_PostMessage($hwnd, 0x0100,114,0)
$cv=_WinAPI_PostMessage($hwnd, 0x0100,115,0)
Sleep(100)
EndFunc
希望对你有帮助:) |