Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local p = game.Players.LocalPlayer
  2. local char = p.Character
  3. local hed = char.Head
  4. local LocalPlayer = p
  5. hum.char.MaxHealth = math.huge
  6. wait()
  7. hum.char.Health = hum.char.MaxHealth
  8. hum.char = game.Players.LocalPlayer.Character.Humanoid
  9. local naeeym = Instance.new("BillboardGui",char)
  10. naeeym.Size = UDim2.new(0,100,0,40)
  11. naeeym.StudsOffset = Vector3.new(0,5,0)
  12. naeeym.Adornee = char.Head
  13. local tecks = Instance.new("TextLabel",naeeym)
  14. tecks.BackgroundTransparency = 1
  15. tecks.BorderSizePixel = 0
  16. tecks.Text = LocalPlayer.Name
  17. tecks.Font = "ArialBold"
  18. tecks.FontSize = "Size24"
  19. tecks.TextStrokeTransparency = 0
  20. tecks.TextStrokeColor3 = Color3.new(0,0,0)
  21. tecks.TextColor3 = Color3.new(255,255,255)
  22. tecks.Size = UDim2.new(1,0,0.5,0)
  23.  
  24. local Player = game.Players.localPlayer
  25. local Character = p.Character
  26. local LeftArm2 = Character["Left Arm"]
  27. local RightArm2 = Character["Right Arm"]
  28. local LeftLeg2 = Character["Left Leg"]
  29. local RightLeg2 = Character["Right Leg"]
  30. local Head2 = Character.Head
  31. local Torso2 = Character.Torso
  32.  
  33. --created by SoldierJoao
  34. --Credits to metabee for the knives edit
  35. cut = Instance.new("Sound", Character)
  36. cut.SoundId = "https://www.roblox.com/asset/?id=97095069"
  37. cut.Volume = 1.5
  38. thri = Instance.new("Sound", Character)
  39. thri.SoundId = "https://www.roblox.com/asset/?id=186311262"
  40. thri.Volume = 2.5
  41. WRY = Instance.new("Sound", Character)
  42. WRY.SoundId = "https://www.roblox.com/asset/?id=276152532"
  43. WRY.Volume = 5
  44.  
  45. local Players=game:service'Players'
  46. local Player=Players.LocalPlayer
  47. local Mouse=Player:GetMouse''
  48. local RenderStepped=game:service'RunService'.RenderStepped
  49.  
  50. local MeshId='http://www.roblox.com/asset?id=202083123'
  51. local TextureId='http://www.roblox.com/asset/?id=189436355'
  52.  
  53. local BeeSpeed= 100
  54.  
  55. local QHold=false
  56. local EHold=false
  57.  
  58. Mouse.Button1Down:connect(function()
  59. cut:Play()
  60. if Mouse.Target then
  61. local Bee=Instance.new('Part',Player.Character)
  62. Bee.CanCollide=false
  63. Bee.Size=Vector3.new(2,2,2)
  64. Bee.CFrame=Player.Character.Torso.CFrame
  65. local BeeMesh=Instance.new('SpecialMesh',Bee)
  66. BeeMesh.MeshType='FileMesh'
  67. BeeMesh.MeshId=MeshId
  68. BeeMesh.TextureId=TextureId
  69. BeeMesh.Scale=Vector3.new(1,1,1)
  70. local BodyVel=Instance.new('BodyVelocity',Bee)
  71. BodyVel.maxForce=Vector3.new(math.huge,math.huge,math.huge)
  72. local BodyGyro=Instance.new('BodyGyro',Bee)
  73. BodyGyro.maxTorque=Vector3.new(math.huge,math.huge,math.huge)
  74. BodyGyro.P=2e4
  75. coroutine.wrap(function()
  76. RenderStepped:connect(function()
  77. BodyGyro.cframe=CFrame.new(Bee.Position,Mouse.Hit.p)
  78. BodyVel.velocity=Bee.CFrame.lookVector*BeeSpeed
  79. end)
  80. end)()
  81. Bee.Touched:connect(function(p)
  82. if p.Parent~=Player.Character and p.Parent:FindFirstChild'Humanoid'then
  83. p.Parent:BreakJoints()
  84. Bee:Destroy''
  85. thri:Play()
  86. end
  87. end)
  88. end
  89. end)
  90.  
  91.  
  92. Mouse.KeyDown:connect(function(k)
  93. local Key=k:lower''
  94. if Key=='q'then
  95. QHold=true
  96. elseif Key=='e'then
  97. EHold=true
  98. end
  99. end)
  100.  
  101. Mouse.KeyUp:connect(function(k)
  102. local Key=k:lower''
  103. if Key=='q'then
  104. QHold=false
  105. elseif Key=='e'then
  106. EHold=false
  107. end
  108. end)
  109.  
  110. coroutine.wrap(function()
  111. RenderStepped:connect(function()
  112. if QHold then
  113. if BeeSpeed>0 then
  114. BeeSpeed=BeeSpeed-1
  115. end
  116. elseif EHold then
  117. BeeSpeed=BeeSpeed+1
  118. end
  119. end)
  120. end)()
  121.  
  122.  
  123.  
  124.  
  125. mse = Player:GetMouse()
  126.  
  127.  
  128. sound = Instance.new("Sound", Character)
  129. sound.SoundId = "https://www.roblox.com/asset/?id=290810519"
  130. sound.Volume = 2.5
  131. sound2 = Instance.new("Sound", Character)
  132. sound2.SoundId = "https://www.roblox.com/asset/?id=274698941"
  133. sound2.Volume = 3
  134. sound3 = Instance.new("Sound", Character)
  135. sound3.SoundId = "https://www.roblox.com/asset/?id=290807397"
  136. sound3.Volume = 2
  137. TSTheme = Instance.new("Sound", Character)
  138. TSTheme.SoundId = "https://www.roblox.com/asset/?id=172374380"
  139. TSTheme.Volume = 2
  140. canworld = true
  141. mse.KeyDown:connect(function(key)
  142. key = key:lower()
  143. if key == "t" then
  144. if canworld == false then return end
  145. if canworld then
  146. canworld = false
  147. sound2:Play()
  148. tecks.Text = "THE WORLD STOP TIME!"
  149. wait(2)
  150. tecks.Text = LocalPlayer.Name
  151. sound3:Play()
  152. TSTheme:Play()
  153.  
  154. local function spawnpart()
  155. sphere = Instance.new("Part")
  156. --game.Debris:AddItem(sphere,3)
  157. local sm = Instance.new("SpecialMesh", sphere)
  158. sm.MeshType = "Sphere"
  159. sphere.Transparency = 0.5
  160. sphere.Anchored = true
  161. sphere.CanCollide = false
  162. sphere.Material = "Neon"
  163. sphere.BrickColor = BrickColor.new("Black")
  164. end
  165.  
  166. local function weld(lol)
  167. local weld = Instance.new("Weld", Player.Character.Torso)
  168. weld.Part0 = Player.Character.Torso
  169. weld.Part1 = lol
  170. weld.C0 = Player.Character.Torso.CFrame:inverse()
  171. weld.C1 = lol.CFrame:inverse()
  172. end
  173. wait()
  174. spawnpart()
  175. for i, v in pairs(game.Players:GetChildren()) do
  176. t = v.Character:FindFirstChild("Torso")
  177. if t then
  178. t.Anchored = true
  179. Player.Character:FindFirstChild("Torso").Anchored = false
  180. end
  181. RA = v.Character:FindFirstChild("Right Arm")
  182. if RA then
  183. RA.Anchored = true
  184. Player.Character:FindFirstChild("Right Arm").Anchored = false
  185. end
  186. LA = v.Character:FindFirstChild("Left Arm")
  187. if LA then
  188. LA.Anchored = true
  189. Player.Character:FindFirstChild("Left Arm").Anchored = false
  190. end
  191. RL = v.Character:FindFirstChild("Right Leg")
  192. if RL then
  193. RL.Anchored = true
  194. Player.Character:FindFirstChild("Right Leg").Anchored = false
  195. end
  196. LL = v.Character:FindFirstChild("Left Leg")
  197. if LL then
  198. LL.Anchored = true
  199. Player.Character:FindFirstChild("Left Leg").Anchored = false
  200. end
  201. end
  202. weld(sphere)
  203. cce = Instance.new("ColorCorrectionEffect", game.Lighting)
  204. cce.Saturation = -5
  205. --game.Debris:AddItem(cce, 5)
  206. sphere.Parent = Character.Torso
  207. for i = 1,3 do
  208. sphere.Size = sphere.Size + Vector3.new(50,50,50)
  209. wait()
  210. end
  211. wait()
  212. sphere:Destroy()
  213. BeeSpeed = 0
  214. cce.Saturation = -0.1
  215. wait(0.3)
  216. cce.Saturation = -0.2
  217. wait(0.3)
  218. cce.Saturation = -0.3
  219. wait(0.2)
  220. cce.Saturation = -1.5
  221. wait()
  222. end
  223. end
  224. end
  225. )
  226.  
  227. tecks.Text = LocalPlayer.Name
  228.  
  229. mse.KeyDown:connect(function(key)
  230. key = key:lower()
  231. if key == "y" then
  232. canworld = true
  233. tecks.Text = "Time continues moving again."
  234. sound:Play()
  235. wait()
  236. BeeSpeed = 1
  237. cce.Saturation = -1.3
  238. wait(0.5)
  239. BeeSpeed = 1.2
  240. cce.Saturation = -0.5
  241. wait(0.5)
  242. BeeSpeed = 1.4
  243. cce.Saturation = -0.4
  244. wait(0.3)
  245. BeeSpeed = 1.5
  246. cce.Saturation = -0.2
  247. wait(0.2)
  248. cce.Saturation = 0
  249.  
  250. for i, v in pairs(game.Players:GetChildren()) do
  251. t = v.Character:FindFirstChild("Torso")
  252. if t then
  253. t.Anchored = false
  254. end
  255. RA = v.Character:FindFirstChild("Right Arm")
  256. if RA then
  257. RA.Anchored = false
  258. end
  259. LA = v.Character:FindFirstChild("Left Arm")
  260. if LA then
  261. LA.Anchored = false
  262. end
  263. RL = v.Character:FindFirstChild("Right Leg")
  264. if RL then
  265. RL.Anchored = false
  266. end
  267. LL = v.Character:FindFirstChild("Left Leg")
  268. if LL then
  269. LL.Anchored = false
  270. end
  271. end
  272. BeeSpeed = 100
  273. tecks.Text = LocalPlayer.Name
  274. TSTheme:Stop()
  275. end
  276. end)
  277.  
  278. hum = game.Players.LocalPlayer.Character.Humanoid
  279.  
  280. hum.MaxHealth = math.huge
  281.  
  282. wait()
  283.  
  284. hum.Health = hum.MaxHealth
  285.  
  286. hum = game.Players.LocalPlayer.Character.Humanoid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement