Advertisement
Guest User

installer.lua

a guest
Jun 24th, 2018
1,199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.49 KB | None | 0 0
  1. shell.run("pastebin get RLenvFYy baseAI.lua")
  2. shell.run("pastebin get arRGkZht stringAPI.lua")
  3. shell.run("pastebin get 94H8Z3vk AIML.lua")
  4. shell.run("pastebin get SjdbDVdB aiCore.lua")
  5. shell.run("pastebin get v2qrM45k knowledge/default.aiml")
  6. shell.run("pastebin get R002DCVW knowledge/likes.aiml")
  7. shell.run("pastebin get aticNJrW startup")
  8. fs.makeDir("data")
  9. print("INSTALL COMPLETE. RESTART NOW? (Y/n)")
  10. if(read() == "Y")then
  11.     shell.run("reboot")
  12. else
  13.     print("EXITING INSTALLER.")
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement