Advertisement
Guest User

Untitled

a guest
Mar 30th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. m = peripheral.wrap("back")
  2. m.setTextScale(4)
  3. m.setBackgroundColor(16384)
  4. while true do
  5. m.clear()
  6. m.setCursorPos(1,1)
  7. m.write("Deutsche Bahn")
  8. sleep(0.75)
  9. m.clear()
  10. m.setCursorPos(1,1)
  11. m.write("n Deutsche Bah")
  12. sleep(0.75)
  13. m.clear()
  14. m.setCursorPos(1,1)
  15. m.write("hn Deutsche Ba")
  16. sleep(0.75)
  17. m.clear()
  18. m.setCursorPos(1,1)
  19. m.write("ahn Deutsche B")
  20. sleep(0.75)
  21. m.clear()
  22. m.setCursorPos(1,1)
  23. m.write("Bahn Deutsche ")
  24. sleep(0.75)
  25. m.clear()
  26. m.setCursorPos(1,1)
  27. m.write(" Bahn Deutsche")
  28. sleep(0.75)
  29. m.clear()
  30. m.setCursorPos(1,1)
  31. m.write("e Bahn Deutsch")
  32. sleep(0.75)
  33. m.clear()
  34. m.setCursorPos(1,1)
  35. m.write("he Bahn Deutsc")
  36. sleep(0.75)
  37. m.clear()
  38. m.setCursorPos(1,1)
  39. m.write("che Bahn Deuts")
  40. sleep(0.75)
  41. m.clear()
  42. m.setCursorPos(1,1)
  43. m.write("sche Bahn Deut")
  44. sleep(0.75)
  45. m.clear()
  46. m.setCursorPos(1,1)
  47. m.write("tsche Bahn Deu")
  48. sleep(0.75)
  49. m.clear()
  50. m.setCursorPos(1,1)
  51. m.write("utsche Bahn De")
  52. sleep(0.75)
  53. m.clear()
  54. m.setCursorPos(1,1)
  55. m.write("eutsche Bahn D")
  56. sleep(0.75)
  57.  
  58.  
  59. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement