Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Bacon Hair Server Destroyer Gui
- --The Bacon everybody and bacon player functions are just for annoyance and lag.
- --If you want to DESTROY the server press the red button.
- -- Objects
- local BaconGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextButton = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local TextBox = Instance.new("TextBox")
- local TextButton_2 = Instance.new("TextButton")
- local TextButton_3 = Instance.new("TextButton")
- -- Properties
- BaconGui.Name = "BaconGui"
- BaconGui.Parent = game.Players.LocalPlayer.PlayerGui
- Frame.Parent = BaconGui
- Frame.BackgroundColor3 = Color3.new(0.0392157, 0.698039, 1)
- Frame.BackgroundTransparency = 0.30000001192093
- Frame.Position = UDim2.new(0.58486408, 0, 0.363475174, 0)
- Frame.Size = UDim2.new(0.314474642, 0, 0.501773059, 0)
- Frame.Active = true
- Frame.Draggable = true
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.new(0.384314, 0.415686, 1)
- TextButton.BackgroundTransparency = 0.30000001192093
- TextButton.Position = UDim2.new(0, 0, 0.349999994, 0)
- TextButton.Size = UDim2.new(0.5, 0, 0.150000006, 0)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Bacon Spam Player"
- TextButton.TextScaled = true
- TextButton.TextSize = 14
- TextButton.TextWrapped = true
- TextButton.MouseButton1Click:connect(function()
- BaconStrikePlayer(TextBox.Text)
- end)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Size = UDim2.new(1, 0, 0, 100)
- TextLabel.Font = Enum.Font.SourceSansLight
- TextLabel.Text = "Bacon Server Destroyer Gui"
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- TextBox.Parent = Frame
- TextBox.BackgroundColor3 = Color3.new(0.603922, 0.376471, 1)
- TextBox.BackgroundTransparency = 0.30000001192093
- TextBox.Position = UDim2.new(0, 0, 0.5, 0)
- TextBox.Size = UDim2.new(0.5, 0, 0, 50)
- TextBox.Font = Enum.Font.SourceSans
- TextBox.Text = "Player Name Here!"
- TextBox.TextScaled = true
- TextBox.TextSize = 14
- TextBox.TextWrapped = true
- TextButton_2.Parent = Frame
- TextButton_2.BackgroundColor3 = Color3.new(0.384314, 0.415686, 1)
- TextButton_2.BackgroundTransparency = 0.30000001192093
- TextButton_2.Position = UDim2.new(0.5, 0, 0.349999994, 0)
- TextButton_2.Size = UDim2.new(0.5, 0, 0.330000013, 0)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "Bacon Spam All Players"
- TextButton_2.TextScaled = true
- TextButton_2.TextSize = 14
- TextButton_2.TextWrapped = true
- TextButton_2.MouseButton1Click:connect(function()
- BaconStrikeServer()
- end)
- TextButton_3.Parent = Frame
- TextButton_3.BackgroundColor3 = Color3.new(1, 0, 0.14902)
- TextButton_3.BackgroundTransparency = 0.30000001192093
- TextButton_3.Position = UDim2.new(0, 0, 0.680000007, 0)
- TextButton_3.Size = UDim2.new(1, 0, 0.319999993, 0)
- TextButton_3.Font = Enum.Font.SourceSans
- TextButton_3.Text = "Bacon Spam Every Single Part In The Server With Particles"
- TextButton_3.TextScaled = true
- TextButton_3.TextSize = 14
- TextButton_3.TextWrapped = true
- TextButton_3.MouseButton1Click:connect(function()
- BaconStrikeEverySinglePartInTheWholeServer()
- end)
- --BaconStrikePlayer
- function BaconStrikePlayer(player)
- if TextBox.Text ~= "Player Name Here!" then
- for i=1, 3000 do
- BaconHair = Instance.new("Part", workspace)
- BaconHair.Size = Vector3.new(1, 1, 2)
- BaconHairMesh = Instance.new("SpecialMesh", BaconHair)
- BaconHairMesh.MeshId = "http://roblox.com/asset/?id=83293901"
- BaconHairMesh.Scale = Vector3.new(1, 1.05, 1)
- BaconHairMesh.TextureId = "http://roblox.com/asset/?id=83284747"
- BaconHairMesh.VertexColor = Vector3.new(1.2, 1.4, 1.4)
- if player == "me" then
- BaconHair.Position = game.Players.LocalPlayer.Character.Torso.Position
- else
- BaconHair.Position = game.Players[player].Character.Torso.Position
- end
- wait(0.0001)
- end
- end
- end
- --BaconStrikeServer
- function BaconStrikeServer()
- MakeBaconSong()
- MakeBaconSound(workspace)
- for i=1, 6000 do
- BaconHair = Instance.new("Part", workspace)
- BaconHair.Size = Vector3.new(1, 1, 2)
- BaconHairMesh = Instance.new("SpecialMesh", BaconHair)
- BaconHairMesh.MeshId = "http://roblox.com/asset/?id=83293901"
- BaconHairMesh.Scale = Vector3.new(1, 1.05, 1)
- BaconHairMesh.TextureId = "http://roblox.com/asset/?id=83284747"
- BaconHairMesh.VertexColor = Vector3.new(1.2, 1.4, 1.4)
- Rando = game.Players:GetPlayers()[math.random(1,#game.Players:GetPlayers())]
- BaconHair.Position = Rando.Character.Torso.Position
- wait(0.0001)
- end
- end
- --BaconStrikeAllPartsInServer
- function BaconStrikeEverySinglePartInTheWholeServer()
- MakeBaconSong()
- for index, child in pairs(workspace:GetChildren()) do
- if child.ClassName == "Part" then
- MakeBaconSound(child)
- for i=1, 600 do
- BaconHair = Instance.new("Part", workspace)
- BaconHair.Size = Vector3.new(1, 1, 2)
- BaconHairMesh = Instance.new("SpecialMesh", BaconHair)
- BaconHairMesh.MeshId = "http://roblox.com/asset/?id=83293901"
- BaconHairMesh.Scale = Vector3.new(1, 1.05, 1)
- BaconHairMesh.TextureId = "http://roblox.com/asset/?id=83284747"
- BaconHairMesh.VertexColor = Vector3.new(1.2, 1.4, 1.4)
- BaconHairParticleMaker = Instance.new("ParticleEmitter", BaconHair)
- BaconHairParticleMaker.Size = NumberSequence.new(0.5)
- BaconHairParticleMaker.Texture = "rbxassetid://963303510"
- BaconHairParticleMaker.Transparency = NumberSequence.new(0.7, 0,7)
- BaconHairParticleMaker.Lifetime = NumberRange.new(5000, 5000)
- BaconHairParticleMaker.Rate = 500.000
- BaconHairParticleMaker.RotSpeed = NumberRange.new(100, 100)
- BaconHairParticleMaker.Speed = NumberRange.new(5, 5)
- BaconHairParticleMaker.SpreadAngle = Vector2.new(0, 1000)
- BaconHair.Position = child.Position
- end
- end
- end
- end
- --BaconSong
- function MakeBaconSong()
- if workspace:FindFirstChild("baconsong") then
- no = workspace:FindFirstChild("baconsong")
- no:Destroy()
- end
- baconsong = Instance.new("Sound", workspace)
- baconsong.Name = "baconsong"
- baconsong.SoundId = "rbxassetid://183031794"
- baconsong:Play()
- end
- --BaconSound
- function MakeBaconSound(parent)
- BaconSound = Instance.new("Sound", parent)
- BaconSound.Looped = true
- BaconSound.SoundId = "rbxassetid://1052934249"
- BaconSound:Play()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement