Advertisement
DudeDude303

Untitled

Feb 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 KB | None | 0 0
  1. local O = Instance.new("Sound")
  2.  
  3. O.Name = "Sound"
  4. O.SoundId = "rbxassetid://982278034"
  5. O.Parent = game.Workspace.MasterChannelXL
  6. O.Looped = false
  7. O:Play()
  8. O.Volume = 50
  9.  
  10. game.Lighting.OutdoorAmbient = Color3.fromRGB(75,-20,-20)
  11. game.Lighting.FogColor = Color3.fromRGB(100,0,0)
  12. game.Lighting.FogEnd = 0
  13. wait(2)
  14. game.Lighting.FogEnd = 800
  15.  
  16.  
  17. wait(3)
  18. --MasterChannelXL
  19. plr = game.Players.LocalPlayer
  20. character = plr.Character
  21. rig = character.Torso
  22. mouse = plr:GetMouse()
  23. Ebola = Instance.new("Sound", character.Torso)
  24. Ebola.Volume = 20
  25. Hurt = Instance.new("Sound", character.Torso)
  26. Hurt.Volume = 40
  27. Hurt.SoundId = "rbxassetid://982278034"
  28. Hurt1 = Instance.new("Sound", character.Torso)
  29. Hurt1.Volume = 40
  30. Hurt1.SoundId = "rbxassetid://147758746"
  31. Hurt1.TimePosition = 2.1000000000000001
  32. rig.BrickColor = BrickColor.new("Institutional white")
  33. character.Head.BrickColor = BrickColor.new("Institutional white")
  34. character["Left Arm"].BrickColor = BrickColor.new("Institutional white")
  35. character["Right Arm"].BrickColor = BrickColor.new("Institutional white")
  36. character["Left Leg"].BrickColor = BrickColor.new("Institutional white")
  37. character["Right Leg"].BrickColor = BrickColor.new("Institutional white")
  38. character.Humanoid.WalkSpeed = 12
  39. dying = false
  40. for i = 1,10 do
  41. wait()
  42. rig["Left Hip"].C0 = rig["Left Hip"].C0 * CFrame.Angles(0,0,-0.02)
  43. rig.Neck.C0 = rig.Neck.C0 * CFrame.Angles(0.015,0,0)
  44. character.HumanoidRootPart.RootJoint.C0 = character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0.015,0,0)
  45. rig["Left Shoulder"].C0 = rig["Left Shoulder"].C0 * CFrame.Angles(0,0,-0.02)
  46. rig["Right Shoulder"].C0 = rig["Right Shoulder"].C0 * CFrame.Angles(0,0,0.02)
  47. end
  48.  
  49. Math = math.random(1,2)
  50. if Math == 1 then
  51. Ebola.SoundId = "rbxassetid://292715599"
  52. Ebola.Parent = game.Workspace.MasterChannelXL
  53. Ebola.Looped = true
  54. Ebola:Play()
  55. Ebola.Volume = 50
  56. end
  57. if Math == 2 then
  58. Ebola.SoundId = "rbxassetid://292715599"
  59. Ebola.Parent = game.Workspace.MasterChannelXL
  60. Ebola.Looped = true
  61. Ebola:Play()
  62. Ebola.Volume = 50
  63. end
  64. function dead(kill)
  65. if not dying then
  66. dying = true
  67. local human = kill.Parent:FindFirstChild("Humanoid")
  68. if human ~= nil then
  69. Hurt:Play()
  70. human.PlatformStand = true
  71. for i = 1,100 do
  72. wait()
  73. human.Health = human.Health - 1
  74. end
  75. wait(0.2)
  76. dying = false
  77. Hurt1.TimePosition = 1.3
  78. human.Health = 0
  79. Hurt1:Play()
  80. end
  81. end
  82. end
  83. character["Right Arm"].Touched:connect(dead)
  84.  
  85. wait(1)
  86.  
  87. Ebola.SoundId = "rbxassetid://147836419"
  88. Ebola.Parent = game.Workspace.MasterChannelXL
  89. Ebola.Looped = true
  90. Ebola:Play()
  91. Ebola.Volume = 1
  92.  
  93. while true do
  94.  
  95. game.Lighting.OutdoorAmbient = Color3.fromRGB(255,100,100)
  96. wait(0.5)
  97. game.Lighting.OutdoorAmbient = Color3.fromRGB(255,90,90)
  98. wait(0.5)
  99. game.Lighting.OutdoorAmbient = Color3.fromRGB(255,80,80)
  100. wait(0.5)
  101. game.Lighting.OutdoorAmbient = Color3.fromRGB(255,70,70)
  102. wait(0.5)
  103. game.Lighting.OutdoorAmbient = Color3.fromRGB(255,60,60)
  104. wait(0.5)
  105. game.Lighting.OutdoorAmbient = Color3.fromRGB(255,50,50)
  106. wait(0.5)
  107. game.Lighting.OutdoorAmbient = Color3.fromRGB(240,40,40)
  108. wait(0.5)
  109. game.Lighting.OutdoorAmbient = Color3.fromRGB(225,30,30)
  110. wait(0.5)
  111. game.Lighting.OutdoorAmbient = Color3.fromRGB(210,20,20)
  112. wait(0.5)
  113. game.Lighting.OutdoorAmbient = Color3.fromRGB(195,10,10)
  114. wait(0.5)
  115. game.Lighting.OutdoorAmbient = Color3.fromRGB(180,0,0)
  116. wait(0.5)
  117. game.Lighting.OutdoorAmbient = Color3.fromRGB(165,0,0)
  118. wait(0.5)
  119. game.Lighting.OutdoorAmbient = Color3.fromRGB(150,0,0)
  120. wait(0.5)
  121. game.Lighting.OutdoorAmbient = Color3.fromRGB(135,0,0)
  122. wait(0.3)
  123. game.Lighting.OutdoorAmbient = Color3.fromRGB(120,0,0)
  124. wait(0.3)
  125. game.Lighting.OutdoorAmbient = Color3.fromRGB(105,0,0)
  126. wait(0.3)
  127. game.Lighting.OutdoorAmbient = Color3.fromRGB(90,-10,-10)
  128. wait(0.3)
  129. game.Lighting.OutdoorAmbient = Color3.fromRGB(75,-20,-20)
  130. game.Lighting.FogColor = Color3.fromRGB(100,0,0)
  131. game.Lighting.FogEnd = 1000
  132. wait(0.5)
  133. game.Lighting.FogEnd = 950
  134. wait(0.5)
  135. game.Lighting.FogEnd = 900
  136. wait(0.5)
  137. game.Lighting.FogEnd = 850
  138. wait(0.5)
  139. game.Lighting.FogEnd = 800
  140. wait(0.5)
  141. game.Lighting.FogEnd = 750
  142. wait(0.5)
  143. game.Lighting.FogEnd = 700
  144. wait(0.5)
  145. game.Lighting.FogEnd = 650
  146. wait(0.5)
  147. game.Lighting.FogEnd = 600
  148. wait(0.5)
  149. game.Lighting.FogEnd = 300
  150. wait(0.5)
  151. game.Lighting.FogEnd = 200
  152.  
  153. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement