hi im scripting a bot for a game where i need to rise up stones. i want to tell my bot with this.....;~ $x1=0 ;~ $y1=0 ;~ ;schwarz ;~ $findImage1 = _ImageSearch("xxx.bmp",1,$x1,$y1,0) ;~ func varAS () ;~ if $findImage1=1 Then ;~ $Variable = PixelSearch(775,793,882,804,0xca1045) ;~ If IsArray($Variable) = True Then ;~ Send("400") ;~ MouseMove($Variable [0], $Variable [1],1) ;~ MouseClick("left") ;~ EndIf ;~ EndIf ;~ EndFunc that he should search for the image in the window, be