Advertisement
Guest User

startup

a guest
Jun 27th, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.88 KB | None | 0 0
  1. -- Made By allstarissey[Minecraft] smarty10001[Roblox And Discord]
  2. local fart = paintutils.loadImage("fart")
  3. local faart = paintutils.loadImage("faart")
  4. local faaart = paintutils.loadImage("faaart")
  5. local faaaart = paintutils.loadImage("faaaart")
  6. local faaaartS = paintutils.loadImage("faaaartS")
  7. local clears = paintutils.loadImage("clears")
  8. term.clear()
  9. term.setCursorPos( 1, 5)
  10. textutils.slowPrint("               77777     1      888 ")
  11. textutils.slowPrint("               7   7    11     8   8")
  12. textutils.slowPrint("                   7     1     8   8")
  13. textutils.slowPrint("                  7      1      888 ")
  14. textutils.slowPrint("                 7       1     8   8")
  15. textutils.slowPrint("                 7       1     8   8")
  16. textutils.slowPrint("                 7     11111    888 ")
  17. sleep(2)
  18. paintutils.drawImage(fart, 1, 1)
  19. sleep(1)
  20. paintutils.drawImage(faart, 1, 1)
  21. sleep(1)
  22. paintutils.drawImage(faaart, 1, 1)
  23. sleep(1)
  24. paintutils.drawImage(faaaart, 1, 1)
  25. sleep(1)
  26. paintutils.drawImage(faaaartS, 1, 1)
  27. sleep(2)
  28. paintutils.drawImage(clears, 1, 1)
  29. term.clear()
  30. term.setCursorPos(1,8)
  31. textutils.slowPrint("               Username:")
  32. term.setCursorPos(25,8)
  33. Username = read()
  34. if Username == "Super Issey" then
  35.   term.setCursorPos(1,10)
  36.   textutils.slowPrint("               Password:")
  37.   term.setCursorPos(25,10)
  38.   Password = read("*")
  39.   if Password == "753689214" then
  40.     term.setCursorPos(16,9)
  41.     term.setTextColor( colors.lime )
  42.     textutils.slowPrint("Access Granted")  
  43.     sleep(2)
  44.     term.clear()
  45.     term.setCursorPos(1,1)
  46.     term.setTextColor( colors.white )
  47.   else
  48.     term.setCursorPos(16,9)
  49.     term.setTextColor( colors.red )
  50.     textutils.slowPrint("Access Denied")
  51.     sleep(1)
  52.     os.reboot()
  53.   end
  54. else
  55.   term.setTextColor( colors.red )
  56.   textutils.slowPrint("Username Not In Database, Rebooting...")
  57.   sleep(1)
  58.   os.reboot()
  59. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement