Advertisement
Acceleracer101

Time stop fixx

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