Golbez Posted November 25, 2005 Posted November 25, 2005 can someone help me i dont get how 2 do this "pixelsearch". i dont get how 2 put in the coordnates the game window size is: 1024x768 top = 0 bottom = 1024 left = 0 right = 768 monster = 0x000070 $window =<full game window> WinActivate($window, "") AutoItSetOption ( "PixelCoordMode", 0 ) ;0 = relative coords to the active window ;1 = absolute screen coordinates (default) ;2 = relat $coord = PixelSearch( $left, $top, $right, $bottom, $monster, 50 ) ;MsgBox(4, "coord[0]", $coord[0], .5) ; Shows me were the coordinates are ;MsgBox(4, "coord[1]", $coord[1], .5) ; Shows me were the coordinates are PixelGetColor( $coord[0] , $coord[1] ) MouseMove ( $coord[0] , $coord[1] ) MouseClick("left" plz help me if u got aol im. my sn is: zephino
LxP Posted November 25, 2005 Posted November 25, 2005 No problem people -- it's being answered in its cross thread.
Golbez Posted November 25, 2005 Author Posted November 25, 2005 yea im sry about this.. i couldnt figure out how 2 close the thread
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