fogest Posted April 2, 2010 Posted April 2, 2010 So I have a script and I am trying to get it to use th pixel serach command in game and here is what I am using for it $search1 = PixelSearch(900, 192,1257, 306,0x000039,) If IsArray($search1) = True Then MouseClick("Left",1068, 354) But that wasn't working so I tried this: $search1 = PixelSearch(900, 192,1257, 306,0x000039,"0","1",WinGetHandle("Warcraft III")) If IsArray($search1) = True Then MouseClick("Left",1068, 354) But still it didn't work so I decided to try using it in WC3 Windowed mode and but of course the first code worked for it and did what I wanted it to but when I try and use the command for Full Screen WC3 which is what I want this to be used in it won't work. So does anyone know how you can use the Pixel Search command for full screen WC3? I really badly need to know
evilertoaster Posted April 8, 2010 Posted April 8, 2010 http://www.autoitscript.com/forum/index.php?showannouncement=11&f=2
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