Advertisement
Guest User

Untitled

a guest
Jan 4th, 2013
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. shell.run("clear")
  2.  
  3. v1l1="I threw a wish in the well,"
  4. v1l2="Don't ask me,I'll never tell"
  5. v1l3="I looked to you as it fell,"
  6. v1l4="And now you're in my way"
  7.  
  8. v2l1="I'd trade my soul for a wish,"
  9. v2l2="Pennies and dimes for a kiss"
  10. v2l3="I wasn't looking for this,"
  11. v2l4="But now you're in my way"
  12.  
  13. cl1="Your stare was holdin',"
  14. cl2="Ripped jeans,skin was showin'"
  15. cl3="Hot night, wind was blowin'"
  16. cl4="Where you think you're going, baby?"
  17.  
  18. cl5="Hey, I just met you,"
  19. cl6="And this is crazy,"
  20. cl7="But here's my number,"
  21. cl8="So call me, maybe?"
  22.  
  23. cl9="It's hard to look right,"
  24. cl10="At you baby,"
  25. cl11="But here's my number,"
  26. cl12="So call me, maybe?"
  27.  
  28. cl13="Hey, I just met you,"
  29. cl14="And this is crazy,"
  30. cl15="But here's my number,"
  31. cl16="So call me, maybe?"
  32.  
  33. cl17="And all the other boys,"
  34. cl18="Try to chase me,"
  35. cl19="But here's my number,"
  36. cl20="So call me, maybe?"
  37.  
  38. v3l1="You took your time with the call,"
  39. v3l2="I took no time with the fall"
  40. v3l3="You gave me nothing at all,"
  41. v3l4="But still, you're in my way"
  42.  
  43. v4l1="I beg, and borrow and steal"
  44. v4l2="Have foresight and it's real"
  45. v4l3="I didn't know I would feel it,"
  46. v4l4="But it's in my way"
  47.  
  48. bfl1="Before you came into my life"
  49. bfl2="I missed you so bad"
  50. bfl3a="I missed you so bad"
  51. bfl3b="And you should know that"
  52. bfl4="I missed you so, so bad"
  53.  
  54. function chorus(x)
  55. if(x == true) then
  56. textutils.slowPrint(cl1, 3)
  57. textutils.slowPrint(cl2, 3)
  58. textutils.slowPrint(cl3, 3)
  59. textutils.slowPrint(cl4, 3)
  60. textutils.slowPrint(cl5, 3)
  61. textutils.slowPrint(cl6, 3)
  62. textutils.slowPrint(cl7, 3)
  63. textutils.slowPrint(cl8, 3)
  64. end
  65. textutils.slowPrint(cl9, 3)
  66. textutils.slowPrint(cl10, 3)
  67. textutils.slowPrint(cl11, 3)
  68. textutils.slowPrint(cl12, 3)
  69. textutils.slowPrint(cl13, 3)
  70. textutils.slowPrint(cl14, 3)
  71. textutils.slowPrint(cl15, 3)
  72. textutils.slowPrint(cl16, 3)
  73. textutils.slowPrint(cl17, 3)
  74. textutils.slowPrint(cl18, 3)
  75. textutils.slowPrint(cl19, 3)
  76. textutils.slowPrint(cl20, 3)
  77. end
  78.  
  79. function last()
  80. chorus(true)
  81. textutils.slowPrint(bfl1, 5)
  82. textutils.slowPrint(bfl2, 4)
  83. textutils.slowPrint(bfl3a, 4)
  84. textutils.slowPrint(bfl4, 5)
  85. textutils.slowPrint(bfl1, 5)
  86. textutils.slowPrint(bfl2, 4)
  87. textutils.slowPrint(bfl3b, 4)
  88. textutils.slowPrint(bfl4, 5)
  89. chorus(false)
  90. textutils.slowPrint(bfl1, 5)
  91. textutils.slowPrint(bfl2, 4)
  92. textutils.slowPrint(bfl3a, 4)
  93. textutils.slowPrint(bfl4, 5)
  94. textutils.slowPrint(bfl1, 5)
  95. textutils.slowPrint(bfl2, 4)
  96. textutils.slowPrint(bfl3b, 4)
  97. wait(1)
  98. textutils.slowPrint(cl20, 3)
  99. end
  100.  
  101. textutils.slowPrint(v1l1, 4)
  102. textutils.slowPrint(v1l2, 4)
  103. textutils.slowPrint(v1l3, 4)
  104. textutils.slowPrint(v1l4, 4)
  105. wait(1)
  106. textutils.slowPrint(v2l1, 4)
  107. textutils.slowPrint(v2l2, 4)
  108. textutils.slowPrint(v2l3, 4)
  109. textutils.slowPrint(v2l4, 4)
  110. wait(1)
  111. chorus(true)
  112.  
  113. textutils.slowPrint(v3l1, 4)
  114. textutils.slowPrint(v3l2, 4)
  115. textutils.slowPrint(v3l3, 4)
  116. textutils.slowPrint(v3l4, 4)
  117. wait(1)
  118. textutils.slowPrint(v4l1, 4)
  119. textutils.slowPrint(v4l2, 4)
  120. textutils.slowPrint(v4l3, 4)
  121. textutils.slowPrint(v4l4, 4)
  122. wait(1)
  123. last()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement