My question is simple. I want to be able to search pixel in the background with normal autoit function (pixelsearch and other).
My screen resolution is of 1280x800, if i move a window at coordinate (1280,80)
is possbile to make a pixelsearch and click with mouse (maybe control click?) ?
out of that zone where you can see windows on your monitor.
Fuso stop trying like this. its real ****
Ink's .dll is the only way for searching in background,at the moment.
Not right, have a look at:
Basic usage is:
Take a background Screenshot (what is possible with WinApi) and search for pixels in that screenshot (using GDI/WinApi) it is not that complicated but extremly slow in AutoIt.
working with background processes should never be pixel based <.<
for network actions, use network functions...
for memory actions, use memory functions...
for control actions, use control functions...
wont work
Quote:
Originally Posted by Shadow992
Not right, have a look at:
Basic usage is:
Take a background Screenshot (what is possible with WinApi) and search for pixels in that screenshot (using GDI/WinApi) it is not that complicated but extremly slow in AutoIt.
=Wont work on an online browser space game ith fast ships and aliens ....
working with background processes should never be pixel based <.<
for network actions, use network functions...
for memory actions, use memory functions...
for control actions, use control functions...
for network-> packet are crypted
for memory-> it's a browser game without installer
for control-> i'm trying to do controlclick+pixelsearch into a background window
Quote:
Originally Posted by Shadow992
Not right, have a look at:
Basic usage is:
Take a background Screenshot (what is possible with WinApi) and search for pixels in that screenshot (using GDI/WinApi) it is not that complicated but extremly slow in AutoIt.
I'm using fastfind, but it's too slow take a screen shot, is this the problem :/
I know it's been a looong time since this thread was active, but after 2 years, I am asking if you found the solution to this. Will taking off screen window snapshots work?
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)
{
...
Search pixel bot 04/16/2013 - DarkOrbit - 4 Replies Hi i search a pixel bot who can collect palla and kill alien plz or just collect
Pixel Search 05/07/2012 - AutoIt - 1 Replies Hey,
mit welchen Programm bekomme ich nochmal diese Werte her?
PixelSearch(12, 174, 1028, 700, 0x59571A, 10)
Danke
help with pixel search 08/08/2011 - AutoIt - 3 Replies I need to implement in my autoit bot some changes and i am gonna use pixel search.
What i exactly want is a script that start pressing a buton then compare a pixel if this pixel is grey make script 1 until pixel is not grey , when the pixel became not grey make script 2 till its finished, and when script 2 finish has to go to the compare pixel spot for starting again with script 1 till is not grey to make script 2 ...... and so on indefinitly
it would be something like this?
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