Jump to content

Win in Chicken Invaders 2 in msn.com


Recommended Posts

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

Link to comment
Share on other sites

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?
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...