Julius Ramos Posted January 17, 2006 Posted January 17, 2006 this will automatically click the mouse when you are in Chicken Invaders 2 game. CODE Opt("WinTitleMatchMode", 2) ;1=start, 2=subStr, 3=exact, 4=advanced] Opt("WinDetectHiddenText", 1) ;0=don't detect, 1=do detect Opt("MouseCoordMode", 0) ;1=absolute, 0=relative, 2=client While 1 $pos = MouseGetPos() if ($pos[0] > 264 and $pos[1] > 121) And ($pos[0] < 748 and $pos[1] < 408) And WinActive ( "http://zone.msn.com - Chicken Invaders 2" , "Links" ) Then MouseClick ( "left" , $pos[0], $pos[1] , 1, 0 ) EndIf WEnd This code is for Chicken Invaders 2 in msn.com. step to use: resolution must be 1280 by 1024 open Chicken Invaders 2 in ms.com then run this script. -----------------------------------------------------------BSECE, MCPAIM: juliusrmsYM: jivy_21@yahoo.comMSN: juliusLramos@hotmail.comMobile #: (Globe): +639167031989Web: http://www.trendmicro.com
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