DiabolusNeil

Untitled

Oct 3rd, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.22 KB | None | 0 0
  1. -- Aesthetic Bootup System
  2. -- Written by DiabolusNeil | CC 1.56
  3. term.clear()
  4. term.setCursorPos(1,1)
  5. textutils.slowPrint("FlameNet v1.0.0 | By DiabolusNeil")
  6. sleep(1)
  7. print("---------------------------------")
  8. sleep(1)
  9. print("[Info] Booting Up...")
  10. sleep(1)
  11. local x, y = term.getCursorPos()
  12. for i = 0, 19 do
  13.   write("[Info] "..i * 5 + math.random(0,4).."%")
  14.   sleep(0.2)
  15.   term.clearLine()
  16.   term.setCursorPos(1,y)
  17. end
  18. write("[Info] 100%")
  19. sleep(1)
  20. term.clearLine()
  21. term.setCursorPos(1,y)
  22. print("[Info] Booted up 'FlameNet_v1.01_b001'")
  23. sleep(1)
  24. print("[Info] Validating web key...")
  25. sleep(1)
  26. x2, y2 = term.getCursorPos()
  27. local ping
  28. for i = 1, math.random(1,8) do
  29.   textutils.slowPrint("...................................................")
  30.   term.setCursorPos(1,y2)
  31.   sleep(0.1)
  32.   term.clearLine()
  33.   ping = i
  34. end
  35. print("[Info] Successfully validated web key")
  36. sleep(1)
  37. print("[Info] Ping Strength: "..ping * 1000 + math.random(1,999).."ms")
  38. sleep(1)
  39. print("[Complete] System has completed startup process")
  40. sleep(1)
  41. print("\nThank you for using FlameNet, and have a great day!\n\n\n")
  42. print("---------------------------------------------------")
  43. sleep(1)
  44. term.setCursorPos(1,18)
  45. print("Enter a command below.")
Advertisement
Add Comment
Please, Sign In to add comment