Advertisement
Guest User

Untitled

a guest
Sep 15th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. print("Loading OS..")
  2. sleep(2)
  3. term.setCursorPos(1,1)
  4. term.clear()
  5. print("Username: DeathWish0")
  6. write("Password: ")
  7. pass = read("*")
  8. if pass=="<InsertPassWordHere>" then
  9. print("Correct")
  10. term.clear()
  11. term.setCursorPos(1,1)
  12. else
  13. print("Incorrect")
  14. sleep(1)
  15. os.reboot()
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement