Jump to content

Recommended Posts

Posted

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.

Posted

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!

My-Colors.jpg

cuniform2.gif

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...