Advertisement
Guest User

bootscr

a guest
Jan 24th, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.99 KB | None | 0 0
  1. sleep(0.05)
  2. function splash()
  3.   shell.run("clear")
  4.   if not turtle then
  5.     print("")
  6.     print("")
  7.     print("        ===  ===   ====   ==== =====")
  8.     print("       ||   || || ||  || ||      |  ")
  9.     print("       ||   || || ||  || ||      |  ")
  10.     print("       ||   ||=   ||==|| |===    |  ")
  11.     print("        === || || ||  || ||      |  ")
  12.     print("")
  13.     print("                  ===   ===   =    = ")
  14.     print("                 || || || || | \\  / |")
  15.     print("                 || || || || ||\\\\//||")
  16.     print("                 ||=   || || || \\/ ||")
  17.     print("                 || ||  ===  ||    ||")
  18.     print("")
  19.     print(style.center("v"..CRAFTROM_VER.." (c) kaziu687"))
  20.   else
  21.     print("CraftROM v"..CRAFTROM_VER.." (c) kaziu687")
  22.   end
  23. end
  24. splash()
  25. print("")
  26. gui.prgBar(2,3)
  27. splash()
  28. print("")
  29. print(style.center("Witaj :)"))
  30. sleep(2)
  31. shell.run("clear")
  32. shell.run("cd", "/user")
  33. print("ID: "..os.getComputerID().." | OS: "..util.osVersion())
  34. gui.line()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement