Advertisement
Guest User

xD5

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