Advertisement
haloguy51

Scary

Jul 25th, 2015
2,173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.24 KB | None | 0 0
  1. a = Instance.new("Sound",script)
  2. b = Instance.new("Sound",script)
  3. c = Instance.new("Sound",script)
  4. d = Instance.new("Sound",script)
  5. e = Instance.new("Sound",script)
  6. f = Instance.new("Sound",script)
  7. g = Instance.new("Sound",script)
  8. h = Instance.new("Sound",script)
  9. i = Instance.new("Sound",script)
  10. j = Instance.new("Sound",script)
  11. k = Instance.new("Sound",script)
  12. l = Instance.new("Sound",script)
  13. m = Instance.new("Sound",script)
  14. n = Instance.new("Sound",script)
  15. o = Instance.new("Sound",script)
  16. p = Instance.new("Sound",script)
  17. q = Instance.new("Sound",script)
  18. s = Instance.new("Sound",script)
  19. t = Instance.new("Sound",script)
  20. a.SoundId = "http://www.roblox.com/asset/?id=10722059"
  21. b.SoundId = "http://www.roblox.com/asset/?id=12517136"
  22. c.SoundId = "http://www.roblox.com/asset/?id=13378571"
  23. d.SoundId = "http://www.roblox.com/asset/?id=13378571"
  24. e.SoundId = "http://www.roblox.com/asset/?id=21433711"
  25. f.SoundId = "http://www.roblox.com/asset/?id=28490593"
  26. g.SoundId = "http://www.roblox.com/asset/?id=21433696"
  27. h.SoundId = "http://www.roblox.com/asset/?id=32656713"
  28. i.SoundId = "http://www.roblox.com/asset/?id=25954407"
  29. j.SoundId = "http://www.roblox.com/asset/?id=25954392"
  30. k.SoundId = "http://www.roblox.com/asset/?id=31758982"
  31. l.SoundId = "http://www.roblox.com/asset/?id=10721950"
  32. m.SoundId = "http://www.roblox.com/asset/?id=10722059"
  33. n.SoundId = "http://www.roblox.com/asset/?id=35886425"
  34. o.SoundId = "http://www.roblox.com/asset/?id=11956590"
  35. p.SoundId = "http://www.roblox.com/asset/?id=13114759"
  36. q.SoundId = "http://www.roblox.com/asset/?id=13061802"
  37. s.SoundId = "http://www.roblox.com/asset/?id=13061810"
  38. t.SoundId = "http://www.roblox.com/asset/?id=13061809"
  39. a.Pitch = 0.1
  40. b.Pitch = 0.1
  41. c.Pitch = 0.2
  42. d.Pitch = 0.1
  43. e.Pitch = 0.2
  44. f.Pitch = 0.2
  45. g.Pitch = 0.2
  46. h.Pitch = 0.05
  47. i.Pitch = 0.1
  48. j.Pitch = 0.1
  49. k.Pitch = 0.2
  50. l.Pitch = 0.2
  51. m.Pitch = 0.2
  52. n.Pitch = 0.3
  53. o.Pitch = 0.7
  54. p.Pitch = 0.1
  55. q.Pitch = 0.1
  56. s.Pitch = 0.3
  57. t.Pitch = 0.2
  58. wait(1)
  59. while true do
  60. wait(math.random(15,30))
  61. r = math.random(1,19)
  62. if r == 1 then
  63. a:play()
  64. a.Volume = (math.random(3,10)/10)
  65. elseif r == 2 then
  66. b:play()
  67. b.Volume = (math.random(3,10)/10)
  68. elseif r == 3 then
  69. c:play()
  70. c.Volume = (math.random(3,10)/10)
  71. elseif r == 4 then
  72. d:play()
  73. d.Volume = (math.random(3,10)/10)
  74. elseif r == 5 then
  75. e:play()
  76. e.Volume = (math.random(3,10)/10)
  77. elseif r == 6 then
  78. f:play()
  79. f.Volume = (math.random(3,10)/10)
  80. elseif r == 7 then
  81. g:play()
  82. g.Volume = (math.random(3,10)/10)
  83. elseif r == 8 then
  84. h:play()
  85. h.Volume = (math.random(3,10)/10)
  86. elseif r == 9 then
  87. i:play()
  88. i.Volume = (math.random(3,10)/10)
  89. elseif r == 10 then
  90. j:play()
  91. j.Volume = (math.random(3,10)/10)
  92. elseif r == 11 then
  93. k:play()
  94. k.Volume = (math.random(3,10)/10)
  95. elseif r == 12 then
  96. l:play()
  97. l.Volume = (math.random(3,10)/10)
  98. elseif r == 13 then
  99. m:play()
  100. m.Volume = (math.random(3,10)/10)
  101. elseif r == 14 then
  102. n:play()
  103. n.Volume = (math.random(3,10)/10)
  104. elseif r == 15 then
  105. o:play()
  106. o.Volume = (math.random(3,10)/10)
  107. elseif r == 16 then
  108. p:play()
  109. p.Volume = (math.random(3,10)/10)
  110. elseif r == 17 then
  111. q:play()
  112. q.Volume = (math.random(3,10)/10)
  113. elseif r == 18 then
  114. s:play()
  115. s.Volume = (math.random(3,10)/10)
  116. elseif r == 19 then
  117. t:play()
  118. t.Volume = (math.random(3,10)/10)
  119. end
  120. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement