Advertisement
zombieslayerwtf

time stop test

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