macol11_PLAY

Door Password System - installer

May 4th, 2018
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,2)
  3. print("Do you want to install Door Password System? System will propobly replace your data. (y/n)")
  4. r = read()
  5. print()
  6. if r == "y" or r == "Y" then
  7.   shell.run("delete startup")
  8.   shell.run("delete pass")
  9.   shell.run("delete l")
  10.   shell.run("pastebin get aEum0gpx startup")
  11.   os.reboot()
  12. else
  13.   print("Goodbye :'[")
  14. end
Add Comment
Please, Sign In to add comment