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 Frame = Instance.new("Frame")
- local REDButton = Instance.new("TextButton")
- local TopFrame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local BLUEButton = Instance.new("TextButton")
- local YELLOWButton = Instance.new("TextButton")
- local GREENButton = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.Active = true
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BorderColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Frame.BorderSizePixel = 2
- Frame.Position = UDim2.new(0.157853201, 0, 0.612724781, 0)
- Frame.Size = UDim2.new(0, 345, 0, 205)
- Frame.Draggable = true
- REDButton.Name = "REDButton"
- REDButton.Parent = Frame
- REDButton.BackgroundColor3 = Color3.new(1, 1, 1)
- REDButton.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
- REDButton.BorderSizePixel = 3
- REDButton.Position = UDim2.new(0.0724637657, 0, 0.326829255, 0)
- REDButton.Size = UDim2.new(0, 140, 0, 50)
- REDButton.Font = Enum.Font.GothamBlack
- REDButton.Text = "Kill RED players"
- REDButton.TextColor3 = Color3.new(0.247059, 0.247059, 0.247059)
- REDButton.TextSize = 14
- REDButton.MouseButton1Down:connect(function()
- while true do
- for i, v in pairs (game.Teams.RED:GetPlayers()) do
- local tbl_main =
- {
- v.Character.Torso.Position
- }
- game:GetService("Workspace").ErasedCode.RocketLauncher.Fire:FireServer(unpack(tbl_main))
- wait()
- end
- end
- end)
- TopFrame.Name = "TopFrame"
- TopFrame.Parent = Frame
- TopFrame.BackgroundColor3 = Color3.new(1, 0.6, 0.25098)
- TopFrame.BorderColor3 = Color3.new(0.866667, 0.509804, 0.215686)
- TopFrame.BorderSizePixel = 2
- TopFrame.Size = UDim2.new(0, 345, 0, 49)
- TextLabel.Parent = TopFrame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Size = UDim2.new(0, 345, 0, 50)
- TextLabel.Font = Enum.Font.GothamBlack
- TextLabel.Text = "DoomHaxx"
- TextLabel.TextColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- TextLabel.TextSize = 25
- BLUEButton.Name = "BLUEButton"
- BLUEButton.Parent = Frame
- BLUEButton.BackgroundColor3 = Color3.new(1, 1, 1)
- BLUEButton.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
- BLUEButton.BorderSizePixel = 3
- BLUEButton.Position = UDim2.new(0.521739125, 0, 0.326829255, 0)
- BLUEButton.Size = UDim2.new(0, 140, 0, 50)
- BLUEButton.Font = Enum.Font.GothamBlack
- BLUEButton.Text = "Kill BLUE players"
- BLUEButton.TextColor3 = Color3.new(0.247059, 0.247059, 0.247059)
- BLUEButton.TextSize = 14
- BLUEButton.MouseButton1Down:connect(function()
- while true do
- for i, v in pairs (game.Teams.BLUE:GetPlayers()) do
- local tbl_main =
- {
- v.Character.Torso.Position
- }
- game:GetService("Workspace").ErasedCode.RocketLauncher.Fire:FireServer(unpack(tbl_main))
- wait()
- end
- end
- end)
- YELLOWButton.Name = "YELLOWButton"
- YELLOWButton.Parent = Frame
- YELLOWButton.BackgroundColor3 = Color3.new(1, 1, 1)
- YELLOWButton.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
- YELLOWButton.BorderSizePixel = 3
- YELLOWButton.Position = UDim2.new(0.0724637657, 0, 0.658536553, 0)
- YELLOWButton.Size = UDim2.new(0, 140, 0, 50)
- YELLOWButton.Font = Enum.Font.GothamBlack
- YELLOWButton.Text = "Kill YELLOW players"
- YELLOWButton.TextColor3 = Color3.new(0.247059, 0.247059, 0.247059)
- YELLOWButton.TextSize = 14
- YELLOWButton.MouseButton1Down:connect(function()
- while true do
- for i, v in pairs (game.Teams.YELLOW:GetPlayers()) do
- local tbl_main =
- {
- v.Character.Torso.Position
- }
- game:GetService("Workspace").ErasedCode.RocketLauncher.Fire:FireServer(unpack(tbl_main))
- wait()
- end
- end
- end)
- GREENButton.Name = "GREENButton"
- GREENButton.Parent = Frame
- GREENButton.BackgroundColor3 = Color3.new(1, 1, 1)
- GREENButton.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
- GREENButton.BorderSizePixel = 3
- GREENButton.Position = UDim2.new(0.521739125, 0, 0.658536553, 0)
- GREENButton.Size = UDim2.new(0, 140, 0, 50)
- GREENButton.Font = Enum.Font.GothamBlack
- GREENButton.Text = "Kill GREEN players"
- GREENButton.TextColor3 = Color3.new(0.247059, 0.247059, 0.247059)
- GREENButton.TextSize = 14
- GREENButton.MouseButton1Down:connect(function()
- while true do
- for i, v in pairs (game.Teams.GREEN:GetPlayers()) do
- local tbl_main =
- {
- v.Character.Torso.Position
- }
- game:GetService("Workspace").ErasedCode.RocketLauncher.Fire:FireServer(unpack(tbl_main))
- wait()
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement