Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local MainFrame = Instance.new("Frame")
- local Title = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local bar = Instance.new("Frame")
- local Forward1 = Instance.new("TextButton")
- local Back3 = Instance.new("TextButton")
- local BanFrame = Instance.new("Frame")
- local BanBox = Instance.new("TextBox")
- local BanB = Instance.new("TextButton")
- local KickFrame = Instance.new("Frame")
- local KickBox = Instance.new("TextBox")
- local KickB = Instance.new("TextButton")
- local ShutdownFrame = Instance.new("Frame")
- local ShutdownB = Instance.new("TextButton")
- local KickAllFrame = Instance.new("Frame")
- local KickAllB = Instance.new("TextButton")
- local Forward2 = Instance.new("TextButton")
- local Forward3 = Instance.new("TextButton")
- local Back2 = Instance.new("TextButton")
- local Back1 = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- local Open = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = ScreenGui
- MainFrame.Active = true
- MainFrame.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
- MainFrame.BorderSizePixel = 0
- MainFrame.Position = UDim2.new(0.356257051, 0, 0.401185781, 0)
- MainFrame.Size = UDim2.new(0, 284, 0, 183)
- MainFrame.Visible = false
- MainFrame.Draggable = true
- Title.Name = "Title"
- Title.Parent = MainFrame
- Title.Active = true
- Title.BackgroundColor3 = Color3.new(0.741176, 0.741176, 0.741176)
- Title.BorderSizePixel = 0
- Title.Size = UDim2.new(0, 284, 0, 24)
- TextLabel.Parent = Title
- TextLabel.BackgroundColor3 = Color3.new(0.741176, 0.741176, 0.741176)
- TextLabel.BorderSizePixel = 0
- TextLabel.Size = UDim2.new(0, 284, 0, 24)
- TextLabel.Font = Enum.Font.SourceSansBold
- TextLabel.Text = ""
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- bar.Name = "bar"
- bar.Parent = MainFrame
- bar.BackgroundColor3 = Color3.new(0.666667, 0.666667, 0.666667)
- bar.BorderSizePixel = 0
- bar.Position = UDim2.new(0, 0, 0.131147534, 0)
- bar.Size = UDim2.new(0, 284, 0, 6)
- Forward1.Name = "Forward1"
- Forward1.Parent = MainFrame
- Forward1.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
- Forward1.BorderSizePixel = 0
- Forward1.Position = UDim2.new(0.898141325, 0, 0.868269145, 0)
- Forward1.Size = UDim2.new(0, 28, 0, 24)
- Forward1.Font = Enum.Font.SourceSansBold
- Forward1.Text = ">"
- Forward1.TextColor3 = Color3.new(1, 1, 1)
- Forward1.TextScaled = true
- Forward1.TextSize = 14
- Forward1.TextWrapped = true
- Forward1.MouseButton1Down:connect(function()
- Forward1.Visible = false
- Forward2.Visible = true
- Back1.Visible = true
- BanFrame.Visible = true
- KickFrame.Visible = false
- end)
- Back3.Name = "Back3"
- Back3.Parent = MainFrame
- Back3.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
- Back3.BorderSizePixel = 0
- Back3.Position = UDim2.new(-0.00326710939, 0, 0.868269145, 0)
- Back3.Size = UDim2.new(0, 28, 0, 24)
- Back3.Visible = false
- Back3.Font = Enum.Font.SourceSansBold
- Back3.Text = "<"
- Back3.TextColor3 = Color3.new(1, 1, 1)
- Back3.TextScaled = true
- Back3.TextSize = 14
- Back3.TextWrapped = true
- Back3.MouseButton1Down:connect(function()
- Back3.Visible = false
- Back2.Visible = true
- Forward3.Visible = true
- KickAllFrame.Visible = true
- ShutdownFrame.Visible = false
- end)
- BanFrame.Name = "BanFrame"
- BanFrame.Parent = MainFrame
- BanFrame.Active = true
- BanFrame.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
- BanFrame.BorderSizePixel = 0
- BanFrame.Position = UDim2.new(0, 0, 0.163934425, 0)
- BanFrame.Size = UDim2.new(0, 283, 0, 129)
- BanFrame.Visible = false
- BanBox.Name = "BanBox"
- BanBox.Parent = BanFrame
- BanBox.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
- BanBox.BorderSizePixel = 0
- BanBox.Position = UDim2.new(0.147887319, 0, 0.120345637, 0)
- BanBox.Size = UDim2.new(0, 200, 0, 50)
- BanBox.Font = Enum.Font.SourceSansBold
- BanBox.Text = "NAME HERE"
- BanBox.TextColor3 = Color3.new(1, 1, 1)
- BanBox.TextScaled = true
- BanBox.TextSize = 14
- BanBox.TextWrapped = true
- BanB.Name = "BanB"
- BanB.Parent = BanFrame
- BanB.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
- BanB.BorderSizePixel = 0
- BanB.Position = UDim2.new(0.249544829, 0, 0.697980762, 0)
- BanB.Size = UDim2.new(0, 141, 0, 27)
- BanB.Font = Enum.Font.SourceSansBold
- BanB.Text = "Ban"
- BanB.TextColor3 = Color3.new(1, 1, 1)
- BanB.TextScaled = true
- BanB.TextSize = 14
- BanB.TextWrapped = true
- BanB.MouseButton1Down:connect(function()
- local PlayerToBan = BanBox.Text
- local banned = {}
- table.insert(PlayerToBan,banned)
- for i, v in pairs(banned) do
- if plr.Name == v then
- local A_1 = "Remove"
- local A_2 =
- {
- [1] = game.Players[PlayerToBan]
- }
- local Event = game.Players.LocalPlayer.Backpack["Building Tools"].SyncAPI.ServerEndpoint
- Event:InvokeServer(A_1, A_2)
- end
- end
- game.Players.PlayerAdded:Connect(ban)
- end)
- KickFrame.Name = "KickFrame"
- KickFrame.Parent = MainFrame
- KickFrame.Active = true
- KickFrame.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
- KickFrame.BorderSizePixel = 0
- KickFrame.Position = UDim2.new(0, 0, 0.163934425, 0)
- KickFrame.Size = UDim2.new(0, 283, 0, 129)
- KickBox.Name = "KickBox"
- KickBox.Parent = KickFrame
- KickBox.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
- KickBox.BorderSizePixel = 0
- KickBox.Position = UDim2.new(0.147887319, 0, 0.120345637, 0)
- KickBox.Size = UDim2.new(0, 200, 0, 50)
- KickBox.Font = Enum.Font.SourceSansBold
- KickBox.Text = "NAME HERE"
- KickBox.TextColor3 = Color3.new(1, 1, 1)
- KickBox.TextScaled = true
- KickBox.TextSize = 14
- KickBox.TextWrapped = true
- KickB.Name = "KickB"
- KickB.Parent = KickFrame
- KickB.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
- KickB.BorderSizePixel = 0
- KickB.Position = UDim2.new(0.249544829, 0, 0.697980762, 0)
- KickB.Size = UDim2.new(0, 141, 0, 27)
- KickB.Font = Enum.Font.SourceSansBold
- KickB.Text = "Kick"
- KickB.TextColor3 = Color3.new(1, 1, 1)
- KickB.TextScaled = true
- KickB.TextSize = 14
- KickB.TextWrapped = true
- KickB.MouseButton1Down:connect(function()
- --Script by JayRain2006 on v3rmillion
- local PlayerToKick = KickBox.Text
- function kick(player)
- local A_1 = "Remove"
- local A_2 =
- {
- [1] = game.Players[player]
- }
- local Event = game.Players.LocalPlayer.Backpack["Building Tools"].SyncAPI.ServerEndpoint
- Event:InvokeServer(A_1, A_2)
- end
- kick(PlayerToKick)
- end)
- ShutdownFrame.Name = "ShutdownFrame"
- ShutdownFrame.Parent = MainFrame
- ShutdownFrame.Active = true
- ShutdownFrame.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
- ShutdownFrame.BorderSizePixel = 0
- ShutdownFrame.Position = UDim2.new(0, 0, 0.163934425, 0)
- ShutdownFrame.Size = UDim2.new(0, 283, 0, 129)
- ShutdownFrame.Visible = false
- ShutdownB.Name = "ShutdownB"
- ShutdownB.Parent = ShutdownFrame
- ShutdownB.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
- ShutdownB.BorderSizePixel = 0
- ShutdownB.Position = UDim2.new(0.157672048, 0, 0.279376119, 0)
- ShutdownB.Size = UDim2.new(0, 193, 0, 56)
- ShutdownB.Font = Enum.Font.SourceSansBold
- ShutdownB.Text = "Shutdown"
- ShutdownB.TextColor3 = Color3.new(1, 1, 1)
- ShutdownB.TextScaled = true
- ShutdownB.TextSize = 14
- ShutdownB.TextWrapped = true
- ShutdownB.MouseButton1Down:connect(function()
- for i, v in pairs(game.Players:GetChildren()) do
- if v.Name == game.Players.LocalPlayer.Name then
- game.Players.LocalPlayer:Kick("lol get rekt NOOB hahah")
- else
- local A_1 = "Remove"
- local A_2 =
- {
- [1] = v
- }
- local Event = game.Players.LocalPlayer.Backpack["Building Tools"].SyncAPI.ServerEndpoint
- Event:InvokeServer(A_1, A_2)
- end
- end
- end)
- KickAllFrame.Name = "KickAllFrame"
- KickAllFrame.Parent = MainFrame
- KickAllFrame.Active = true
- KickAllFrame.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
- KickAllFrame.BorderSizePixel = 0
- KickAllFrame.Position = UDim2.new(0, 0, 0.163934425, 0)
- KickAllFrame.Size = UDim2.new(0, 283, 0, 129)
- KickAllFrame.Visible = false
- KickAllB.Name = "KickAllB"
- KickAllB.Parent = KickAllFrame
- KickAllB.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
- KickAllB.BorderSizePixel = 0
- KickAllB.Position = UDim2.new(0.157672048, 0, 0.279376119, 0)
- KickAllB.Size = UDim2.new(0, 193, 0, 56)
- KickAllB.Font = Enum.Font.SourceSansBold
- KickAllB.Text = "Kick Others"
- KickAllB.TextColor3 = Color3.new(1, 1, 1)
- KickAllB.TextScaled = true
- KickAllB.TextSize = 14
- KickAllB.TextWrapped = true
- KickAllB.MouseButton1Down:connect(function()
- for i, v in pairs(game.Players:GetChildren()) do
- if v.Name ~= game.Players.LocalPlayer.Name then
- local A_1 = "Remove"
- local A_2 =
- {
- [1] = v
- }
- local Event = game.Players.LocalPlayer.Backpack["Building Tools"].SyncAPI.ServerEndpoint
- Event:InvokeServer(A_1, A_2)
- end
- end
- end)
- Forward2.Name = "Forward2"
- Forward2.Parent = MainFrame
- Forward2.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
- Forward2.BorderSizePixel = 0
- Forward2.Position = UDim2.new(0.898141325, 0, 0.868269145, 0)
- Forward2.Size = UDim2.new(0, 28, 0, 24)
- Forward2.Visible = false
- Forward2.Font = Enum.Font.SourceSansBold
- Forward2.Text = ">>"
- Forward2.TextColor3 = Color3.new(1, 1, 1)
- Forward2.TextScaled = true
- Forward2.TextSize = 14
- Forward2.TextWrapped = true
- Forward2.MouseButton1Down:connect(function()
- Back2.Visible = true
- Back1.Visible = false
- Forward2.Visible = false
- Forward3.Visible = true
- BanFrame.Visible = false
- KickAllFrame.Visible = true
- end)
- Forward3.Name = "Forward3"
- Forward3.Parent = MainFrame
- Forward3.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
- Forward3.BorderSizePixel = 0
- Forward3.Position = UDim2.new(0.898141325, 0, 0.868269145, 0)
- Forward3.Size = UDim2.new(0, 28, 0, 24)
- Forward3.Visible = false
- Forward3.Font = Enum.Font.SourceSansBold
- Forward3.Text = ">>"
- Forward3.TextColor3 = Color3.new(1, 1, 1)
- Forward3.TextScaled = true
- Forward3.TextSize = 14
- Forward3.TextWrapped = true
- Forward3.MouseButton1Down:connect(function()
- Back3.Visible = true
- Back2.Visible = false
- Forward3.Visible = false
- KickAllFrame.Visible = false
- ShutdownFrame.Visible = true
- end)
- Back2.Name = "Back2"
- Back2.Parent = MainFrame
- Back2.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
- Back2.BorderSizePixel = 0
- Back2.Position = UDim2.new(-0.00326710939, 0, 0.868269145, 0)
- Back2.Size = UDim2.new(0, 28, 0, 24)
- Back2.Visible = false
- Back2.Font = Enum.Font.SourceSansBold
- Back2.Text = "<<"
- Back2.TextColor3 = Color3.new(1, 1, 1)
- Back2.TextScaled = true
- Back2.TextSize = 14
- Back2.TextWrapped = true
- Back2.MouseButton1Down:connect(function()
- Back2.Visible = false
- Back1.Visible = true
- Forward2.Visible = true
- Forward3.Visible = false
- BanFrame.Visible = true
- KickAllFrame.Visible = false
- end)
- Back1.Name = "Back1"
- Back1.Parent = MainFrame
- Back1.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
- Back1.BorderSizePixel = 0
- Back1.Position = UDim2.new(-0.00326710939, 0, 0.868269145, 0)
- Back1.Size = UDim2.new(0, 28, 0, 24)
- Back1.Visible = false
- Back1.Font = Enum.Font.SourceSansBold
- Back1.Text = "<<"
- Back1.TextColor3 = Color3.new(1, 1, 1)
- Back1.TextScaled = true
- Back1.TextSize = 14
- Back1.TextWrapped = true
- Back1.MouseButton1Down:connect(function()
- Back1.Visible = false
- Forward2.Visible = false
- Forward1.Visible = true
- BanFrame.Visible = false
- KickFrame.Visible = true
- end)
- Close.Name = "Close"
- Close.Parent = MainFrame
- Close.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
- Close.BorderSizePixel = 0
- Close.Position = UDim2.new(0.999375343, 0, -0.00318580866, 0)
- Close.Size = UDim2.new(0, 30, 0, 30)
- Close.Font = Enum.Font.SourceSansBold
- Close.Text = "X"
- Close.TextColor3 = Color3.new(1, 1, 1)
- Close.TextScaled = true
- Close.TextSize = 14
- Close.TextWrapped = true
- Close.MouseButton1Down:connect(function()
- Open.Visible = true
- MainFrame.Visible = false
- end)
- Open.Name = "Open"
- Open.Parent = ScreenGui
- Open.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
- Open.BorderSizePixel = 0
- Open.Position = UDim2.new(0.450958282, 0, 0.0158102773, 0)
- Open.Size = UDim2.new(0, 116, 0, 17)
- Open.Font = Enum.Font.SourceSansBold
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(1, 1, 1)
- Open.TextScaled = true
- Open.TextSize = 14
- Open.TextWrapped = true
- Open.MouseButton1Down:connect(function()
- Open.Visible = false
- MainFrame.Visible = true
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement