Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made by Pro Bro
- -- Objects
- local ScreenGui = Instance.new("ScreenGui")
- local Open = Instance.new("TextButton")
- local Frame = Instance.new("Frame")
- local RemoveJumps = Instance.new("TextButton")
- local RemoveBarriers = Instance.new("TextButton")
- local RemoveHouse = Instance.new("TextButton")
- local RemoveBasePlate = Instance.new("TextButton")
- local RemoveAdminPads = Instance.new("TextButton")
- local RemoveAdminRegen = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- local p = game.Workspace.YOURNAMEHERE
- -- Properties
- ScreenGui.Parent = game.CoreGui
- Open.Name = "Open"
- Open.Parent = ScreenGui
- Open.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- Open.Size = UDim2.new(0, 200, 0, 50)
- Open.Font = Enum.Font.ArialBold
- Open.FontSize = Enum.FontSize.Size14
- Open.TextColor3 = Color3.new(0, 0, 0)
- Open.TextSize = 14
- Open.TextWrapped = true
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Draggable = true
- Frame.Position = UDim2.new(0, 30, 0, 30)
- Frame.Selectable = true
- Frame.Size = UDim2.new(0, 300, 0, 350)
- Frame.Visible = false
- RemoveJumps.Name = "Remove Jumps"
- RemoveJumps.Parent = Frame
- RemoveJumps.BackgroundColor3 = Color3.new(1, 1, 1)
- RemoveJumps.Size = UDim2.new(0, 300, 0, 50)
- RemoveJumps.SizeConstraint = Enum.SizeConstraint.RelativeYY
- RemoveJumps.Font = Enum.Font.SourceSans
- RemoveJumps.FontSize = Enum.FontSize.Size14
- RemoveJumps.Text = "Remove Jumps"
- RemoveJumps.TextSize = 14
- RemoveBarriers.Name = "Remove Barriers"
- RemoveBarriers.Parent = Frame
- RemoveBarriers.BackgroundColor3 = Color3.new(1, 1, 1)
- RemoveBarriers.Position = UDim2.new(0, 0, 0, 50)
- RemoveBarriers.Size = UDim2.new(0, 300, 0, 50)
- RemoveBarriers.Font = Enum.Font.SourceSans
- RemoveBarriers.FontSize = Enum.FontSize.Size14
- RemoveBarriers.Text = "Remove Barriers"
- RemoveBarriers.TextSize = 14
- RemoveHouse.Name = "Remove House"
- RemoveHouse.Parent = Frame
- RemoveHouse.BackgroundColor3 = Color3.new(1, 1, 1)
- RemoveHouse.Position = UDim2.new(0, 0, 0, 100)
- RemoveHouse.Size = UDim2.new(0, 300, 0, 50)
- RemoveHouse.Font = Enum.Font.SourceSans
- RemoveHouse.FontSize = Enum.FontSize.Size14
- RemoveHouse.Text = "Remove House"
- RemoveHouse.TextSize = 14
- RemoveBasePlate.Name = "Remove BasePlate"
- RemoveBasePlate.Parent = Frame
- RemoveBasePlate.BackgroundColor3 = Color3.new(1, 1, 1)
- RemoveBasePlate.Position = UDim2.new(0, 0, 0, 150)
- RemoveBasePlate.Size = UDim2.new(0, 300, 0, 50)
- RemoveBasePlate.Font = Enum.Font.SourceSans
- RemoveBasePlate.FontSize = Enum.FontSize.Size14
- RemoveBasePlate.Text = "Remove Baseplate"
- RemoveBasePlate.TextSize = 14
- RemoveAdminPads.Name = "Remove Admin Pads"
- RemoveAdminPads.Parent = Frame
- RemoveAdminPads.BackgroundColor3 = Color3.new(1, 1, 1)
- RemoveAdminPads.Position = UDim2.new(0, 0, 0, 200)
- RemoveAdminPads.Size = UDim2.new(0, 300, 0, 50)
- RemoveAdminPads.Font = Enum.Font.SourceSans
- RemoveAdminPads.FontSize = Enum.FontSize.Size14
- RemoveAdminPads.Text = "Remove Admin Pads"
- RemoveAdminPads.TextSize = 14
- RemoveAdminRegen.Name = "Remove Admin Regen"
- RemoveAdminRegen.Parent = Frame
- RemoveAdminRegen.BackgroundColor3 = Color3.new(1, 1, 1)
- RemoveAdminRegen.Position = UDim2.new(0, 0, 0, 250)
- RemoveAdminRegen.Size = UDim2.new(0, 300, 0, 50)
- RemoveAdminRegen.Font = Enum.Font.SourceSans
- RemoveAdminRegen.FontSize = Enum.FontSize.Size14
- RemoveAdminRegen.Text = "Remove Admin Regen"
- RemoveAdminRegen.TextSize = 14
- Close.Name = "Close"
- Close.Parent = Frame
- Close.BackgroundColor3 = Color3.new(1, 1, 1)
- Close.Position = UDim2.new(0, 0, 0, 300)
- Close.Size = UDim2.new(0, 300, 0, 50)
- Close.SizeConstraint = Enum.SizeConstraint.RelativeYY
- Close.Font = Enum.Font.SourceSans
- Close.FontSize = Enum.FontSize.Size14
- Close.Text = "Close"
- Close.TextSize = 14
- Open.MouseButton1Down:connect(function()
- game.CoreGui.ScreenGui.Open.Visible = false
- game.CoreGui.ScreenGui.Frame.Visible = true
- end)
- RemoveJumps.MouseButton1Down:connect(function()
- p.Delete.delete:FireServer(game.Workspace.Terrain.Tabby.Admin_House.Jumps)
- end)
- RemoveHouse.MouseButton1Down:connect(function()
- p.Delete.delete:FireServer(game.Workspace.Terrain.Tabby.Admin_House.House)
- end)
- RemoveBasePlate.MouseButton1Down:connect(function()
- p.Delete.delete:FireServer(game.Workspace.Terrain.Tabby.Admin_House.Baseplate)
- end)
- RemoveBarriers.MouseButton1Down:connect(function()
- p.Delete.delete:FireServer(game.Workspace.Terrain.Tabby.Admin_House.Barriers)
- end)
- RemoveAdminPads.MouseButton1Down:connect(function()
- p.Delete.delete:FireServer(game.Workspace.Terrain.Tabby.Admins.Admin_Givers)
- end)
- RemoveAdminRegen.MouseButton1Down:connect(function()
- p.Delete.delete:FireServer(game.Workspace.Terrain.Tabby.Admins.Regen_Button)
- end)
- Close.MouseButton1Down:connect(function()
- game.CoreGui.ScreenGui.Frame.Visible = false
- game.CoreGui.ScreenGui.Open.Visible = true
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement