Nun hab ich da schonmal angefang, allerdings will das ding nich so, wie ich das will.
Hier mal das was ich bis jetz gemacht hab:
PHP Code:
HotKeySet ("{F5}", "Start")
HotKeySet ("{F6}", "Stop")
HotKeySet ("{F7}", "Close")
; -------------------------------------
$pixel = 0xFFC8C8
; -------------------------------------
Func Start ()
Sleep (500)
MouseMove (1000, 750)
Sleep (500)
MouseClick ("left")
Sleep (500)
MouseMove (500, 400)
Sleep (500)
MouseClick ("left")
If $pixel = PixelGetColor (225, 695) Then
While 1
Sleep (100)
Send ("{F1}")
WEnd
EndIf
EndFunc
; -------------------------------------
Func Stop ()
While 1
Sleep (100)
WEnd
EndFunc
; -------------------------------------
Func Close ()
Exit
EndFunc
; -------------------------------------
While 1
Sleep (100)
WEnd






