Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. local pos = 18
  2.  
  3. mon = peripheral.wrap("right")
  4. mon.clear()
  5. mon.setTextScape(5)
  6.  
  7. while true do
  8.  
  9. if pos==-26 then
  10.  
  11. pos = 10
  12.  
  13. end
  14.  
  15. mon.clear()
  16. mon.setCursorPos(pos,1)
  17. mon.write("Are you, uh, a real villain?
  18. Well, uh, technically... nah.
  19. Have you ever caught a good guy, like, uh, like a real superhero?
  20. Nah.
  21. Have you ever tried a disguise?
  22. Nah, nah...
  23. Alright! I can see that I will have to teach you how to be villains!
  24.  
  25.  
  26. Hey!
  27. We are Number One
  28. Hey!
  29. We are Number One
  30.  
  31. Now listen closely
  32. Here's a little lesson in trickery
  33. This is going down in history
  34. If you wanna be a Villain Number One
  35. You have to chase a superhero on the run
  36. Just follow my moves, and sneak around
  37. Be careful not to make a sound
  38. (Shh)
  39. (No, don't touch that!)
  40.  
  41. We are Number One
  42. Hey!
  43. We are Number One
  44. We are Number One
  45.  
  46.  
  47. Ha ha ha
  48. Now look at this net, that I just found
  49. When I say go, be ready to throw
  50. Go!
  51. (Throw it on him, not me!)
  52. (Ugh, let's try something else)
  53. Now watch and learn, here's the deal
  54. He'll slip and slide on this banana peel!
  55. (Ha ha ha, gasp! what are you doing!?)
  56.  
  57.  
  58. Ba-ba-biddly-ba-ba-ba-ba, ba-ba-ba-ba-ba-ba-ba
  59. We are Number One
  60. Hey!
  61. Ba-ba-biddly-ba-ba-ba-ba, ba-ba-ba-ba-ba-ba-ba
  62. We are Number One
  63. Ba-ba-biddly-ba-ba-ba-ba, ba-ba-ba-ba-ba-ba-ba
  64. We are Number One
  65. Hey!
  66. Ba-ba-biddly-ba-ba-ba-ba, ba-ba-ba-ba-ba-ba-ba
  67. We are Number One
  68. Hey!
  69. Hey!
  70. ")
  71. pos= pos-1
  72.  
  73. os sleep(0.15)
  74.  
  75. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement