O2Freak Posted December 19, 2006 Posted December 19, 2006 Hi all, i need some help in my script....it suppose to search a region with pixelchecksum and wait for the region to change colour. after the region colour changes it sends a mouse click. I have used the search function and tried few ways but i couldn't get it to work. Hope someone will help =)
O2Freak Posted December 20, 2006 Author Posted December 20, 2006 Yea, this is for a game but its purpose is to login not to make any bots. Is there anyway i can make the script keep on pixelsearching until it detects a colour then send a mouseclick. Thanks
NeoFoX Posted December 20, 2006 Posted December 20, 2006 $coord = PixelSearch( 0, 0, 1024, 786, 0xFFFFFF ) If Not @error Then MouseClick("LEFT",$coord[0], $coord[1]) EndIf ?? Neo [center][font="Arial"]--- The Neo and Only --- [/font][font="Arial"]--Projects---[/font]Image to Text converterText to ASCII converter[/center]
Moderators SmOke_N Posted December 20, 2006 Moderators Posted December 20, 2006 (edited) $coord = PixelSearch( 0, 0, 1024, 786, 0xFFFFFF ) If Not @error Then MouseClick("LEFT",$coord[0], $coord[1]) EndIfoÝ÷ Ø×¨þ«¨µã^yÛh¶©¶v¥¢nØ¥×âÛ"µ«¢+Ù]¡¥±ÉɽÈ(ÀÌØí½½ÉôA¥á±MÉ À°À°ÄÀÈаÜàØ°Áá¤(M±À ÄÀ¤)]¹)5½ÕÍ ±¥¬ ÌäíAÉ¥µÉäÌäì°ÀÌØí½½ÉlÁt°ÀÌØí½½ÉlÅt°Ä°Ä Edited December 20, 2006 by SmOke_N Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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