How to create your own chat bot?
4:09 PM in Applications, Tricks, Tutorials by Ankit Puri
Hello guys! I’m extremely sorry for not writing any article these days and wanna say thanks to Dinesh for writing post – “How to know IP address of your friend with you are chatting“. Today in this post I’m gonna tell you all how to create a chat bot in less than 5 minutes, Hope you know what a chat bot is…If don’t know let me explain you first.
A chatterbot (or chatbot) is a type of conversational agent, a computer program designed to simulate an intelligent conversation with one or more human users via auditory or textual methods. The computer programmes are also known as Artificial Conversational Entity (ACE) and, though many appear to be intelligently interpreting the human input prior to providing a response, most chatterbots simply scan for keywords within the input and pull a reply with the most matching keywords or the most similar wording pattern from a local database. Chatterbots may also be referred to as talk bots, chat bots, or chatterboxe s- source Wiki
To make a chat bot just follow these simple steps :
- Open note pad
- Copy and paste this code in notepad -
dim fname
fname=inputbox("Heya! Whats your name?")
fname=inputbox("Hey thanks for downloading bot!")
fname=inputbox("So wassup?..Am just chating!")
fname=inputbox("Really? whts your favourite food?")
fname=inputbox("Hmm...I like pizza")
fname=inputbox("hmm...gotta go bye tc")- Now click on file -> save as -> save the file with .vbs extension and choose save as all files and click on ok button.
- Now after saving check it!
- That’s all! You made a chat bot!

If you want to convert your vbs file into exe or bat (to give a professional chat bot look) just download Xneat application builder.

There are many ways to interpret codded messages. The