nagoL2015

chatbot downloader

Oct 1st, 2017
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. if fs.exists("password") then
  2. else
  3.   file = fs.open("password", "w")
  4.   file.write("password")
  5.   file.close()
  6. end
  7. term.clear()
  8. term.setCursorPos(1,1)
  9. print("To download this program's minion program type, pastebin run 6AbkArmy")
  10. if fs.exists("startup") then
  11.   fs.delete("startup")
  12. end
  13. shell.run("pastebin get JVYA2T0x startup")
  14. os.reboot()
Add Comment
Please, Sign In to add comment