Jump to content

autoit 3 and yahoo


Recommended Posts

ok, i use yahoo! messenger with voice...i think its the latest version, but i think this will work with older versions also...and i have win xp pro...and this script is made in the latest non-beta version...also u need to know that wen u r messaging sumbody...the title of the window includes their screen name...so in this example, ill assume u r talking to a person whos screen name is "u_suck_at_autoit"...now lets get on with the code...

Opt("WinTitleMatchMode", 2)
;read the helpfile for control commands like i used here...almost everything has a control ID...so i do "controlsend" here to send a msg to the control 255, and 255 is the control
;for the white box u type stuff in...
ControlSend("u_suck_at_autoit", "", 225, "YOUR MESSAGE HERE!!")
;this is control click, which clicks the "send" button in yahoo...
ControlClick("u_suck_at_autoit", "", 588)
Edited by GodandRock

[font="Fixedsys"][size="3"][u][font="Franklin Gothic Medium"] [/font][/u][/size][/font]

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...