spyrorocks Posted August 30, 2006 Posted August 30, 2006 OK after a few hours of work, i present you with V1.0 of Easy AutoResponder. This script will allow you to set up a message to send out to your contacts on windows messenger when they open your chat window, telling them the message of your choice. The message that goes out is very custimizable becasue you have full access to the Header that is sent out with the message. It uses a small OCX that i made and have included in the zip, to make communication with windows messenger better. easyautoresponder.zip I soon plan to make and realese a messenger chat bot written in autoit / a little ocx. Comments appriciated! [center] My Projects: Online AutoIt Compiler - AutoForum - AutoGuestbook - AutoIt Web-based Auto Installer - Pure AutoIt Zipping Functions - ConfuseGen - MindReader - P2PChat[/center]
brodie28 Posted August 30, 2006 Posted August 30, 2006 All of this is accomplishable with your very old MSN UDF for windows messenger. Why did you make an entirely new script to do what the old one could accomplish?
spyrorocks Posted August 30, 2006 Author Posted August 30, 2006 Because after 3-5 hours of work, i could not do it with all the COM i used and that msn udf. I had no choice but to use a OCX. [center] My Projects: Online AutoIt Compiler - AutoForum - AutoGuestbook - AutoIt Web-based Auto Installer - Pure AutoIt Zipping Functions - ConfuseGen - MindReader - P2PChat[/center]
brodie28 Posted August 30, 2006 Posted August 30, 2006 (edited) I used your old MSN UDF to do almost the exact same thing. #include <MSN.au3> $msn = _msncreate() while 1 sleep(500) WEnd Func _msn_OnTextReceived($IMSession, $IMUser, $MsgHeader, $MsgText, $Something) $win = _msnopenchatwindow($msn, $IMUser) _msnsendtext($win, "I am Away!") EndFunc I wrote the first version in fast reply as I thought you would get the message. Try this. Edited August 30, 2006 by brodie28
spyrorocks Posted August 30, 2006 Author Posted August 30, 2006 BUT $imuser is a object referance, not a email address. So, how could that work? [center] My Projects: Online AutoIt Compiler - AutoForum - AutoGuestbook - AutoIt Web-based Auto Installer - Pure AutoIt Zipping Functions - ConfuseGen - MindReader - P2PChat[/center]
brodie28 Posted August 30, 2006 Posted August 30, 2006 BUT $imuser is a object referance, not a email address. So, how could that work?Guess again.Try it.
spyrorocks Posted August 30, 2006 Author Posted August 30, 2006 No Luck. dont work. [center] My Projects: Online AutoIt Compiler - AutoForum - AutoGuestbook - AutoIt Web-based Auto Installer - Pure AutoIt Zipping Functions - ConfuseGen - MindReader - P2PChat[/center]
spyrorocks Posted August 30, 2006 Author Posted August 30, 2006 83 views and no other comments? That makes me sad [center] My Projects: Online AutoIt Compiler - AutoForum - AutoGuestbook - AutoIt Web-based Auto Installer - Pure AutoIt Zipping Functions - ConfuseGen - MindReader - P2PChat[/center]
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