Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ----------------------------------------------weeeeeeeeeeeeeeeee
- warn("Made By Mediakiller7")
- warn("oooooooooof man")
- for i,v in pairs(owner.Character:GetChildren()) do
- if v.ClassName == "CharacterMesh" then
- v:Destroy()
- end
- if v.ClassName == "Shirt" then
- v:Destroy()
- end
- if v.ClassName == "Part" then
- v.BrickColor = BrickColor.new("Bright yellow")
- end
- if v.ClassName == "MeshPart" then
- v.BrickColor = BrickColor.new("Bright yellow")
- end
- if v.ClassName == "Pants" then
- v:Destroy()
- end
- if v.ClassName == "ShirtGraphic" then
- v:Destroy()
- end
- if v.ClassName == "Accessory" then
- v:Destroy()
- end
- if v.ClassName == "Hat" then
- v:Destroy()
- end
- if v.ClassName == "Face" then
- v:Destroy()
- end
- end
- local plr = owner
- local char = plr.Character
- char.Head.face.Texture = "rbxassetid://16132434"
- local hum = char:FindFirstChildOfClass("Humanoid")
- hum.WalkSpeed = 20
- hum.Health = 1000000000000000
- local mus = Instance.new("Sound",char)
- mus.SoundId = "rbxassetid://1345639272"
- mus.Volume = 10
- mus:Play()
- mus.Looped = true
- local Hair = Instance.new("Part")
- Hair.Parent = char
- Hair.Name = "Despacshito"
- Hair.Size = Vector3.new(1, 0.4, 1)
- Hair.CFrame = char.Head.CFrame
- Hair:BreakJoints()
- Hair.CanCollide = false
- Hair.BrickColor = BrickColor.new("New Yeller")
- Hair.TopSurface = "Smooth"
- Hair.BottomSurface = "Smooth"
- Weld = Instance.new("Weld")
- Weld.Name = "Weld"
- Weld.Part0 = char.Head
- Weld.Part1 = Hair
- Weld.Parent = char.Head
- Weld.C0 = CFrame.new(0, 0.6, -0.1)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
- Mesh = Instance.new("SpecialMesh")
- Mesh.Parent = Hair
- Mesh.MeshId = "rbxassetid://3808424094"
- Mesh.TextureId = "http://www.roblox.com/asset/?id=3808424142"
- Mesh.Scale = Vector3.new(1.1, 1.1, 1)
- local tool = Instance.new("Tool",plr:WaitForChild("Backpack"))
- tool.Grip = CFrame.new(0,-0.8,-0.2) * CFrame.Angles(math.rad(0),math.rad(180),math.rad(0))
- tool.Name = "Flamongo"
- local part = Instance.new("Part",tool)
- part.Name = "Handle"
- part.Size = Vector3.new(4,6,4)
- part.TopSurface = "Smooth"
- part.BottomSurface = "Smooth"
- part.CanCollide = false
- part:BreakJoints()
- part.Touched:connect(function(hit)
- local hum = hit.Parent:FindFirstChild("Humanoid")
- if hum then
- hum.Health = 0
- end
- end)
- local mesh = Instance.new("SpecialMesh",part)
- mesh.MeshId = "rbxassetid://3810254888"
- mesh.TextureId = "rbxassetid://3810254928"
- mesh.Scale = Vector3.new(2,2,2)
- local BillboardGui = Instance.new("BillboardGui")
- local TextLabel = Instance.new("TextLabel")
- local inv = false
- BillboardGui.Name = "YesIGotBanned"
- BillboardGui.Parent = char.Head
- BillboardGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- BillboardGui.AlwaysOnTop = false
- BillboardGui.ExtentsOffset = Vector3.new(0, 3, 0)
- BillboardGui.LightInfluence = 1
- BillboardGui.Size = UDim2.new(0, 200, 0, 50)
- TextLabel.Parent = BillboardGui
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Size = UDim2.new(0, 200, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Flamongo"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 20
- TextLabel.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement