Advertisement
Dakkea

Untitled

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