Advertisement
Vzurxy

Untitled

Oct 3rd, 2017
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.68 KB | None | 0 0
  1. --KAZOO KID! created by: Kidd_Anonymouse#9926 enjoy the script, Q to shoot your Kazoo cannons
  2. local player = game.Players.LocalPlayer
  3. local char = player.Character
  4. local head = char.Head
  5. local To = char.Torso
  6. local HRP = char.HumanoidRootPart
  7. local RA = char["Right Arm"]
  8. local LA = char["Left Arm"]
  9. local RL = char["Right Leg"]
  10. local LL = char["Left Leg"]
  11. local Hum = char:FindFirstChildOfClass("Humanoid")
  12. local mouse = player:GetMouse()
  13. --game:service'InsertService':LoadAsset(14030252):children()[1].Parent=char
  14. --game:GetObjects("rbxassetid://857556803")[1].Parent=char
  15. for i = 5,1,-1 do
  16. if char:FindFirstChildOfClass("Accessory") ~= nil then char:FindFirstChildOfClass("Accessory"):remove()end
  17. end
  18. char:WaitForChild("Animate").walk.WalkAnim.AnimationId = "http://www.roblox.com/Asset?ID=252557606"
  19. ------------------------------------------------------------------------------------------
  20. ------------------------------------------------------------------------------------------
  21. ------------------------------------------------------------------------------------------
  22. ------------------------------------------------------------------------------------------
  23. --game:GetObjects("rbxassetid://857556803")[1].Parent=char
  24. ------------------------------------------------------------------------------------------
  25. ------------------------------------------------------------------------------------------
  26. ------------------------------------------------------------------------------------------
  27. ------------------------------------------------------------------------------------------
  28.  
  29. local m = Instance.new("Model",char)
  30.  
  31. local s1 = Instance.new("Sound",char)
  32. s1.SoundId = "rbxassetid://379250303"
  33. s1.Volume = 0.5
  34. s1.Looped = true
  35. s1:Play()
  36.  
  37.  
  38. if head:FindFirstChild("face")== nil then
  39. local d = Instance.new("Decal",head)
  40. d.Texture = "rbxassetid://664468442"
  41. d.Face = "Front"
  42. else
  43. head:FindFirstChild("face").Texture = "rbxassetid://664468442"
  44. end
  45.  
  46. if char:FindFirstChildOfClass("Shirt")== nil then
  47. local s = Instance.new("Shirt",char)
  48. s.ShirtTemplate = "rbxassetid://762916834"
  49. else
  50. char:FindFirstChildOfClass("Shirt").ShirtTemplate = "rbxassetid://762916834"
  51. end
  52.  
  53. if char:FindFirstChildOfClass("Pants")== nil then
  54. local s = Instance.new("Pants",char)
  55. s.PantsTemplate = "rbxassetid://843263078"
  56. else
  57. char:FindFirstChildOfClass("Pants").PantsTemplate = "rbxassetid://843263078"
  58. end
  59.  
  60.  
  61. char:WaitForChild("Body Colors").HeadColor = BrickColor.new("Pastel brown")
  62. char:WaitForChild("Body Colors").LeftArmColor = BrickColor.new("Pastel brown")
  63. char:WaitForChild("Body Colors").LeftLegColor = BrickColor.new("Pastel brown")
  64. char:WaitForChild("Body Colors").RightArmColor = BrickColor.new("Pastel brown")
  65. char:WaitForChild("Body Colors").RightLegColor = BrickColor.new("Pastel brown")
  66. char:WaitForChild("Body Colors").TorsoColor = BrickColor.new("Pastel brown")
  67.  
  68.  
  69. Hum.WalkSpeed = 100
  70. Hum.JumpPower = 100
  71. --[[
  72. head:WaitForChild("Jumping")
  73. head.Jumping.SoundId = "rbxassetid://151681170"
  74. head.Jumping.Volume = 3
  75. --]]
  76.  
  77.  
  78. local MousePart = Instance.new("Part",m)
  79. MousePart.CanCollide = false
  80. MousePart.BottomSurface = "Smooth"
  81. MousePart.TopSurface = "Smooth"
  82. MousePart.Size = Vector3.new(0.2, 0.2, 0.2)
  83. MousePart.Anchored = true
  84.  
  85.  
  86.  
  87. function despawn1(part1,part2,length)
  88.  
  89. for i = 10,1,-1 do
  90.  
  91. part1.Transparency = part1.Transparency + 0.1
  92. part1.Size = part1.Size + Vector3.new(0.2,0.2,length)
  93. part1.Size = Vector3.new(part1.Size.X,part1.Size.Y,length)
  94.  
  95. wait(0.01)
  96. end
  97. part1:remove()
  98.  
  99. for i = 10,1,-1 do
  100.  
  101. part2.Transparency = part2.Transparency + 0.1
  102.  
  103. wait(0.01)
  104. end
  105. part2:remove()
  106.  
  107. end
  108.  
  109.  
  110.  
  111. function despawn2(part1,length)
  112.  
  113. for i = 10,1,-1 do
  114.  
  115. part1.Transparency = part1.Transparency + 0.1
  116. part1.Size = part1.Size + Vector3.new(0.2,0,length)
  117. part1.Size = Vector3.new(part1.Size.X,part1.Size.Y,length)
  118.  
  119. wait(0.01)
  120. end
  121. part1:remove()
  122. end
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133. function snipe(T)
  134.  
  135. local part = Instance.new("Part", m)
  136. part.Parent = m
  137. part.Name = "Sniper"
  138. part.BottomSurface = 0
  139. part.TopSurface = 0
  140. part.BrickColor = BrickColor.new("Shamrock")
  141. part.FormFactor = "Custom"
  142. part.Size = Vector3.new(1, 1, 3)
  143. part.Anchored = true
  144. part.Locked = true
  145. part.CanCollide = false
  146. part.Transparency = 0
  147.  
  148. local S=part
  149.  
  150. part.Position = char.Torso.Position + Vector3.new(math.random(-5,5),math.random(3,8),math.random(-5,5))
  151. part.CFrame = CFrame.new(part.Position,T.Position)
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158. obj = part
  159. local lastPos = obj.CFrame.p
  160. objC = obj:Clone()
  161. wait(0.05)
  162. objC.Parent = part
  163. objC.FormFactor = "Custom"
  164. objC.Anchored = true
  165. objC.BrickColor = BrickColor.new("New Yeller")
  166. local distance = (T.Position- obj.CFrame.p).magnitude
  167. objC.Size = Vector3.new(0.2,0.2,distance)
  168. objC.CFrame = CFrame.new(T.Position,obj.Position)*CFrame.new(0,0,-distance/2)
  169. local s = Instance.new("Sound",part)
  170. s.SoundId = "rbxassetid://441874008"
  171. s.Volume = 100
  172. s.TimePosition = math.random(15,30)
  173. s:Play()
  174. despawn1(objC,part,distance)
  175. if mouse.Target.Parent:FindFirstChildOfClass("Humanoid") ~= nil then
  176. mouse.Target.Parent:FindFirstChildOfClass("Humanoid"):TakeDamage(9999999,99999999,9999999999)
  177. local PETemp = Instance.new("ParticleEmitter",mouse.Target) --HitMarkers
  178. PETemp.Texture = "rbxassetid://857586798"
  179. PETemp.Acceleration = Vector3.new(0,-10,0)
  180. PETemp.Lifetime = NumberRange.new(2,4)
  181. PETemp.Speed = NumberRange.new(8,10)
  182. PETemp.Rate = 100
  183. PETemp.VelocitySpread = 50
  184. PETemp.Rotation = NumberRange.new(50,50)
  185. PETemp.RotSpeed = NumberRange.new(200,200)
  186. PETemp.Enabled = true
  187. wait(0.1)
  188. PETemp.Enabled = false
  189. end
  190. end
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212. mouse.KeyDown:connect(function(key)
  213.  
  214.  
  215. if key == "q" then
  216. MousePart.CFrame = CFrame.new(mouse.Hit.p)
  217. snipe(MousePart)
  218. end
  219.  
  220.  
  221. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement