Jump to content

help plz!


Golbez
 Share

Recommended Posts

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 B) if u got aol im. my sn is: zephino

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...