Well i was bored today so i downloaded autoit v3 and its really sweet. So i was messing around and i made a little program for Flashchat here on mmowed. This sends an automated message into Flashchat every 13 mins. You HAVE to have the flashchat maximized to use this and its really only if you afk.
Heres the virus scan
-http://www.virustotal.com/vt/en/resu...cec57d318476f0
Download
- http://www.megaupload.com/?d=2464IIBZ
- http://rapidshare.com/files/37256832/Flashchat.exe.html
Heres the code for it you can change it to say what ever you want.
Code:
Sleep(3000)
MouseClick("left","205","671")
While 1
Send("This is an automated message.{ENTER}")
Sleep(1300000)
WEnd
Remember this is my first time with AutoIt :]