Advertisement
Nassaliam

XDDDDDDDDDDDD

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