Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 08:52

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

Advertisement



Pixel Search Click

Discussion on Pixel Search Click within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
SaM.ThE.MaN's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 828
Received Thanks: 427
Pixel Search Click

Hi,
I am trying to open up Internet Explorer using Pixel Search,
But i keep getting Error.
Here is my script :
Quote:
Global $Paused
HotKeySet("{PAUSE}", "TogglePause")
HotKeySet("{Esc}", "Terminate")
HotKeySet("{HOME}","Start")

$InternetExplorer = 0x2A9EE6 ; Internet Explorers Color

MsgBox(4096,"","Go to DeskTop Before Pressing Home.")

While 1
sleep(10)
wend


Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(100)
ToolTip('Script is "Paused".To resume press "Pause" again',0,0)
wend
ToolTip("")
EndFunc

Func Terminate()
MsgBox(4096,"","Press ok To close IE opener.")
Exit 0
EndFunc

Func Start()
If PixelSearch(@desktopwidth,@desktopheight,30,100,$I nternetExplorer) Then
ControlClick("Program Manager","",$Headkick,"Left","2",)
Else
MsgBox( 64, "Error", "Not found")
EndIf
EndFunc
It finds the color then double clicks on it,but it cannot find the color,i hope some one can help me, +k for any one who can
SaM.ThE.MaN is offline  
Old 04/10/2010, 18:54   #2
 
Shadow992's Avatar
 
elite*gold: 77
Join Date: May 2008
Posts: 5,430
Received Thanks: 5,876
Quote:
Originally Posted by SaM.ThE.MaN View Post
Hi,
I am trying to open up Internet Explorer using Pixel Search,
But i keep getting Error.
Here is my script :


It finds the color then double clicks on it,but it cannot find the color,i hope some one can help me, +k for any one who can
There is a better way than yours to do this :
PHP Code:
ShellExecute("www.google.com"
Shadow992 is offline  
Thanks
1 User
Old 04/10/2010, 21:36   #3
 
SaM.ThE.MaN's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 828
Received Thanks: 427
I dont wanna learn how to open websites -.-,I want to use pixel search and then after i find the color i want to click on it.
SaM.ThE.MaN is offline  
Old 04/10/2010, 21:54   #4
 
Shadow992's Avatar
 
elite*gold: 77
Join Date: May 2008
Posts: 5,430
Received Thanks: 5,876
Quote:
Originally Posted by SaM.ThE.MaN View Post
I dont wanna learn how to open websites -.-,I want to use pixel search and then after i find the color i want to click on it.
Sorry looked like :

Quote:
I am trying to open up Internet Explorer using Pixel Search,
Shadow992 is offline  
Thanks
1 User
Old 04/11/2010, 08:45   #5
 
SaM.ThE.MaN's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 828
Received Thanks: 427
well this is there too :P
Quote:
using Pixel Search
SaM.ThE.MaN is offline  
Reply


Similar Threads Similar Threads
C# PixelSearch (search screen for pixel)
04/13/2019 - .NET Languages - 6 Replies
This is a very similar to Auto-its PixelSearch functions (since that's what i intended to make it) Basically it creates a bitmap of a region on the screen, converts the image to a 2d array and loops through the array searching for the inputed color. NOTE: to compile this in a VC# 2008 you will need to allow unsafe code (HOW: Project->Properties->Build->Allow unsafe code) public static Point PixelSearch(Rectangle rect, int PixelColor, int Shade_Variation) { ...
Problem mit Pixel search Autoit
06/18/2010 - AutoIt - 14 Replies
Wie der Titel schon sagt habe ich ein Problem mit der funktion Pixel search Mein Problem ist das die Maus immer über die Rausgesuchte Pixel Position geht zb O ist der ausgewählte punkt es kommt aber eher sowas raus als ob ich Ö striche ausgewählt hab Also aimt immer etwas über der angegebennen position der Code : und dann hätte ich noch die frage ob man mehrere Pixel Searches in einem Script laufen lassen kann Zb: Wenn die Lebensanzeige sinkt oder Fast lehr ist das eine Function...
Aoc Bot with Pixel search or how
07/20/2008 - General Gaming Releases - 0 Replies
Hi there sorry for my poor english I tryed a aoc bot , but i got several problems the enemys are fare away so i need to walk to them and then hit. i cannot get the next target cause first the bot need to look for 50m to see is there a enemy
Pixel search
02/23/2008 - Guild Wars - 18 Replies
hallihallo bin immoment dabei einen meiner eigenen bots zu optimieren und wollte ne Pixelsearchfunktion einbauen. Leider weiß ich nicht genau wie man das macht vorallem mit den farben. mein ziel: 3 verschiedene punkte im gw fenster(mit: x1;y1;;x2;y2;;x3;y3) sollen geprüft werden ob sie in GRÜN sind. falls x1;y1 grün ist -> (dollerzeichen)folge = 1 falls x2;y2 grün ist -> (dollerzeichen)folge = 2 falls x3;y3 grün ist -> (dollerzeichen)folge = 3
Simple Pixel-Search Fishing Bot(nothing fancy)
02/20/2008 - Dekaron Exploits, Hacks, Bots, Tools & Macros - 16 Replies
Yeah so I was bored and I made this bot with a friend last week. Its very simple and not like that "autofish" thing that other guy made. But it lets go and releases on certain color and autocasts. Few things to know... 1) Put Desktop Res on 1280 1024 2) Put Game Res on 1024 768 bit doesnt matter 3) Load 2Moons and dont move the window anywhere, just keep it in the middle. 4) Run both files, just hold mouse over the water and let it do the rest. Works for lvl 3 fish in parka, not high...



All times are GMT +1. The time now is 08:52.


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.