Jump to content

Easy AutoResponder


spyrorocks
 Share

Recommended Posts

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!

Link to comment
Share on other sites

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