Advertisement
Guest User

Untitled

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