Advertisement
zombieslayerwtf

Time Stop [Leaked] [SB ver] [No Knife Ver]

Apr 4th, 2018
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.35 KB | None | 0 0
  1. ---[controls]---
  2. ---[Full Ver (with color): https://pastebin.com/raw/Y1pfaT24]---
  3. ---[R stop Time]---
  4. ---[F contiunes the time]---
  5. local p = game.Players.LocalPlayer
  6. local char = p.Character
  7. local hed = char.Head
  8. local LocalPlayer = p
  9.  
  10. local naeeym = Instance.new("BillboardGui",char)
  11. naeeym.Size = UDim2.new(0,100,0,40)
  12. naeeym.StudsOffset = Vector3.new(0,5,0)
  13. naeeym.Adornee = char.Head
  14. local tecks = Instance.new("TextLabel",naeeym)
  15. tecks.BackgroundTransparency = 1
  16. tecks.BorderSizePixel = 0
  17. tecks.Text = LocalPlayer.Name
  18. tecks.Font = "ArialBold"
  19. tecks.FontSize = "Size24"
  20. tecks.TextStrokeTransparency = 0
  21. tecks.TextStrokeColor3 = Color3.new(0,0,0)
  22. tecks.TextColor3 = Color3.new(255,255,255)
  23. tecks.Size = UDim2.new(1,0,0.5,0)
  24.  
  25. local Player = game.Players.localPlayer
  26. local Character = p.Character
  27. local LeftArm2 = Character["Left Arm"]
  28. local RightArm2 = Character["Right Arm"]
  29. local LeftLeg2 = Character["Left Leg"]
  30. local RightLeg2 = Character["Right Leg"]
  31. local Head2 = Character.Head
  32. local Torso2 = Character.Torso
  33.  
  34. --created by SoldierJoao
  35. --Credits to metabee for the knives edit
  36. cut = Instance.new("Sound", Character)
  37. cut.SoundId = "https://www.roblox.com/asset/?id=97095069"
  38. cut.Volume = 1.5
  39. thri = Instance.new("Sound", Character)
  40. thri.SoundId = "https://www.roblox.com/asset/?id=186311262"
  41. thri.Volume = 2.5
  42. WRY = Instance.new("Sound", Character)
  43. WRY.SoundId = "https://www.roblox.com/asset/?id=276152532"
  44. WRY.Volume = 5
  45.  
  46. local Players=game:service'Players'
  47. local Player=Players.LocalPlayer
  48.  
  49. local RenderStepped=game:service'RunService'.RenderStepped
  50.  
  51. local MeshId='http://www.roblox.com/asset?id=202083123'
  52. local TextureId='http://www.roblox.com/asset/?id=189436355'
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. mse = Player:GetMouse()
  64. local Mouse=Player:GetMouse''
  65.  
  66. sound = Instance.new("Sound", Character)
  67. sound.SoundId = "https://www.roblox.com/asset/?id=290807425"
  68. sound.Volume = 2.5
  69. sound2 = Instance.new("Sound", Character)
  70. sound2.SoundId = "https://www.roblox.com/asset/?id=290810519"
  71. sound2.Volume = 2.5
  72. sound3 = Instance.new("Sound", Character)
  73. sound3.SoundId = "https://www.roblox.com/asset/?id=290807377"
  74. sound3.Volume = 1.8
  75. sound4 = Instance.new("Sound", Character)
  76. sound4.SoundId = "https://www.roblox.com/asset/?id=290807397"
  77. sound4.Volume = 2
  78. TSTheme = Instance.new("Sound", Character)
  79. TSTheme.SoundId = "https://www.roblox.com/asset/?id=172374380"
  80. TSTheme.Volume = 2
  81. canworld = true
  82. mse.KeyDown:connect(function(key)
  83. key = key:lower()
  84. if key == "r" then
  85. if canworld == false then return end
  86. if canworld then
  87. canworld = false
  88. sound3:Play()
  89. tecks.Text = "ZA WARUDO!"
  90. wait(2)
  91. tecks.Text = LocalPlayer.Name
  92. sound:Play()
  93. sound4:Play()
  94. TSTheme:Play()
  95.  
  96. local function spawnpart()
  97. sphere = Instance.new("Part")
  98. --game.Debris:AddItem(sphere,3)
  99. local sm = Instance.new("SpecialMesh", sphere)
  100. sm.MeshType = "Sphere"
  101. sphere.Transparency = 0.5
  102. sphere.Anchored = true
  103. sphere.CanCollide = false
  104. sphere.Material = "Neon"
  105. sphere.BrickColor = BrickColor.new("Black")
  106. end
  107.  
  108. local function weld(lol)
  109. local weld = Instance.new("Weld", Player.Character.Torso)
  110. weld.Part0 = Player.Character.Torso
  111. weld.Part1 = lol
  112. weld.C0 = Player.Character.Torso.CFrame:inverse()
  113. weld.C1 = lol.CFrame:inverse()
  114. end
  115. wait()
  116. spawnpart()
  117. for i, v in pairs(game.Players:GetChildren()) do
  118. t = v.Character:FindFirstChild("Torso")
  119. if t then
  120. t.Anchored = true
  121. Player.Character:FindFirstChild("Torso").Anchored = false
  122. end
  123. RA = v.Character:FindFirstChild("Right Arm")
  124. if RA then
  125. RA.Anchored = true
  126. Player.Character:FindFirstChild("Right Arm").Anchored = false
  127. end
  128. LA = v.Character:FindFirstChild("Left Arm")
  129. if LA then
  130. LA.Anchored = true
  131. Player.Character:FindFirstChild("Left Arm").Anchored = false
  132. end
  133. RL = v.Character:FindFirstChild("Right Leg")
  134. if RL then
  135. RL.Anchored = true
  136. Player.Character:FindFirstChild("Right Leg").Anchored = false
  137. end
  138. LL = v.Character:FindFirstChild("Left Leg")
  139. if LL then
  140. LL.Anchored = true
  141. Player.Character:FindFirstChild("Left Leg").Anchored = false
  142. end
  143. end
  144. weld(sphere)
  145.  
  146. sphere.Parent = Character.Torso
  147. for i = 1,3 do
  148. sphere.Size = sphere.Size + Vector3.new(100,100,100)
  149. wait()
  150. end
  151. wait()
  152. sphere:Destroy()
  153.  
  154.  
  155. wait(0.3)
  156.  
  157. wait(0.3)
  158.  
  159. wait(0.2)
  160.  
  161. wait()
  162. end
  163. end
  164. end
  165. )
  166.  
  167. tecks.Text = LocalPlayer.Name
  168.  
  169. mse.KeyDown:connect(function(key)
  170. key = key:lower()
  171. if key == "f" then
  172. canworld = true
  173. tecks.Text = "time has continue to flow"
  174. sound2:Play()
  175. wait()
  176.  
  177.  
  178. wait(0.5)
  179.  
  180.  
  181. wait(0.5)
  182.  
  183.  
  184. wait(0.3)
  185.  
  186.  
  187. wait(0.2)
  188.  
  189.  
  190. for i, v in pairs(game.Players:GetChildren()) do
  191. t = v.Character:FindFirstChild("Torso")
  192. if t then
  193. t.Anchored = false
  194. end
  195. RA = v.Character:FindFirstChild("Right Arm")
  196. if RA then
  197. RA.Anchored = false
  198. end
  199. LA = v.Character:FindFirstChild("Left Arm")
  200. if LA then
  201. LA.Anchored = false
  202. end
  203. RL = v.Character:FindFirstChild("Right Leg")
  204. if RL then
  205. RL.Anchored = false
  206. end
  207. LL = v.Character:FindFirstChild("Left Leg")
  208. if LL then
  209. LL.Anchored = false
  210. end
  211. end
  212.  
  213. tecks.Text = LocalPlayer.Name
  214. TSTheme:Stop()
  215. end
  216. end)
  217. mse.KeyDown:connect(function(key)
  218. key = key:lower()
  219. if key == "m" then
  220. script:Destroy()
  221. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement