Valuater Posted April 17, 2006 Posted April 17, 2006 Quote this is good but I don't think it will work, becuase I need it to click on more then one pixel,the first post i showed you will click up tp 10 colors... you can choose less colors if you want... ( doesnt need to click 10 colors )8)
Valuater Posted April 17, 2006 Posted April 17, 2006 Quote when you select the colors will it click them for you when you run the bot..... biggrin.gif I could tell it my program is a game roflwas that a question???that is my Gamebot builder script...and...?8)
Evil_Has_Survived Posted April 17, 2006 Posted April 17, 2006 would this work WinSetState("MyProgram", "", @SW_MAXIMIZE) WinWaitActive("MyProgram") While 1 $coord = PixelSearch( 0, 0, 20, 300, 0x0021A5 ); note that 0,0,20,300 is the search area you have setup.. and it is a narrow strip If IsArray($coord) = 1 Then MouseClick('left',$coord[0], $coord[1],1,0) EndIf WEnd and if it can how I dont' get this (; note that 0,0,20,300 is the search area you have setup.. and it is a narrow strip) and even it can work could I make it search for more then one pixel Thanks in advance
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