Arez Posted November 4, 2006 Posted November 4, 2006 ive seen people use $pix = PixelSearch for a lot of game software. how do i know how to set the numbers? how do i get them? i searched a thread and saw this code $pix = PixelSearch(749, 18, 755, 24, "0x530D05") but i dont know how he got the 749, 18, 755, 24, 0x530d05 thing.
Fossil Rock Posted November 4, 2006 Posted November 4, 2006 PixelSearch ( left, top, right, bottom, color [, shade-variation] [, step]] ) Look it up in the help file .... Agreement is not necessary - thinking for one's self is!
PaulIA Posted November 4, 2006 Posted November 4, 2006 but i dont know how he got the 749, 18, 755, 24, 0x530d05 thing.Use the AutoIt Window Info tool to get this information. When you pass the mouse over a spot in the game, it will give you these values. Auto3Lib: A library of over 1200 functions for AutoIt
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now