Jump to content

ilike86

Members
  • Posts

    8
  • Joined

  • Last visited

ilike86's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. dude imnot coding a bot for a game
  2. whoow what a support sorry didnt read the part where was written dont caal it bot... well then my fucking program tham i am makeing..... u can help me now after this fucng wordgeschissel?
  3. hi i try to use imagesearch with this picture file:///C:/Users/ilike/Desktop/xxx.PNG, my scite makes nothink, wheres the mistake=? the bot should search in an range for this picture andthen klick in other range when pic is there ;~ $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
  4. oh danke also das program das ich versuche zu erstellen soll meine warnmeldungen ausblenden die mir ständig anzeigen das meine festplatte voll sind. die meldung kommt ewig unten rechts im bild. wenn ich drauf klicke kommt ein popup das ich durch auf ok klicken schliessen muss. die funktion oben hat mal funktioniert als ich sie von einem halben jahr geschriebn habe. jetzt aber nicht mehr ichverstehe nicht warum. imagesearch macht nichts, wie bekomme ich imagesearch wieder ans laufen?
  5. nice rules, can u please translade in german im not so stron in english. is thaere a problem with my post or bot?
  6. 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, better said, i need to set up a regionwhere to search for the pic. when he found the pic in this region he should search for the button and klick it. can someone please check why that not works?
×
×
  • Create New...