Advertisement
Mediakiller7Cool

drrrrr

Sep 7th, 2019
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. ----------------------------------------------weeeeeeeeeeeeeeeee
  2. warn("Made By Mediakiller7")
  3. warn("oooooooooof man")
  4.  
  5. for i,v in pairs(owner.Character:GetChildren()) do
  6. if v.ClassName == "CharacterMesh" then
  7. v:Destroy()
  8. end
  9.  
  10. if v.ClassName == "Shirt" then
  11. v:Destroy()
  12. end
  13.  
  14. if v.ClassName == "Part" then
  15. v.BrickColor = BrickColor.new("Bright yellow")
  16. end
  17.  
  18. if v.ClassName == "MeshPart" then
  19. v.BrickColor = BrickColor.new("Bright yellow")
  20. end
  21.  
  22. if v.ClassName == "Pants" then
  23. v:Destroy()
  24. end
  25.  
  26. if v.ClassName == "ShirtGraphic" then
  27. v:Destroy()
  28. end
  29.  
  30. if v.ClassName == "Accessory" then
  31. v:Destroy()
  32. end
  33.  
  34. if v.ClassName == "Hat" then
  35. v:Destroy()
  36. end
  37.  
  38. if v.ClassName == "Face" then
  39. v:Destroy()
  40. end
  41.  
  42. end
  43.  
  44. local plr = owner
  45. local char = plr.Character
  46. char.Head.face.Texture = "rbxassetid://16132434"
  47. local hum = char:FindFirstChildOfClass("Humanoid")
  48. hum.WalkSpeed = 20
  49. hum.Health = 1000000000000000
  50.  
  51. local mus = Instance.new("Sound",char)
  52. mus.SoundId = "rbxassetid://1345639272"
  53. mus.Volume = 10
  54. mus:Play()
  55. mus.Looped = true
  56.  
  57. local Hair = Instance.new("Part")
  58. Hair.Parent = char
  59. Hair.Name = "Despacshito"
  60. Hair.Size = Vector3.new(1, 0.4, 1)
  61. Hair.CFrame = char.Head.CFrame
  62. Hair:BreakJoints()
  63. Hair.CanCollide = false
  64. Hair.BrickColor = BrickColor.new("New Yeller")
  65. Hair.TopSurface = "Smooth"
  66. Hair.BottomSurface = "Smooth"
  67. Weld = Instance.new("Weld")
  68. Weld.Name = "Weld"
  69. Weld.Part0 = char.Head
  70. Weld.Part1 = Hair
  71. Weld.Parent = char.Head
  72. Weld.C0 = CFrame.new(0, 0.6, -0.1)*CFrame.fromEulerAnglesXYZ(0, 0, 0)
  73. Mesh = Instance.new("SpecialMesh")
  74. Mesh.Parent = Hair
  75. Mesh.MeshId = "rbxassetid://3808424094"
  76. Mesh.TextureId = "http://www.roblox.com/asset/?id=3808424142"
  77. Mesh.Scale = Vector3.new(1.1, 1.1, 1)
  78.  
  79. local tool = Instance.new("Tool",plr:WaitForChild("Backpack"))
  80. tool.Grip = CFrame.new(0,-0.8,-0.2) * CFrame.Angles(math.rad(0),math.rad(180),math.rad(0))
  81. tool.Name = "Flamongo"
  82.  
  83. local part = Instance.new("Part",tool)
  84. part.Name = "Handle"
  85. part.Size = Vector3.new(4,6,4)
  86. part.TopSurface = "Smooth"
  87. part.BottomSurface = "Smooth"
  88. part.CanCollide = false
  89. part:BreakJoints()
  90. part.Touched:connect(function(hit)
  91. local hum = hit.Parent:FindFirstChild("Humanoid")
  92. if hum then
  93. hum.Health = 0
  94. end
  95. end)
  96.  
  97. local mesh = Instance.new("SpecialMesh",part)
  98. mesh.MeshId = "rbxassetid://3810254888"
  99. mesh.TextureId = "rbxassetid://3810254928"
  100. mesh.Scale = Vector3.new(2,2,2)
  101.  
  102. local BillboardGui = Instance.new("BillboardGui")
  103. local TextLabel = Instance.new("TextLabel")
  104.  
  105. local inv = false
  106.  
  107. BillboardGui.Name = "YesIGotBanned"
  108. BillboardGui.Parent = char.Head
  109. BillboardGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  110. BillboardGui.AlwaysOnTop = false
  111. BillboardGui.ExtentsOffset = Vector3.new(0, 3, 0)
  112. BillboardGui.LightInfluence = 1
  113. BillboardGui.Size = UDim2.new(0, 200, 0, 50)
  114.  
  115. TextLabel.Parent = BillboardGui
  116. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  117. TextLabel.BackgroundTransparency = 1
  118. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  119. TextLabel.Font = Enum.Font.SourceSans
  120. TextLabel.Text = "Flamongo"
  121. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  122. TextLabel.TextScaled = true
  123. TextLabel.TextSize = 20
  124. TextLabel.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement