Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.90 KB | None | 0 0
  1. local char = p.Character
  2. local hed = char.Head
  3. local LocalPlayer = p
  4.  
  5. local naeeym = Instance.new("BillboardGui",char)
  6. naeeym.Size = UDim2.new(0,100,0,40)
  7. naeeym.StudsOffset = Vector3.new(0,5,0)
  8. naeeym.Adornee = char.Head
  9. local tecks = Instance.new("TextLabel",naeeym)
  10. tecks.BackgroundTransparency = 1
  11. tecks.BorderSizePixel = 0
  12. tecks.Text = LocalPlayer.Name
  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=150101077'
  47. local TextureId='http://www.roblox.com/asset/?id=150101077'
  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=290807425"
  125. sound.Volume = 2.5
  126. sound2 = Instance.new("Sound", Character)
  127. sound2.SoundId = "https://www.roblox.com/asset/?id=290810519"
  128. sound2.Volume = 2.5
  129. sound3 = Instance.new("Sound", Character)
  130. sound3.SoundId = "https://www.roblox.com/asset/?id=290807377"
  131. sound3.Volume = 1.8
  132. sound4 = Instance.new("Sound", Character)
  133. sound4.SoundId = "https://www.roblox.com/asset/?id=290807397"
  134. sound4.Volume = 2
  135. TSTheme = Instance.new("Sound", Character)
  136. TSTheme.SoundId = "https://www.roblox.com/asset/?id=172374380"
  137. TSTheme.Volume = 2
  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. tecks.Text = LocalPlayer.Name
  149. sound:Play()
  150. sound4:Play()
  151. TSTheme:Play()
  152.  
  153. local function spawnpart()
  154. sphere = Instance.new("Part")
  155. --game.Debris:AddItem(sphere,3)
  156. local sm = Instance.new("SpecialMesh", sphere)
  157. sm.MeshType = "Sphere"
  158. sphere.Transparency = 0.5
  159. sphere.Anchored = true
  160. sphere.CanCollide = false
  161. sphere.Material = "Neon"
  162. sphere.BrickColor = BrickColor.new("Black")
  163. end
  164.  
  165. local function weld(lol)
  166. local weld = Instance.new("Weld", Player.Character.Torso)
  167. weld.Part0 = Player.Character.Torso
  168. weld.Part1 = lol
  169. weld.C0 = Player.Character.Torso.CFrame:inverse()
  170. weld.C1 = lol.CFrame:inverse()
  171. end
  172. wait()
  173. spawnpart()
  174. for i, v in pairs(game.Players:GetChildren()) do
  175. t = v.Character:FindFirstChild("Torso")
  176. if t then
  177. t.Anchored = true
  178. Player.Character:FindFirstChild("Torso").Anchored = false
  179. end
  180. RA = v.Character:FindFirstChild("Right Arm")
  181. if RA then
  182. RA.Anchored = true
  183. Player.Character:FindFirstChild("Right Arm").Anchored = false
  184. end
  185. LA = v.Character:FindFirstChild("Left Arm")
  186. if LA then
  187. LA.Anchored = true
  188. Player.Character:FindFirstChild("Left Arm").Anchored = false
  189. end
  190. RL = v.Character:FindFirstChild("Right Leg")
  191. if RL then
  192. RL.Anchored = true
  193. Player.Character:FindFirstChild("Right Leg").Anchored = false
  194. end
  195. LL = v.Character:FindFirstChild("Left Leg")
  196. if LL then
  197. LL.Anchored = true
  198. Player.Character:FindFirstChild("Left Leg").Anchored = false
  199. end
  200. end
  201. weld(sphere)
  202. cce = Instance.new("ColorCorrectionEffect", game.Lighting)
  203. cce.Saturation = -5
  204. --game.Debris:AddItem(cce, 5)
  205. sphere.Parent = Character.Torso
  206. for i = 1,3 do
  207. sphere.Size = sphere.Size + Vector3.new(50,50,50)
  208. wait()
  209. end
  210. wait()
  211. sphere:Destroy()
  212. BeeSpeed = 0
  213. cce.Saturation = -0.1
  214. wait(0.3)
  215. cce.Saturation = -0.2
  216. wait(0.3)
  217. cce.Saturation = -0.3
  218. wait(0.2)
  219. cce.Saturation = -1.5
  220. wait()
  221. end
  222. end
  223. end
  224. )
  225.  
  226. tecks.Text = LocalPlayer.Name
  227.  
  228. mse.KeyDown:connect(function(key)
  229. key = key:lower()
  230. if key == "y" then
  231. canworld = true
  232. tecks.Text = "Its over."
  233. sound2:Play()
  234. wait()
  235. BeeSpeed = 1
  236. cce.Saturation = -1.3
  237. wait(0.5)
  238. BeeSpeed = 1.2
  239. cce.Saturation = -0.5
  240. wait(0.5)
  241. BeeSpeed = 1.4
  242. cce.Saturation = -0.4
  243. wait(0.3)
  244. BeeSpeed = 1.5
  245. cce.Saturation = -0.2
  246. wait(0.2)
  247. cce.Saturation = 0
  248.  
  249. for i, v in pairs(game.Players:GetChildren()) do
  250. t = v.Character:FindFirstChild("Torso")
  251. if t then
  252. t.Anchored = false
  253. end
  254. RA = v.Character:FindFirstChild("Right Arm")
  255. if RA then
  256. RA.Anchored = false
  257. end
  258. LA = v.Character:FindFirstChild("Left Arm")
  259. if LA then
  260. LA.Anchored = false
  261. end
  262. RL = v.Character:FindFirstChild("Right Leg")
  263. if RL then
  264. RL.Anchored = false
  265. end
  266. LL = v.Character:FindFirstChild("Left Leg")
  267. if LL then
  268. LL.Anchored = false
  269. end
  270. end
  271. BeeSpeed = 100
  272. tecks.Text = LocalPlayer.Name
  273. TSTheme:Stop()
  274. end
  275. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement