Hi,
It So Simple to Develop your own Chat Bot even if you were not belonging to programming background.
Open notepad and Copy n Past following code:
And save ChatBot.vbs
Now open the chat window of gtalk or any messenger.
Double click on Chatbot.vbs and select the friend whom you want to automate the chat.
ChatBot.vbs will send letter/words to the messenger window.
You can make changes in default structure of ChatBot, To do this you need to enter "{x}{}{y}{}{Z}" after x.sendkeys to print/send msg as "x y z".
if wish make changes in msg then replace your words/sentence with x, y & z.
It So Simple to Develop your own Chat Bot even if you were not belonging to programming background.
Open notepad and Copy n Past following code:
set x=CreateObject("Wscript.Shell")
Wscript.Sleep(3000)
x.SendKeys "{H}{i}{i}{i}{!}"+chr(13)
Wscript.Sleep(3000)
x.SendKeys "{H}{o}{w}{ }{r}{ }{u}{?}{?}"+chr(13)
Wscript.Sleep(3000)
x.SendKeys "{I}{ }{a}{m}{ }{5}{i}{n}"+chr(13)
Wscript.Sleep(3000)
x.SendKeys "{:}{)}"+chr(13)
Wscript.Sleep(3000)
x.SendKeys "{;}{x}"+chr(13)
And save ChatBot.vbs
Now open the chat window of gtalk or any messenger.
Double click on Chatbot.vbs and select the friend whom you want to automate the chat.
ChatBot.vbs will send letter/words to the messenger window.
You can make changes in default structure of ChatBot, To do this you need to enter "{x}{}{y}{}{Z}" after x.sendkeys to print/send msg as "x y z".
if wish make changes in msg then replace your words/sentence with x, y & z.
0 comments:
Post a Comment