Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Guild Wars
You last visited: Today at 20:03

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



PixelSearch+MouseClick

Discussion on PixelSearch+MouseClick within the Guild Wars forum part of the MMORPGs category.

Reply
 
Old   #1
 
PenGuin :O's Avatar
 
elite*gold: 2
Join Date: Mar 2008
Posts: 1,778
Received Thanks: 1,222
PixelSearch+MouseClick

Hallo, könntet ihr mir mal helfen?

Wie geht das, wenn ich will, dass das Script eine Farbe mit PixelSearch sucht und dann auf die Stelle klickt wo die Farbe aufgetaucht ist?

Ty schonmal
PenGuin :O is offline  
Old 03/22/2009, 21:46   #2
 
_revo's Avatar
 
elite*gold: 57
Join Date: Jun 2007
Posts: 10,720
Received Thanks: 5,092
Code:
$color = PixelSearch (.....)
MouseClick ("left", $color[0], $color[1])
wrong section btw
_revo is offline  
Old 03/23/2009, 01:20   #3
 
Jacob_G's Avatar
 
elite*gold: 0
Join Date: Aug 2006
Posts: 515
Received Thanks: 95
$color = 0x00ACABC4 ;Example
$search = PixelSearch(0,0,10,10,$color)
If IsArray($search) Then MouseClick("left",$search[0],$search[1])
Jacob_G is offline  
Old 03/23/2009, 11:08   #4
 
| Moep |'s Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 1,079
Received Thanks: 438
Code:
$coord = PixelSearch( 0, 0, 20, 300, 0xFF0000 )
If Not @error Then
MouseClick("left", $coord[0], $coord[1])   
EndIf
| Moep | is offline  
Old 03/23/2009, 14:12   #5
 
PenGuin :O's Avatar
 
elite*gold: 2
Join Date: Mar 2008
Posts: 1,778
Received Thanks: 1,222
Quote:
Originally Posted by _revo View Post
Code:
$color = PixelSearch (.....)
MouseClick ("left", $color[0], $color[1])
wrong section btw
Echt? Wohin müsste das dann? Weil ich das ja für einen GW Bot benutzen will.....
PenGuin :O is offline  
Old 03/23/2009, 15:53   #6
 
MF-Rockstar's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 218
Received Thanks: 25
Quote:
Originally Posted by pinguin94 View Post
Echt? Wohin müsste das dann? Weil ich das ja für einen GW Bot benutzen will.....
Vielleicht in die "GW Bot Discussions / Questions"-Sektion

MF-Rockstar is offline  
Reply


Similar Threads Similar Threads
[Hilfe]Mouseclick
07/24/2010 - AutoIt - 9 Replies
Ich wollte einen Lvl Bot für Warrock erstellen. Und habe dann mit dem autoit Windows info tool geguckt wo meine maus ist. zBl:503,453 dann gebe ich ein MousClick("left" , 503,453) und speicher das dann. wenn ich ihn nun im game aktiviere Wirft er Granaten(Klickt) wo anders hin :? Ich habe auf meinem PC 800,600 und im Game auch .
In Game MouseClick?
06/29/2010 - AutoIt - 3 Replies
Ich hab einen Bot erstelt der für mich in einem Spiel sachen klicken soll nur da es im Spiel (S4league) wärend man spielt keinen Mousezeiger gibt drückt der Bot für mich nicht wie kann das änderen?:confused::confused::confused:
Imagesearch and mouseclick
05/04/2010 - AutoIt - 2 Replies
Hey! I want do bot for Polish Game "footballteam.pl" And i want do option, if press button, then click 2 time, 400 px right to the image, and its while 1 min... While 1 Select Case $msg = $button1 $x1=0 $y1=0 Dim $anArray $anArray=1
MouseClick
03/12/2010 - AutoIt - 4 Replies
Hey com! ich hab mal ne frage wie mach ich es das ich mit mouseclick auf die Start-taste unten rechts drück??? Ich bin noch neu und hab niergends was gefunden also bitte kommt nicht mit sufu! mfg Harfu
MouseClick und so?
01/19/2009 - GW Bots - 9 Replies
Ich habe jetzt in letzter Zeit ein wenig mit Autoit rumgebastelt und aus ein paar Vorlagen diese "Funktion" gemacht: Aber irgendwie funktioniert das mit dem "nicht speichern" nicht... Er klickt einfach irgendwoanders hin, nurnich auf "nicht speichern" Ist mein 1. Versuch und wenns im falschen Forum ist, bitte verschieben.



All times are GMT +2. The time now is 20:03.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.