Advertisement
Ungarscool1

ungarscool1OS

Jun 19th, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.85 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(15,10)
  3. term.setTextColors(colors.white)
  4. print("Ungarscool1 OS is loading files")
  5. print(" ")
  6. print(" ")
  7. print("|||||||||||||||||||")
  8. term.clear()
  9. term.setCursorPos(15,10)
  10. term.setTextColors(colors.white)
  11. print("Ungarscool1 OS is loading files")
  12. print(" ")
  13. print(" ")
  14. term.setBackgroundColor(colors.white)
  15. print("|||||||||||||||||||")
  16. term.clear()
  17. term.setCursorPos(20,10)
  18. print("Ungarscool1 OS")
  19. sleep(1)
  20. term.clear()
  21. term.setCursorPos(1,1)
  22. print(" ")
  23. sleep(1)
  24. term.clear()
  25. term.setCursorPos(1,1)
  26. print("_")
  27. sleep(1)
  28. term.clear()
  29. term.setCursorPos(1,1)
  30. print(" ")
  31. sleep(1)
  32. term.clear()
  33. term.setCursorPos(1,1)
  34. write("Veuillez entrer votre nom: ")
  35. local username = read()
  36. print("Bienvenue ", username, ".")
  37. sleep(1)
  38. term.clear()
  39. term.setCursorPos(1,1)
  40. print("Bienvenue sur ta console")
  41. write("C:/")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement