Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Keemstar The Gnome:
- By: KrystalTeam, falcon213, and ronaldonater/fancyanthony/TheEyeballOfWisdom
- Features: Attacking people on the internet. Version: 1.0.0.1
- --]]
- local p = game.Players.LocalPlayer.Character
- local weld = Instance.new("Weld",p.Torso)
- weld.Part0 = p.Torso
- local Harambe = Instance.new("Part",p.Torso)
- Harambe.Anchored = true
- Harambe.CanCollide = false
- Harambe.Size = Vector3.new(3,2,6)
- Harambe.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
- weld.Part1 = Harambe
- weld.C1 = CFrame.new(0,-2,0) * CFrame.Angles(0,math.rad(270),0)
- Harambe.Anchored = false
- local HarambeMesh = Instance.new("SpecialMesh",Harambe)
- HarambeMesh.MeshType = Enum.MeshType.FileMesh
- HarambeMesh.Scale = Vector3.new(1,1,1)
- HarambeMesh.MeshId = "rbxassetid://471652548"
- HarambeMesh.TextureId = "rbxassetid://471652580"
- local weld2 = Instance.new("Weld",p.Torso)
- weld2.Part0 = p.Torso
- local Smoke = Instance.new("Part",p.Torso)
- Smoke.Anchored = true
- Smoke.CanCollide = false
- Smoke.Size = Vector3.new(0.2,1.8,0.2)
- Smoke.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
- weld2.Part1 = Smoke
- weld2.C1 = CFrame.new(0,-3,0) * CFrame.Angles(math.rad(270),0,0)
- Smoke.Anchored = false
- Smoke.Transparency = 1;
- local Particle = Instance.new("ParticleEmitter",Smoke)
- Particle.Rate = 666;
- Particle.Speed = NumberRange.new(5,10);
- Particle.Lifetime = NumberRange.new(0.5,1);
- local A = {NumberSequenceKeypoint.new(0, 0, 0),NumberSequenceKeypoint.new(1, 1, 0)}
- local B = {NumberSequenceKeypoint.new(0, 1, 0),NumberSequenceKeypoint.new(1, 0, 0)}
- Particle.Transparency = NumberSequence.new(A);
- Particle.Size = NumberSequence.new(A);
- Particle.Color = ColorSequence.new(Color3.new(85/255,1,0),Color3.new(85/255,1,0))
- Particle.Rotation = NumberRange.new(-360, 360)
- Particle.VelocitySpread = 10;
- Particle.Texture = "rbxassetid://133619974"
- p.Humanoid.WalkSpeed = 50;
- for i,v in pairs(p:GetChildren()) do
- if v:IsA("Part") then
- v.Transparency = 1;
- elseif v:IsA("Hat") then
- v:Destroy()
- elseif v:IsA("Model") then
- v:Destroy()
- end
- end
- p.Head.face:Destroy()
- local function SFX(id) local s=Instance.new("Sound",p.Torso); s.SoundId = "rbxassetid://"..id; s.Volume = 1; return s; end
- Harambe.Touched:connect(function(p)
- if p.Parent then
- if p.Parent:IsA("Model") then
- if game.Players:FindFirstChild(p.Parent.Name) then
- if p.Parent.Name ~= game.Players.LocalPlayer.Name then
- game.Players:FindFirstChild(p.Parent.Name).Character:BreakJoints()
- local Fart = SFX(131314452)
- Fart:Play()
- end
- end
- end
- end
- end)
- local Music = SFX(433992205)
- Music.Looped = true;
- wait(1)
- Music:Play();
Add Comment
Please, Sign In to add comment