Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --KAZOO KID! created by: Kidd_Anonymouse#9926 enjoy the script, Q to shoot your Kazoo cannons
- --Edited By Migas3456#6402
- local player = game.Players.LocalPlayer
- local char = player.Character
- local head = char.Head
- local To = char.Torso
- local HRP = char.HumanoidRootPart
- local RA = char["Right Arm"]
- local LA = char["Left Arm"]
- local RL = char["Right Leg"]
- local LL = char["Left Leg"]
- local Hum = char:FindFirstChildOfClass("Humanoid")
- local mouse = player:GetMouse()
- --game:service'InsertService':LoadAsset(14030252):children()[1].Parent=char
- --game:GetObjects("rbxassetid://857556803")[1].Parent=char
- for i = 5,1,-1 do
- if char:FindFirstChildOfClass("Accessory") ~= nil then char:FindFirstChildOfClass("Accessory"):remove()end
- end
- char:WaitForChild("Animate").walk.WalkAnim.AnimationId = "http://www.roblox.com/Asset?ID=252557606"
- ------------------------------------------------------------------------------------------
- ------------------------------------------------------------------------------------------
- ------------------------------------------------------------------------------------------
- ------------------------------------------------------------------------------------------
- --game:GetObjects("rbxassetid://857556803")[1].Parent=char
- ------------------------------------------------------------------------------------------
- ------------------------------------------------------------------------------------------
- ------------------------------------------------------------------------------------------
- ------------------------------------------------------------------------------------------
- local m = Instance.new("Model",char)
- local s1 = Instance.new("Sound",char)
- s1.SoundId = "rbxassetid://379250303"
- s1.Volume = 0.5
- s1.Looped = true
- s1:Play()
- if head:FindFirstChild("face")== nil then
- local d = Instance.new("Decal",head)
- d.Texture = "rbxassetid://664468442"
- d.Face = "Front"
- else
- head:FindFirstChild("face").Texture = "rbxassetid://664468442"
- end
- if char:FindFirstChildOfClass("Shirt")== nil then
- local s = Instance.new("Shirt",char)
- s.ShirtTemplate = "rbxassetid://762916834"
- else
- char:FindFirstChildOfClass("Shirt").ShirtTemplate = "rbxassetid://762916834"
- end
- if char:FindFirstChildOfClass("Pants")== nil then
- local s = Instance.new("Pants",char)
- s.PantsTemplate = "rbxassetid://843263078"
- else
- char:FindFirstChildOfClass("Pants").PantsTemplate = "rbxassetid://843263078"
- end
- local hair = Instance.new("Part",char)
- hair.Name = "Hair"
- hair.CanCollide = false
- hair.Size = Vector3.new(1.2, 1, 1.6)
- hair.BrickColor = BrickColor.new("New Yeller")
- local hairmesh = Instance.new("SpecialMesh",hair)
- hairmesh.MeshId = "http://www.roblox.com/asset/?id=13332444"
- hairmesh.TextureId = "http://www.roblox.com/asset/?id=13693099"
- hairmesh.Scale = Vector3.new(1.05,1,1.05)
- hairmesh.VertexColor = Vector3.new(1, 1, 1)
- local hairweld = Instance.new("Weld",hair)
- hairweld.Part0 = head
- hairweld.Part1 = hair
- hairweld.C0 = CFrame.new(0,0.3,0)
- char:WaitForChild("Body Colors").HeadColor = BrickColor.new("Pastel brown")
- char:WaitForChild("Body Colors").LeftArmColor = BrickColor.new("Pastel brown")
- char:WaitForChild("Body Colors").LeftLegColor = BrickColor.new("Pastel brown")
- char:WaitForChild("Body Colors").RightArmColor = BrickColor.new("Pastel brown")
- char:WaitForChild("Body Colors").RightLegColor = BrickColor.new("Pastel brown")
- char:WaitForChild("Body Colors").TorsoColor = BrickColor.new("Pastel brown")
- Hum.WalkSpeed = 100
- Hum.JumpPower = 100
- --[[
- head:WaitForChild("Jumping")
- head.Jumping.SoundId = "rbxassetid://151681170"
- head.Jumping.Volume = 3
- --]]
- local MousePart = Instance.new("Part",m)
- MousePart.CanCollide = false
- MousePart.BottomSurface = "Smooth"
- MousePart.TopSurface = "Smooth"
- MousePart.Size = Vector3.new(0.2, 0.2, 0.2)
- MousePart.Anchored = true
- function despawn1(part1,part2,length)
- for i = 10,1,-1 do
- part1.Transparency = part1.Transparency + 0.1
- part1.Size = part1.Size + Vector3.new(0.2,0.2,length)
- part1.Size = Vector3.new(part1.Size.X,part1.Size.Y,length)
- wait(0.01)
- end
- part1:remove()
- for i = 10,1,-1 do
- part2.Transparency = part2.Transparency + 0.1
- wait(0.01)
- end
- part2:remove()
- end
- function despawn2(part1,length)
- for i = 10,1,-1 do
- part1.Transparency = part1.Transparency + 0.1
- part1.Size = part1.Size + Vector3.new(0.2,0,length)
- part1.Size = Vector3.new(part1.Size.X,part1.Size.Y,length)
- wait(0.01)
- end
- part1:remove()
- end
- function snipe(T)
- local part = Instance.new("Part", m)
- part.Parent = m
- part.Name = "Sniper"
- part.BottomSurface = 0
- part.TopSurface = 0
- part.BrickColor = BrickColor.new("Shamrock")
- part.FormFactor = "Custom"
- part.Size = Vector3.new(1, 1, 3)
- part.Anchored = true
- part.Locked = true
- part.CanCollide = false
- part.Transparency = 0
- local S=part
- part.Position = char.Torso.Position + Vector3.new(math.random(-5,5),math.random(3,8),math.random(-5,5))
- part.CFrame = CFrame.new(part.Position,T.Position)
- obj = part
- local lastPos = obj.CFrame.p
- objC = obj:Clone()
- wait(0.05)
- objC.Parent = part
- objC.FormFactor = "Custom"
- objC.Anchored = true
- objC.BrickColor = BrickColor.new("New Yeller")
- local distance = (T.Position- obj.CFrame.p).magnitude
- objC.Size = Vector3.new(0.2,0.2,distance)
- objC.CFrame = CFrame.new(T.Position,obj.Position)*CFrame.new(0,0,-distance/2)
- local s = Instance.new("Sound",part)
- s.SoundId = "rbxassetid://441874008"
- s.Volume = 1
- s.TimePosition = math.random(15,30)
- s:Play()
- despawn1(objC,part,distance)
- if mouse.Target.Parent:FindFirstChildOfClass("Humanoid") ~= nil then
- mouse.Target.Parent:FindFirstChildOfClass("Humanoid"):TakeDamage(1,000,000)
- local PETemp = Instance.new("ParticleEmitter",mouse.Target) --HitMarkers
- PETemp.Texture = "rbxassetid://857586798"
- PETemp.Acceleration = Vector3.new(0,-10,0)
- PETemp.Lifetime = NumberRange.new(2,4)
- PETemp.Speed = NumberRange.new(8,10)
- PETemp.Rate = 100
- PETemp.VelocitySpread = 50
- PETemp.Rotation = NumberRange.new(50,50)
- PETemp.RotSpeed = NumberRange.new(200,200)
- PETemp.Enabled = true
- wait(0.1)
- PETemp.Enabled = false
- end
- end
- mouse.KeyDown:connect(function(key)
- if key == "q" then
- MousePart.CFrame = CFrame.new(mouse.Hit.p)
- snipe(MousePart)
- end
- end)
- pingudecal = "http://www.roblox.com/asset/?id=424102416"
- local didpingu = false
- local ScreenGui = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
- ScreenGui.Name = "nooties"
- local TextButton = Instance.new("TextButton")
- TextButton.Parent = ScreenGui
- TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton.Size = UDim2.new(0, 200, 0, 50)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.FontSize = Enum.FontSize.Size14
- TextButton.Text = "rekt server"
- TextButton.TextSize = 14
- TextButton.MouseButton1Down:connect(function()
- s1.SoundId = "rbxassetid://0"
- TextButton.Visible = false
- wait( )
- if didpingu == false then
- didpingu = true
- for i,v in pairs(game.Players:GetChildren()) do
- if v:IsA("Player") then
- local nooties = Instance.new("Sound",workspace)
- nooties.SoundId = "rbxassetid://675547468"
- nooties.Volume = 1
- nooties.Looped = true
- nooties:Play()
- end
- end
- wait(1)
- msg = Instance.new("Message",workspace)
- msg.Text = "I Like To Sing"
- wait(1.5)
- msg:Destroy()
- msg = Instance.new("Message",workspace)
- msg.Text = "Dance"
- wait(1)
- msg:Destroy()
- msg = Instance.new("Message",workspace)
- msg.Text = ""
- wait(1.5)
- msg:Destroy()
- msg = Instance.new("Message",workspace)
- msg.Text = "Pretend"
- wait(2)
- msg:Destroy()
- msg = Instance.new("Message",workspace)
- msg.Text = "And"
- wait(2)
- msg:Destroy()
- msg = Instance.new("Message",workspace)
- msg.Text = "I Like To Have"
- wait(1)
- msg:Destroy()
- msg = Instance.new("Message",workspace)
- msg.Text = "Fun"
- wait(0.1)
- msg:Destroy()
- wait(0.1)
- msg = Instance.new("Message",workspace)
- msg.Text = "Fun"
- wait(0.1)
- msg:Destroy()
- wait(0.1)
- msg = Instance.new("Message",workspace)
- msg.Text = "Fun"
- wait(0.1)
- msg:Destroy()
- wait(0.1)
- msg = Instance.new("Message",workspace)
- msg.Text = "Fun"
- wait(0.1)
- msg:Destroy()
- wait(0.1)
- msg = Instance.new("Message",workspace)
- msg.Text = "Fun"
- wait(0.1)
- msg:Destroy()
- wait(0.1)msg = Instance.new("Message",workspace)
- msg.Text = "Fun"
- wait(0.1)
- msg:Destroy()
- wait(0.1)
- msg = Instance.new("Message",workspace)
- msg.Text = "Fun"
- wait(0.1)
- msg:Destroy()
- wait(0.1)
- msg = Instance.new("Message",workspace)
- msg.Text = "Fun"
- wait(0.1)
- msg:Destroy()
- wait(0.1)
- msg = Instance.new("Message",workspace)
- msg.Text = "Fun"
- wait(0.1)
- msg:Destroy()
- wait(0.1)
- msg = Instance.new("Message",workspace)
- msg.Text = "Fun"
- wait(0.1)
- msg:Destroy()
- wait(0.1)
- msg = Instance.new("Message",workspace)
- msg.Text = "Fun"
- wait(0.1)
- msg:Destroy()
- wait(0.1)
- wait( )
- local Sky = Instance.new("Sky",game.Lighting)
- Sky.SkyboxBk = pingudecal
- Sky.SkyboxDn = pingudecal
- Sky.SkyboxFt = pingudecal
- Sky.SkyboxLf = pingudecal
- Sky.SkyboxRt = pingudecal
- Sky.SkyboxUp = pingudecal
- local function modelasd()
- for i,v in pairs(workspace:GetChildren()) do
- if v:IsA("Model") then
- for i,a in pairs(v:GetChildren()) do
- local top = Instance.new("Decal",a)
- top.Face = "Top"
- top.Texture = pingudecal
- local btm = Instance.new("Decal",a)
- btm.Face = "Bottom"
- btm.Texture = pingudecal
- local lft = Instance.new("Decal",a)
- lft.Face = "Left"
- lft.Texture = pingudecal
- local rft = Instance.new("Decal",a)
- rft.Face = "Right"
- rft.Texture = pingudecal
- local frnt = Instance.new("Decal",a)
- frnt.Face = "Front"
- frnt.Texture = pingudecal
- local bk = Instance.new("Decal",a)
- bk.Face = "Back"
- bk.Texture = pingudecal
- local VTest = Instance.new("ParticleEmitter")
- VTest.Parent = a
- VTest.Texture = pingudecal
- VTest.Speed = NumberRange.new(200)
- VTest.Rate = 200
- VTest.Size = NumberSequence.new(10000,10000)
- VTest.Lifetime = NumberRange.new(1000)
- local pepe = coroutine.create(function()
- while wait() do
- local Explosion = Instance.new("Explosion",a)
- Explosion.BlastRadius = 0
- end
- end)
- coroutine.resume(pepe)
- end
- end
- end
- end
- local function partasd()
- for i,a in pairs(workspace:GetChildren()) do
- local top = Instance.new("Decal",a)
- top.Face = "Top"
- top.Texture = pingudecal
- local btm = Instance.new("Decal",a)
- btm.Face = "Bottom"
- btm.Texture = pingudecal
- local lft = Instance.new("Decal",a)
- lft.Face = "Left"
- lft.Texture = pingudecal
- local rft = Instance.new("Decal",a)
- rft.Face = "Right"
- rft.Texture = pingudecal
- local frnt = Instance.new("Decal",a)
- frnt.Face = "Front"
- frnt.Texture = pingudecal
- local bk = Instance.new("Decal",a)
- bk.Face = "Back"
- bk.Texture = pingudecal
- local VTest = Instance.new("ParticleEmitter")
- VTest.Parent = a
- VTest.Texture = pingudecal
- VTest.Speed = NumberRange.new(200)
- VTest.Rate = 200
- VTest.Lifetime = NumberRange.new(1000)
- VTest.Size = NumberSequence.new(10000,10000)
- local pepe = coroutine.create(function()
- while wait() do
- if a.Name ~= "Head" or "Torso" or "Left Arm" or "Right Arm" or "Left Leg" or "Right Leg" then
- local Explosion = Instance.new("Explosion",a)
- Explosion.BlastRadius = 0
- end
- end
- end)
- coroutine.resume(pepe)
- end
- end
- partasd()
- modelasd()
- else
- warn("Already Ran! Did not execute the script!")
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement