Jump to content

bilarasgr

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by bilarasgr

  1. Nice program, ty a lot
  2. Ty guys. I've tried to search it but I didn't find much information myself. I have searched and found many things, but not like this. Most I thank John2006 for his source and his explanation. I already have an autoresponder, but I really wanted to find out how to do it myself, to improve my scripting skills. thx again John2006.
  3. Hello dears, I am working on an autoresponder for msn. I need my running script to detect the conversation's window and auto-respond it. Problem: To make my script detect the msn-conversation's window, I need its title. But every msn contact has his own window title (F.E. Sucker <Sucker@hotmail.com>) I have used autoit info to take the title, and it gets the same(email). The control ID is not shown(msn's privacy feature). What I can see with autoit info is the "Class" of the window. I try to use: While 1 If WinExists ("msn-title") then controlsend ("msn-title" , "This is an autoresponder. I will talk with you later.") Endif Wend That "msn-title" is what I seek! Any help is very appreciated.
  4. RAT= Remote Administrator tool. In less words, trojan. Control maliciously another computer. This is possible to be created by autoit but I hope he lied you. If he has created a trojan, then most autoit's scripts will be detected as viruses, smthing we don't really want, do we?
×
×
  • Create New...