Julius Ramos Posted January 17, 2006 Posted January 17, 2006 this will automatically click the mouse when you are in Chicken Invaders 2 game. 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
seandisanti Posted January 17, 2006 Posted January 17, 2006 this will automatically click the mouse when you are in Chicken Invaders 2 game. 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.was this meant for scripts and scraps? or are you having issues with the code?
Julius Ramos Posted January 17, 2006 Author Posted January 17, 2006 was this meant for scripts and scraps? or are you having issues with the code?sorry for wrong post , it should be at scripts and scraps. i will transfer it now -----------------------------------------------------------BSECE, MCPAIM: juliusrmsYM: jivy_21@yahoo.comMSN: juliusLramos@hotmail.comMobile #: (Globe): +639167031989Web: http://www.trendmicro.com
seandisanti Posted January 17, 2006 Posted January 17, 2006 sorry for wrong post , it should be at scripts and scraps. i will transfer it nowit happens. that's what i thought, just wanted to make sure...
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