Friday, 1 January 2016

TUTORIALS FOR MAKING A CHAT BOT

TUTORIAL TO MAKE A CHAT BOT

1.Im going to teach you the steps how to make a simple chatbot which chats with yourself
now copy the code below
fname=inputbox ("hello")
fname=inputbox ("i am zombie")
fname=inputbox ("what's your name?")
fname=inputbox ("i like your name")
fname=inputbox ("got to go")
fname=inputbox ("see ya")

3.paste in notepad
4.click the save as type change to all files
5.now save it as bot.vbs
6.run the script you made your own chatbot

No comments:

Post a Comment