* Update for Pokémon Revolution Online 0.957.
* Add a lua script to automatically handle the antiban classroom.
You do not need to change your existing scripts. You do not need to load this script.
If the questions are changed, you can edit the file Libs/AntibansClassroom.lua.
* Add the Libs/ directory. The bot will automatically load every Lua file inside this directory when loading a script.
* Add the registerHook API function, to call a function before an event is called.
* Change the pushDialogAnswer function to also allow text, not only numeric indexes.
* Fix the PC API.
* Add the isAutoEvolve, enableAutoEvolve and disableAutoEvolve API functions (thanks @MeltWS).
* Add the playSound API function (thanks @Khristian-kun).
* Add the logout API function (thanks @cannaV)