Advertisement
Acceleracer101

?

May 2nd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. --Time stop script By PaintfulfreeMLG
  2. --Credits to The za warudo script by Soldier_Joao
  3.  
  4. mse = Player:GetMouse()
  5. sound = Instance.new("Sound", Character)
  6. sound.SoundId = "https://www.roblox.com/asset/?id=849861238"
  7. sound.Volume = 2.5
  8. sound2 = Instance.new("Sound", Character)
  9. sound2.SoundId = "https://www.roblox.com/asset/?id=290810519"
  10. sound2.Volume = 2.5
  11. sound3 = Instance.new("Sound", Character)
  12. sound3.SoundId = "https://www.roblox.com/asset/?id=290807377"
  13. sound3.Volume = 1.8
  14. sound4 = Instance.new("Sound", Character)
  15. sound4.SoundId = "https://www.roblox.com/asset/?id=290807397"
  16. sound4.Volume = 2
  17. TSTheme = Instance.new("Sound", Character)
  18. TSTheme.SoundId = "https://www.roblox.com/asset/?id=172374380"
  19. TSTheme.Volume = 2
  20. canworld = true
  21. mse.KeyDown:connect(function(key)
  22. key = key:lower()
  23. if key == "t" then
  24. if canworld == false then return end
  25. if canworld then
  26. canworld = false
  27. sound3:Play()
  28. tecks.Text = "YOU WILL NEVER GO, ZA WARUDO!"
  29. wait(2)
  30. tecks.Text = LocalPlayer.Name
  31. sound:Play()
  32. sound4:Play()
  33. TSTheme:Play()
  34.  
  35. local function spawnpart()
  36. sphere = Instance.new("Part")
  37. --game.Debris:AddItem(sphere,3)
  38. local sm = Instance.new("SpecialMesh", sphere)
  39. sm.MeshType = "Sphere"
  40. sphere.Transparency = 0.5
  41. sphere.Anchored = true
  42. sphere.CanCollide = false
  43. sphere.Material = "Neon"
  44. sphere.BrickColor = BrickColor.new("Black")
  45. end
  46.  
  47. local function weld(lol)
  48. local weld = Instance.new("Weld", Player.Character.Torso)
  49. weld.Part0 = Player.Character.Torso
  50. weld.Part1 = lol
  51. weld.C0 = Player.Character.Torso.CFrame:inverse()
  52. weld.C1 = lol.CFrame:inverse()
  53. end
  54. wait()
  55. spawnpart()
  56. for i, v in pairs(game.Players:GetChildren()) do
  57. t = v.Character:FindFirstChild("Torso")
  58. if t then
  59. t.Anchored = true
  60. Player.Character:FindFirstChild("Torso").Anchored = false
  61. end
  62. RA = v.Character:FindFirstChild("Right Arm")
  63. if RA then
  64. RA.Anchored = true
  65. Player.Character:FindFirstChild("Right Arm").Anchored = false
  66. end
  67. LA = v.Character:FindFirstChild("Left Arm")
  68. if LA then
  69. LA.Anchored = true
  70. Player.Character:FindFirstChild("Left Arm").Anchored = false
  71. end
  72. RL = v.Character:FindFirstChild("Right Leg")
  73. if RL then
  74. RL.Anchored = true
  75. Player.Character:FindFirstChild("Right Leg").Anchored = false
  76. end
  77. LL = v.Character:FindFirstChild("Left Leg")
  78. if LL then
  79. LL.Anchored = true
  80. Player.Character:FindFirstChild("Left Leg").Anchored = false
  81. end
  82. end
  83. weld(sphere)
  84. cce = Instance.new("ColorCorrectionEffect", game.Lighting)
  85. cce.Saturation = -5
  86. --game.Debris:AddItem(cce, 5)
  87. sphere.Parent = Character.Torso
  88. for i = 1,3 do
  89. sphere.Size = sphere.Size + Vector3.new(50,50,50)
  90. wait()
  91. end
  92. wait()
  93. sphere:Destroy()
  94. BeeSpeed = 0
  95. cce.Saturation = -0.1
  96. wait(0.3)
  97. cce.Saturation = -0.2
  98. wait(0.3)
  99. cce.Saturation = -0.3
  100. wait(0.2)
  101. cce.Saturation = -1.5
  102. wait()
  103. end
  104. end
  105. end
  106. )
  107.  
  108. tecks.Text = LocalPlayer.Name
  109.  
  110. mse.KeyDown:connect(function(key)
  111. key = key:lower()
  112. if key == "y" then
  113. canworld = true
  114. tecks.Text = "Time continues moving again."
  115. sound2:Play()
  116. wait()
  117. BeeSpeed = 1
  118. cce.Saturation = -1.3
  119. wait(0.5)
  120. BeeSpeed = 1.2
  121. cce.Saturation = -0.5
  122. wait(0.5)
  123. BeeSpeed = 1.4
  124. cce.Saturation = -0.4
  125. wait(0.3)
  126. BeeSpeed = 1.5
  127. cce.Saturation = -0.2
  128. wait(0.2)
  129. cce.Saturation = 0
  130.  
  131. for i, v in pairs(game.Players:GetChildren()) do
  132. t = v.Character:FindFirstChild("Torso")
  133. if t then
  134. t.Anchored = false
  135. end
  136. RA = v.Character:FindFirstChild("Right Arm")
  137. if RA then
  138. RA.Anchored = false
  139. end
  140. LA = v.Character:FindFirstChild("Left Arm")
  141. if LA then
  142. LA.Anchored = false
  143. end
  144. RL = v.Character:FindFirstChild("Right Leg")
  145. if RL then
  146. RL.Anchored = false
  147. end
  148. LL = v.Character:FindFirstChild("Left Leg")
  149. if LL then
  150. LL.Anchored = false
  151. end
  152. end
  153. BeeSpeed = 100
  154. tecks.Text = LocalPlayer.Name
  155. TSTheme:Stop()
  156. end
  157. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement