zombieslayerwtf

Time Stop [Leaked] [Full ver] [No Knifes Ver]

Apr 28th, 2018
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.45 KB | None | 0 0
  1. ---[controls]---
  2. ---[SB (stupid permisson) ver here = https://pastebin.com/raw/Ufc1jG3g]---
  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.  
  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. local Mouse=Player:GetMouse''
  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. mse = Player:GetMouse()
  63.  
  64. sound = Instance.new("Sound", Character)
  65. sound.SoundId = "https://www.roblox.com/asset/?id=290807425"
  66. sound.Volume = 2.5
  67. sound2 = Instance.new("Sound", Character)
  68. sound2.SoundId = "https://www.roblox.com/asset/?id=290810519"
  69. sound2.Volume = 2.5
  70. sound3 = Instance.new("Sound", Character)
  71. sound3.SoundId = "https://www.roblox.com/asset/?id=290807377"
  72. sound3.Volume = 1.8
  73. sound4 = Instance.new("Sound", Character)
  74. sound4.SoundId = "https://www.roblox.com/asset/?id=290807397"
  75. sound4.Volume = 2
  76. TSTheme = Instance.new("Sound", Character)
  77. TSTheme.SoundId = "https://www.roblox.com/asset/?id=172374380"
  78. TSTheme.Volume = 2
  79. canworld = true
  80. mse.KeyDown:connect(function(key)
  81. key = key:lower()
  82. if key == "r" then
  83. if canworld == false then return end
  84. if canworld then
  85. canworld = false
  86. sound3:Play()
  87. tecks.Text = "ZA WARUDO"
  88. wait(2)
  89. tecks.Text = LocalPlayer.Name
  90. sound:Play()
  91. sound4:Play()
  92. TSTheme:Play()
  93.  
  94. local function spawnpart()
  95. sphere = Instance.new("Part")
  96. --game.Debris:AddItem(sphere,3)
  97. local sm = Instance.new("SpecialMesh", sphere)
  98. sm.MeshType = "Sphere"
  99. sphere.Transparency = 0.5
  100. sphere.Anchored = true
  101. sphere.CanCollide = false
  102. sphere.Material = "Neon"
  103. sphere.BrickColor = BrickColor.new("Black")
  104. end
  105.  
  106. local function weld(lol)
  107. local weld = Instance.new("Weld", Player.Character.Torso)
  108. weld.Part0 = Player.Character.Torso
  109. weld.Part1 = lol
  110. weld.C0 = Player.Character.Torso.CFrame:inverse()
  111. weld.C1 = lol.CFrame:inverse()
  112. end
  113. wait()
  114. spawnpart()
  115. for i, v in pairs(game.Players:GetChildren()) do
  116. t = v.Character:FindFirstChild("Torso")
  117. if t then
  118. t.Anchored = true
  119. Player.Character:FindFirstChild("Torso").Anchored = false
  120. end
  121. RA = v.Character:FindFirstChild("Right Arm")
  122. if RA then
  123. RA.Anchored = true
  124. Player.Character:FindFirstChild("Right Arm").Anchored = false
  125. end
  126. LA = v.Character:FindFirstChild("Left Arm")
  127. if LA then
  128. LA.Anchored = true
  129. Player.Character:FindFirstChild("Left Arm").Anchored = false
  130. end
  131. RL = v.Character:FindFirstChild("Right Leg")
  132. if RL then
  133. RL.Anchored = true
  134. Player.Character:FindFirstChild("Right Leg").Anchored = false
  135. end
  136. LL = v.Character:FindFirstChild("Left Leg")
  137. if LL then
  138. LL.Anchored = true
  139. Player.Character:FindFirstChild("Left Leg").Anchored = false
  140. end
  141. end
  142. weld(sphere)
  143.  
  144.  
  145. sphere.Parent = Character.Torso
  146. for i = 1,3 do
  147. cce = Instance.new("ColorCorrectionEffect", game.Lighting)
  148. cce.Saturation = -5
  149. --game.Debris:AddItem(cce, 5)
  150. sphere.Size = sphere.Size + Vector3.new(100,100,100)
  151. wait()
  152. end
  153. wait()
  154. sphere:Destroy()
  155.  
  156.  
  157. wait(0.3)
  158.  
  159. wait(0.3)
  160.  
  161. wait(0.2)
  162.  
  163. wait()
  164. end
  165. end
  166. end
  167. )
  168.  
  169. tecks.Text = LocalPlayer.Name
  170.  
  171. mse.KeyDown:connect(function(key)
  172. key = key:lower()
  173. if key == "f" then
  174. canworld = true
  175. tecks.Text = "time has continue to flow"
  176. sound2:Play()
  177. wait()
  178.  
  179. cce.Saturation = -1.3
  180. wait(0.5)
  181.  
  182. cce.Saturation = -0.5
  183. wait(0.5)
  184.  
  185. cce.Saturation = -0.4
  186. wait(0.3)
  187.  
  188. cce.Saturation = -0.2
  189. wait(0.2)
  190. cce.Saturation = 0
  191.  
  192. for i, v in pairs(game.Players:GetChildren()) do
  193. t = v.Character:FindFirstChild("Torso")
  194. if t then
  195. t.Anchored = false
  196. end
  197. RA = v.Character:FindFirstChild("Right Arm")
  198. if RA then
  199. RA.Anchored = false
  200. end
  201. LA = v.Character:FindFirstChild("Left Arm")
  202. if LA then
  203. LA.Anchored = false
  204. end
  205. RL = v.Character:FindFirstChild("Right Leg")
  206. if RL then
  207. RL.Anchored = false
  208. end
  209. LL = v.Character:FindFirstChild("Left Leg")
  210. if LL then
  211. LL.Anchored = false
  212. end
  213. end
  214. tecks.Text = LocalPlayer.Name
  215. TSTheme:Stop()
  216. end
  217. end)
Add Comment
Please, Sign In to add comment