Advertisement
Guest User

Untitled

a guest
Jan 14th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. os.pullEvent = os.pullEventRaw
  2. term.clear()
  3. term.setCursorPos(1,1)
  4. print("Borta Computer Security 1.1")
  5. print("UserName: iPerry")
  6. write("Password: ")
  7. function pass()
  8. t = io.read()
  9. if t == "Seraphim" then
  10. print ("Access Granted.")
  11. sleep(2)
  12. term.clear()
  13. term.setCursorPos(1,1)
  14. else
  15. print ("Incorrect Login Details.")
  16. sleep(1)
  17. term.clear()
  18. term.setCursorPos(1,1)
  19. print("Borta Computer Security 1.1")
  20. print("UserName: Nynoray")
  21. write("Password: ")
  22. pass()
  23. end
  24. end
  25.  
  26. pass()
  27.  
  28. RAW Paste Data
  29. os.pullEvent = os.pullEventRaw
  30. term.clear()
  31. term.setCursorPos(1,1)
  32. print("Borta Computer Security 1.1")
  33. print("UserName: iPerry")
  34. write("Password: ")
  35. function pass()
  36. t = io.read()
  37. if t == "Seraphim" then
  38. print ("Access Granted.")
  39. sleep(2)
  40. term.clear()
  41. term.setCursorPos(1,1)
  42. else
  43. print ("Incorrect Login Details.")
  44. sleep(1)
  45. term.clear()
  46. term.setCursorPos(1,1)
  47. print("Borta Computer Security 1.1")
  48. print("UserName: iPerry")
  49. write("Password: ")
  50. pass()
  51. end
  52. end
  53. pass()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement