What actually are chat bots???
Bot has derived itself from the word Robot which automatically does works,similar way chat bot does work(chatting) automatically without any human interaction.We design a chat bot very easily using scripting languages or languages like VBscript or C…Let us design a bot using VBscript
Code:
set manideep=CreateObject("Wscript.Shell")
Wscript.Sleep(5000)
manideep.SendKeys "{H}{e}{l}{l}{o}"+chr(13)
Wscript.Sleep(2000)
manideep.SendKeys "{H}{o}{w}{ }{a}{r}{e}{ }{y}{o}{u}{?}"+chr(13)
Wscript.Sleep(6000)
manideep.SendKeys "{I}{ }{a}{m}{ }{f}{i}{n}{e}"+chr(13)
Wscript.Sleep(7000)
manideep.SendKeys "{a}{g}{e}{?}"+chr(13)
Wscript.Sleep(7000)
manideep.SendKeys "{I}{ }{a}{m}{ }{1}{9}"+chr(13)
Wscript.Sleep(7000)
manideep.SendKeys "{u}{ }{h}{a}{v}{e}{ }{s}{w}{e}{e}{e}{ } {a}{g}{e}"+chr(13)
Wscript.Sleep(7000)
manideep.SendKeys "{u}{r}{ }{f}{r}{o}{m}{?}"+chr(13)
Wscript.Sleep(7000)
manideep.SendKeys "{I}{ }{a}{m}{ }{f}{r}{o}{m}{ }{e}{n}{G}{l}{a}{n}{d}"+chr(13)
Wscript.Sleep(5000)
manideep.SendKeys "{w}{h}{a}{t}{ }{a}{r}{e}{ }{d}{o}{i}{n}{g}{?}"+chr(13)
Wscript.Sleep(7000)
manideep.SendKeys "{K}{e}{e}{p}{ }{o}{n}{ }{m}{a}{n}"+chr(13)
Wscript.Sleep(7000)
manideep.SendKeys "{:}{)}"+chr(13)
Wscript.Sleep(3000)
manideep.SendKeys "{;}{x}"+chr(13)
Functioning of this bot is very easy.Copy paste this code onto notepad and save this as “something.vbs” and then open facebook or any gtalk or yahoo messenger or any other chatting application and just one time ONE TIME click this .vbs file and then click on ur active window(means window which u opened to make the chat bot talk with,may be ur friend window/IM) and just see the action.We can set the time between messages.This is a very simple bot and we can have advanced bots which are capable of
1)Automatically opening active windows
2)Automatically adding people on yahoo messenger’s
3)Reply with keywords based can be designed using SWITCH keyword in C language.
4)Automatically grab ur name and also many others.
Bot has derived itself from the word Robot which automatically does works,similar way chat bot does work(chatting) automatically without any human interaction.We design a chat bot very easily using scripting languages or languages like VBscript or C…Let us design a bot using VBscript
Code:
set manideep=CreateObject("Wscript.Shell")
Wscript.Sleep(5000)
manideep.SendKeys "{H}{e}{l}{l}{o}"+chr(13)
Wscript.Sleep(2000)
manideep.SendKeys "{H}{o}{w}{ }{a}{r}{e}{ }{y}{o}{u}{?}"+chr(13)
Wscript.Sleep(6000)
manideep.SendKeys "{I}{ }{a}{m}{ }{f}{i}{n}{e}"+chr(13)
Wscript.Sleep(7000)
manideep.SendKeys "{a}{g}{e}{?}"+chr(13)
Wscript.Sleep(7000)
manideep.SendKeys "{I}{ }{a}{m}{ }{1}{9}"+chr(13)
Wscript.Sleep(7000)
manideep.SendKeys "{u}{ }{h}{a}{v}{e}{ }{s}{w}{e}{e}{e}{ } {a}{g}{e}"+chr(13)
Wscript.Sleep(7000)
manideep.SendKeys "{u}{r}{ }{f}{r}{o}{m}{?}"+chr(13)
Wscript.Sleep(7000)
manideep.SendKeys "{I}{ }{a}{m}{ }{f}{r}{o}{m}{ }{e}{n}{G}{l}{a}{n}{d}"+chr(13)
Wscript.Sleep(5000)
manideep.SendKeys "{w}{h}{a}{t}{ }{a}{r}{e}{ }{d}{o}{i}{n}{g}{?}"+chr(13)
Wscript.Sleep(7000)
manideep.SendKeys "{K}{e}{e}{p}{ }{o}{n}{ }{m}{a}{n}"+chr(13)
Wscript.Sleep(7000)
manideep.SendKeys "{:}{)}"+chr(13)
Wscript.Sleep(3000)
manideep.SendKeys "{;}{x}"+chr(13)
Functioning of this bot is very easy.Copy paste this code onto notepad and save this as “something.vbs” and then open facebook or any gtalk or yahoo messenger or any other chatting application and just one time ONE TIME click this .vbs file and then click on ur active window(means window which u opened to make the chat bot talk with,may be ur friend window/IM) and just see the action.We can set the time between messages.This is a very simple bot and we can have advanced bots which are capable of
1)Automatically opening active windows
2)Automatically adding people on yahoo messenger’s
3)Reply with keywords based can be designed using SWITCH keyword in C language.
4)Automatically grab ur name and also many others.
No comments:
Post a Comment