URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       Blockland Forums 2
  HTML https://blockland2.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: Modification Discussion
       *****************************************************
       #Post#: 1591--------------------------------------------------
       Bot - Re-inventing the limits of the ChatBot!
   DIR By: Blake1
       Date: June 8, 2012, 1:41 pm
       ---------------------------------------------------------
       [center]BOT[/center]
       ---------------------------------------------------------
       [center]Commands[/center]
       -Adding a more detailed list soon-
       ---------------------------------------------------------
       [center]Q & A[/center]
       Q: I tried one of Bot's commands, nothing happened.
       A: Bot only responds to me (Blake1). I may in the future add
       some commands that everyone can use.
       Q: Some of the stuff that Bot can do is pointless.
       A: Glad to hear your feedback ;). Also, the main project with
       Bot is to test my scripting abilities.
       Q: Can I have a copy of Bot?
       A: No, I don't want all of Blockland having ChatBots like Bot.
       Bot is only a project.
       ---------------------------------------------------------
       [center]Credits[/center]
       [center]Some special credits on the Bot project.[/center]
       [center]Blake1 - Main project, Scripting, Bug Fixing
       Greek2me - Assistance on Pinging Servers.[/center]
       ---------------------------------------------------------
       [center]Pictures[/center]
       After hearing all about Bot, want to see him in action? Here are
       some pictures of Bot in action!
       [center]Bot clears bricks.
       [IMG]
  HTML http://i1158.photobucket.com/albums/p609/brycephoto1/BotClearBricks.jpg[/img][/center]
       [center]Yes, Bot can build stairs.
       [IMG]
  HTML http://i1158.photobucket.com/albums/p609/brycephoto1/BotBuildStairs.jpg[/img][/center]
       [center]Bot can add, subtract, multiply, divide!
       [IMG]
  HTML http://i1158.photobucket.com/albums/p609/brycephoto1/BotAdd.jpg[/img][/center]
       To see more of Bot in action, you can find Blake1 on a server
       that allows Bots. Thanks!
       ---------------------------------------------------------
       [center]News[/center]
       [center]Bot 2.0 has been finished! Here's the update log:
       [/center]
       ---------------------------------------------------------
       [center]Quotes[/center]
       --- Quote from: Effect link ---
       >
       > :o that looks pro
       >
       --- End Quote ---
       --- Quote from: Brotatoe link ---
       >
       > Holy sh*t, this is amazing.
       >
       --- End Quote ---
       ---------------------------------------------------------
       Bot can do more, some of the stuff you will have to see for
       yourself.
       #Post#: 1592--------------------------------------------------
       Re: Bot - Re-inventing the limits of the ChatBot!
   DIR By: Blake1
       Date: June 8, 2012, 1:43 pm
       ---------------------------------------------------------
       ~Reserved For Later Use~
       #Post#: 1593--------------------------------------------------
       Re: Bot - Re-inventing the limits of the ChatBot!
   DIR By: BlockLando
       Date: June 8, 2012, 1:49 pm
       ---------------------------------------------------------
       What does your bro know about scripting!? >_>
       ---------------------------------------------------------
       Lol
       #Post#: 1611--------------------------------------------------
       Re: Bot - Re-inventing the limits of the ChatBot!
   DIR By: ClinrBroClinr
       Date: June 9, 2012, 10:40 am
       ---------------------------------------------------------
       Blake, do you want me to add a learning and response feature
       based on FileObjects?
       #Post#: 1785--------------------------------------------------
       Re: Bot - Re-inventing the limits of the ChatBot!
   DIR By: Effect
       Date: July 12, 2012, 12:46 pm
       ---------------------------------------------------------
       :o that looks pro
       #Post#: 1906--------------------------------------------------
       Re: Bot - Re-inventing the limits of the ChatBot!
   DIR By: Brotatoe
       Date: July 23, 2012, 8:14 pm
       ---------------------------------------------------------
       Holy sh*t, this is amazing.
       #Post#: 2426--------------------------------------------------
       Re: Bot - Re-inventing the limits of the ChatBot!
   DIR By: Blake1
       Date: June 8, 2013, 7:47 pm
       ---------------------------------------------------------
       Going to update the OP with the latest updates to Bot.
       Update log (Bot 2.0):
       + Added new addition to Bot! It allows me to access my console
       by saying commands.
       ++ Fixed crash(); glitch.
       ++ Fixed glitch where everyone could access my console via Bot.
       + Added more commands to Bot.
       ++ Added a Name and BL_ID lookup.
       +++ Fixed BL_ID glitch.
       + Working on a Favorite Servers feature.
       I'll post more details on the 'Favorite Features' in a sec.
       #Post#: 2429--------------------------------------------------
       Re: Bot - Re-inventing the limits of the ChatBot!
   DIR By: Mango
       Date: June 10, 2013, 1:47 pm
       ---------------------------------------------------------
       --- Quote from: Blake1 link ---
       >
       >
       >
       > Update log (Bot 2.0):
       > + Added new addition to Bot! It allows me to access my console
       by saying commands.
       > ++ Fixed crash(); glitch. Honestly, how does this happen? lol.
       It must take some faulty coding to have your Blockland crash via
       the crash(); command. That's almost impossible to do that in
       fact, to call that command you need to call it directly. You
       can't just go "blakeBot(clearbricks)"command"" ((not real code,
       but an example)) and then magically end up with the crash
       command appearing lol.
       > ++ Fixed glitch where everyone could access my console via
       Bot. Just to let you know, this is completely impossible. To
       access someones file that is being written in 24/7, you'll need
       more than just basic Torque Script. Also not to mention that
       it's nearly impossible to somehow get a glitch like that lol.
       > + Added more commands to Bot.
       > ++ Added a Name and BL_ID lookup.
       > +++ Fixed BL_ID glitch.
       > + Working on a Favorite Servers feature.
       >
       --- End Quote ---
       My replies are underlined.
       Surprised your still working on this lol.
       #Post#: 2436--------------------------------------------------
       Re: Bot - Re-inventing the limits of the ChatBot!
   DIR By: Blake1
       Date: June 12, 2013, 3:40 pm
       ---------------------------------------------------------
       To reply to your questions...
       I do not know why the crash(); was glitching up. I think it had
       something to do with the Eval code within Bot.
       I have figured out why people were able to access my console via
       Bot. All of his commands are binded into a main database, well,
       when I added the Eval, I made the Eval codes into a different
       database. Therefore these commands were open to the public and
       thus able to access my console.
       The way the Eval works, if you're wondering, is basically me
       telling Bot to type in a command into my console.
       #Post#: 2438--------------------------------------------------
       Re: Bot - Re-inventing the limits of the ChatBot!
   DIR By: Mango
       Date: June 12, 2013, 4:28 pm
       ---------------------------------------------------------
       --- Quote from: Blake1 link ---
       >
       > To reply to your questions...
       >
       > I do not know why the crash(); was glitching up. I think it
       had something to do with the Eval code within Bot.
       >
       > I have figured out why people were able to access my console
       via Bot. All of his commands are binded into a main database,
       well, when I added the Eval, I made the Eval codes into a
       different database. Therefore these commands were open to the
       public and thus able to access my console.
       >
       > The way the Eval works, if you're wondering, is basically me
       telling Bot to type in a command into my console.
       >
       --- End Quote ---
       I know how Eval works.
       The bolded part makes little to no sense :P "Database"...
       Elaborate.
       *****************************************************
       Page 1 of 2
   DIR Next Page