Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local frosting_queFEGUI = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- --Properties:
- frosting_queFEGUI.Name = "frosting_que FE GUI"
- frosting_queFEGUI.Parent = game.CoreGui
- Frame.Parent = frosting_queFEGUI
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0.45969674, 0, 0.60304451, 0)
- Frame.Size = UDim2.new(0, 195, 0, 171)
- Frame.Active = true
- Frame.Draggable = true
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton.Position = UDim2.new(-0.00184172392, 0, 0.703794956, 0)
- TextButton.Size = UDim2.new(0, 195, 0, 50)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Explode"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextScaled = true
- TextButton.TextSize = 14
- TextButton.TextWrapped = true
- TextButton.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Clothes:FireServer({[1] = "1527622", [2] = "none", [3] = "none", [4] = "none", [5] = "none", [2] = "none"})
- end)
- TextButton_2.Parent = Frame
- TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_2.Position = UDim2.new(-0.00184172392, 0, 0.411328882, 0)
- TextButton_2.Size = UDim2.new(0, 195, 0, 50)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "Hammer"
- TextButton_2.TextColor3 = Color3.new(0, 0, 0)
- TextButton_2.TextScaled = true
- TextButton_2.TextSize = 14
- TextButton_2.TextWrapped = true
- TextButton_2.MouseButton1Down:connect(function()
- game.ReplicatedStorage.Clothes:FireServer({[1] = "1055299", [2] = "none", [3] = "none", [4] = "none", [5] = "none", [2] = "none"})
- local oof = game.Players.LocalPlayer.Character:WaitForChild'TeapotTurret'
- local hamma = oof.GravityHammer
- hamma.Parent = game.Players.LocalPlayer.Backpack
- oof:Destroy()
- for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
- if v:IsA'HopperBin' then
- v:Destroy()
- end
- end
- end)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.Position = UDim2.new(-0.00184172392, 0, 0.163318127, 0)
- TextLabel.Size = UDim2.new(0, 195, 0, 42)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "BY: Samucraft18"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement