Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local ARBkiller = Instance.new("ScreenGui")
- local Topframe = Instance.new("Frame")
- local Mainframe = Instance.new("Frame")
- local KillSpec = Instance.new("TextButton")
- local NameBox = Instance.new("TextBox")
- local KillAllSpec = Instance.new("TextButton")
- local KillStage = Instance.new("TextButton")
- local KillAllStage = Instance.new("TextButton")
- local HatSpam = Instance.new("TextButton")
- local HatSpamLabel = Instance.new("TextLabel")
- local TextLabel = Instance.new("TextLabel")
- local KillManualFrame = Instance.new("Frame")
- local GotoStage = Instance.new("TextButton")
- local ManualNameBox = Instance.new("TextBox")
- local GotoFloor = Instance.new("TextButton")
- local GotoDJbooth = Instance.new("TextButton")
- local SpamHatsManual = Instance.new("TextButton")
- local BringAll = Instance.new("TextButton")
- local BringPlayer = Instance.new("TextButton")
- local TabsTab = Instance.new("TextButton")
- local TabsFrame = Instance.new("Frame")
- local KillPlayersAutoTab = Instance.new("TextButton")
- local KillPlayersTab = Instance.new("TextButton")
- local ChooseWinnerTab = Instance.new("TextButton")
- local TextLabel_2 = Instance.new("TextLabel")
- local ChooseWinnerTab_2 = Instance.new("Frame")
- local rapper1 = Instance.new("TextButton")
- local rapper2 = Instance.new("TextButton")
- local TextLabel_3 = Instance.new("TextLabel")
- -- Properties
- ARBkiller.Name = "ARBkiller"
- ARBkiller.Parent = game.CoreGui
- Topframe.Name = "Topframe"
- Topframe.Parent = ARBkiller
- Topframe.BackgroundColor3 = Color3.new(0, 0, 0)
- Topframe.BorderColor3 = Color3.new(0, 0, 0)
- Topframe.Position = UDim2.new(0.491096556, 0, 0.279112756, 0)
- Topframe.Size = UDim2.new(0, 305, 0, 22)
- Topframe.Active = true
- Topframe.Draggable = true
- Mainframe.Name = "Mainframe"
- Mainframe.Parent = Topframe
- Mainframe.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
- Mainframe.BorderColor3 = Color3.new(0, 0, 0)
- Mainframe.Position = UDim2.new(0, 0, 1, 0)
- Mainframe.Size = UDim2.new(0, 305, 0, 152)
- KillSpec.Name = "KillSpec"
- KillSpec.Parent = Mainframe
- KillSpec.BackgroundColor3 = Color3.new(0, 0, 0)
- KillSpec.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
- KillSpec.Position = UDim2.new(0.0524590164, 0, 0.375, 0)
- KillSpec.Size = UDim2.new(0, 131, 0, 26)
- KillSpec.Visible = false
- KillSpec.Font = Enum.Font.SourceSans
- KillSpec.Text = "Kill Spectator"
- KillSpec.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
- KillSpec.TextSize = 14
- KillSpec.Visible = false
- KillSpec.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-88.145134, 60.9199867, -213.246567)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-76.1994705, 59.4499855, -213.812958)
- end)
- KillSpec.MouseButton1Click:Connect(function()
- wait(.3)
- for i=1, 17 do
- for i,v in pairs(game.Players:GetChildren()) do
- if v.Name ~= game.Players.LocalPlayer.Name then
- game.Players[NameBox.Text].character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
- end
- end
- end
- end)
- NameBox.Name = "NameBox"
- NameBox.Parent = Mainframe
- NameBox.BackgroundColor3 = Color3.new(0, 0, 0)
- NameBox.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
- NameBox.Position = UDim2.new(0.0524590164, 0, 0.0723684281, 0)
- NameBox.Size = UDim2.new(0, 273, 0, 26)
- NameBox.Visible = false
- NameBox.Font = Enum.Font.SourceSans
- NameBox.Text = "Player Name"
- NameBox.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
- NameBox.TextSize = 14
- NameBox.Visible = false
- KillAllSpec.Name = "KillAllSpec"
- KillAllSpec.Parent = Mainframe
- KillAllSpec.BackgroundColor3 = Color3.new(0, 0, 0)
- KillAllSpec.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
- KillAllSpec.Position = UDim2.new(0.0524590164, 0, 0.618421078, 0)
- KillAllSpec.Size = UDim2.new(0, 131, 0, 26)
- KillAllSpec.Visible = false
- KillAllSpec.Font = Enum.Font.SourceSans
- KillAllSpec.Text = "Kill All Spectators"
- KillAllSpec.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
- KillAllSpec.TextSize = 14
- KillAllSpec.Visible = false
- KillAllSpec.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-88.145134, 60.9199867, -213.246567)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-76.1994705, 59.4499855, -213.812958)
- end)
- KillAllSpec.MouseButton1Click:Connect(function()
- for i=1, 17 do
- for i,v in pairs(game.Players:GetChildren()) do
- if v.Name ~= game.Players.LocalPlayer.Name then
- v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
- end
- end
- end
- end)
- KillStage.Name = "KillStage"
- KillStage.Parent = Mainframe
- KillStage.BackgroundColor3 = Color3.new(0, 0, 0)
- KillStage.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
- KillStage.Position = UDim2.new(0.521311462, 0, 0.375, 0)
- KillStage.Size = UDim2.new(0, 131, 0, 26)
- KillStage.Visible = false
- KillStage.Font = Enum.Font.SourceSans
- KillStage.Text = "Kill DJ/Rapper"
- KillStage.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
- KillStage.TextSize = 14
- KillStage.Visible = false
- KillStage.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-122.46907, 57.5254517, -241.127228)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-107.217644, 19.019495, -238.695541)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(166.392715, 34.5401344, -223.55719)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(116.164017, 91.3896332, -204.526123)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-70.4613266, 59.5788231, -214.690781)
- end)
- KillStage.MouseButton1Click:Connect(function()
- wait(.9)
- for i=1, 17 do
- for i,v in pairs(game.Players:GetChildren()) do
- if v.Name ~= game.Players.LocalPlayer.Name then
- game.Players[NameBox.Text].character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
- end
- end
- end
- end)
- KillAllStage.Name = "KillAllStage"
- KillAllStage.Parent = Mainframe
- KillAllStage.BackgroundColor3 = Color3.new(0, 0, 0)
- KillAllStage.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
- KillAllStage.Position = UDim2.new(0.521311462, 0, 0.618421078, 0)
- KillAllStage.Size = UDim2.new(0, 131, 0, 26)
- KillAllStage.Visible = false
- KillAllStage.Font = Enum.Font.SourceSans
- KillAllStage.Text = "Kill All DJs and Rappers"
- KillAllStage.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
- KillAllStage.TextSize = 14
- KillAllStage.Visible = false
- KillAllStage.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-122.46907, 57.5254517, -241.127228)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-107.217644, 19.019495, -238.695541)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(166.392715, 34.5401344, -223.55719)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(116.164017, 91.3896332, -204.526123)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-70.4613266, 59.5788231, -214.690781)
- end)
- KillAllStage.MouseButton1Click:Connect(function()
- wait(.9)
- for i=1, 17 do
- for i,v in pairs(game.Players:GetChildren()) do
- if v.Name ~= game.Players.LocalPlayer.Name then
- v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
- end
- end
- end
- end)
- HatSpam.Name = "HatSpam"
- HatSpam.Parent = Mainframe
- HatSpam.BackgroundColor3 = Color3.new(0, 0, 0)
- HatSpam.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
- HatSpam.Position = UDim2.new(0.222684026, 0, 0.177907586, 0)
- HatSpam.Size = UDim2.new(0, 170, 0, 26)
- HatSpam.Font = Enum.Font.SourceSans
- HatSpam.Text = "Hat Spam"
- HatSpam.TextColor3 = Color3.new(0.0392157, 0.470588, 1)
- HatSpam.TextSize = 14
- HatSpam.MouseButton1Click:Connect(function()
- for i=1,500 do
- print (i)
- game.Workspace.Hats:FireServer("Dominus Empyreus'", 0)
- wait(0.5)
- for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if child.ClassName == "Hat" or child.ClassName == "Accessory" then
- if child.Handle:FindFirstChild("Mesh") then
- child.Handle.Mesh.Parent = nil
- child.Parent = game.Workspace
- wait(0.25)
- game.Workspace.Hats:FireServer("Backwards Baseball Cap", 0)
- wait(0.5)
- for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if child.ClassName == "Hat" or child.ClassName == "Accessory" then
- if child.Handle:FindFirstChild("Mesh") then
- child.Handle.Mesh.Parent = nil
- child.Parent = game.Workspace
- wait(0.25)
- game.Workspace.Hats:FireServer("Acheo's Pot", 0)
- wait(0.5)
- for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if child.ClassName == "Hat" or child.ClassName == "Accessory" then
- if child.Handle:FindFirstChild("Mesh") then
- child.Handle.Mesh.Parent = nil
- child.Parent = game.Workspace
- wait(0.25)
- game.Workspace.Hats:FireServer("Golden Headphones", 0)
- wait(0.5)
- for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if child.ClassName == "Hat" or child.ClassName == "Accessory" then
- if child.Handle:FindFirstChild("Mesh") then
- child.Handle.Mesh.Parent = nil
- child.Parent = game.Workspace
- wait(0.25)
- game.Workspace.Hats:FireServer("Black Fedora", 0)
- wait(0.5)
- for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if child.ClassName == "Hat" or child.ClassName == "Accessory" then
- if child.Handle:FindFirstChild("Mesh") then
- child.Handle.Mesh.Parent = nil
- child.Parent = game.Workspace
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end)
- HatSpam.MouseButton1Click:Connect(function()
- KillStage.Visible = true
- KillSpec.Visible = true
- KillAllSpec.Visible = true
- KillAllStage.Visible = true
- NameBox.Visible = true
- HatSpam.Visible = false
- HatSpamLabel.Visible = false
- end)
- HatSpamLabel.Name = "HatSpamLabel"
- HatSpamLabel.Parent = Mainframe
- HatSpamLabel.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
- HatSpamLabel.BorderSizePixel = 0
- HatSpamLabel.Position = UDim2.new(0.174227983, 0, 0.500207067, 0)
- HatSpamLabel.Size = UDim2.new(0, 200, 0, 50)
- HatSpamLabel.Font = Enum.Font.Arial
- HatSpamLabel.Text = "Click Hat Spam to continue "
- HatSpamLabel.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
- HatSpamLabel.TextSize = 14
- TextLabel.Parent = Topframe
- TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0.339992374, 0, 0, 0)
- TextLabel.Size = UDim2.new(0, 98, 0, 22)
- TextLabel.Text = "ARB killer"
- TextLabel.TextColor3 = Color3.new(0.0470588, 0.458824, 0.996078)
- TextLabel.TextSize = 14
- KillManualFrame.Name = "KillManualFrame"
- KillManualFrame.Parent = Topframe
- KillManualFrame.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
- KillManualFrame.BorderColor3 = Color3.new(0, 0, 0)
- KillManualFrame.Position = UDim2.new(0, 0, 0.999999821, 0)
- KillManualFrame.Size = UDim2.new(0, 305, 0, 152)
- GotoStage.Name = "GotoStage"
- GotoStage.Parent = KillManualFrame
- GotoStage.BackgroundColor3 = Color3.new(0, 0, 0)
- GotoStage.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
- GotoStage.Position = UDim2.new(0.0524590164, 0, 0.289473683, 0)
- GotoStage.Size = UDim2.new(0, 129, 0, 26)
- GotoStage.Font = Enum.Font.SourceSans
- GotoStage.Text = "TP to Stage"
- GotoStage.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
- GotoStage.TextSize = 14
- GotoStage.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-88.145134, 60.9199867, -213.246567)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-76.1994705, 59.4499855, -213.812958)
- end)
- ManualNameBox.Name = "ManualNameBox"
- ManualNameBox.Parent = KillManualFrame
- ManualNameBox.BackgroundColor3 = Color3.new(0, 0, 0)
- ManualNameBox.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
- ManualNameBox.Position = UDim2.new(0.0508196726, 0, 0.0789473653, 0)
- ManualNameBox.Size = UDim2.new(0, 275, 0, 24)
- ManualNameBox.Font = Enum.Font.SourceSans
- ManualNameBox.Text = "Player Name"
- ManualNameBox.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
- ManualNameBox.TextSize = 14
- GotoFloor.Name = "GotoFloor"
- GotoFloor.Parent = KillManualFrame
- GotoFloor.BackgroundColor3 = Color3.new(0, 0, 0)
- GotoFloor.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
- GotoFloor.Position = UDim2.new(0.0524590164, 0, 0.5, 0)
- GotoFloor.Size = UDim2.new(0, 129, 0, 26)
- GotoFloor.Font = Enum.Font.SourceSans
- GotoFloor.Text = "TP to floor"
- GotoFloor.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
- GotoFloor.TextSize = 14
- GotoFloor.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-122.46907, 57.5254517, -241.127228)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-107.217644, 19.019495, -238.695541)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(166.392715, 34.5401344, -223.55719)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(116.164017, 91.3896332, -204.526123)
- wait(.1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-70.4613266, 59.5788231, -214.690781)
- end)
- GotoDJbooth.Name = "GotoDJbooth"
- GotoDJbooth.Parent = KillManualFrame
- GotoDJbooth.BackgroundColor3 = Color3.new(0, 0, 0)
- GotoDJbooth.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
- GotoDJbooth.Position = UDim2.new(0.53114754, 0, 0.289473683, 0)
- GotoDJbooth.Size = UDim2.new(0, 129, 0, 26)
- GotoDJbooth.Font = Enum.Font.SourceSans
- GotoDJbooth.Text = "TP to DJ Booth"
- GotoDJbooth.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
- GotoDJbooth.TextSize = 14
- GotoDJbooth.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-88.145134, 60.9199867, -213.246567)
- end)
- SpamHatsManual.Name = "SpamHatsManual"
- SpamHatsManual.Parent = KillManualFrame
- SpamHatsManual.BackgroundColor3 = Color3.new(0, 0, 0)
- SpamHatsManual.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
- SpamHatsManual.Position = UDim2.new(0.53114754, 0, 0.5, 0)
- SpamHatsManual.Size = UDim2.new(0, 129, 0, 26)
- SpamHatsManual.Font = Enum.Font.SourceSans
- SpamHatsManual.Text = "Spam Hats"
- SpamHatsManual.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
- SpamHatsManual.TextSize = 14
- SpamHatsManual.MouseButton1Click:Connect(function()
- for i=1,500 do
- print (i)
- game.Workspace.Hats:FireServer("Dominus Empyreus'", 0)
- wait(0.5)
- for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if child.ClassName == "Hat" or child.ClassName == "Accessory" then
- if child.Handle:FindFirstChild("Mesh") then
- child.Handle.Mesh.Parent = nil
- child.Parent = game.Workspace
- wait(0.25)
- game.Workspace.Hats:FireServer("Backwards Baseball Cap", 0)
- wait(0.5)
- for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if child.ClassName == "Hat" or child.ClassName == "Accessory" then
- if child.Handle:FindFirstChild("Mesh") then
- child.Handle.Mesh.Parent = nil
- child.Parent = game.Workspace
- wait(0.25)
- game.Workspace.Hats:FireServer("Acheo's Pot", 0)
- wait(0.5)
- for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if child.ClassName == "Hat" or child.ClassName == "Accessory" then
- if child.Handle:FindFirstChild("Mesh") then
- child.Handle.Mesh.Parent = nil
- child.Parent = game.Workspace
- wait(0.25)
- game.Workspace.Hats:FireServer("Golden Headphones", 0)
- wait(0.5)
- for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if child.ClassName == "Hat" or child.ClassName == "Accessory" then
- if child.Handle:FindFirstChild("Mesh") then
- child.Handle.Mesh.Parent = nil
- child.Parent = game.Workspace
- wait(0.25)
- game.Workspace.Hats:FireServer("Black Fedora", 0)
- wait(0.5)
- for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if child.ClassName == "Hat" or child.ClassName == "Accessory" then
- if child.Handle:FindFirstChild("Mesh") then
- child.Handle.Mesh.Parent = nil
- child.Parent = game.Workspace
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end
- end)
- BringAll.Name = "BringAll"
- BringAll.Parent = KillManualFrame
- BringAll.BackgroundColor3 = Color3.new(0, 0, 0)
- BringAll.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
- BringAll.Position = UDim2.new(0.0524590164, 0, 0.710526347, 0)
- BringAll.Size = UDim2.new(0, 129, 0, 26)
- BringAll.Font = Enum.Font.SourceSans
- BringAll.Text = "Bring All"
- BringAll.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
- BringAll.TextSize = 14
- BringAll.MouseButton1Click:Connect(function()
- for i=1, 17 do
- for i,v in pairs(game.Players:GetChildren()) do
- if v.Name ~= game.Players.LocalPlayer.Name then
- v.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
- end
- end
- end
- end)
- BringPlayer.Name = "BringPlayer"
- BringPlayer.Parent = KillManualFrame
- BringPlayer.BackgroundColor3 = Color3.new(0, 0, 0)
- BringPlayer.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
- BringPlayer.Position = UDim2.new(0.53114754, 0, 0.710526347, 0)
- BringPlayer.Size = UDim2.new(0, 129, 0, 26)
- BringPlayer.Font = Enum.Font.SourceSans
- BringPlayer.Text = "Bring Player"
- BringPlayer.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
- BringPlayer.TextSize = 14
- BringPlayer.MouseButton1Click:Connect(function()
- for i=1, 17 do
- for i,v in pairs(game.Players:GetChildren()) do
- if v.Name ~= game.Players.LocalPlayer.Name then
- game.Players[ManualNameBox.Text].character.HumanoidRootPart.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
- end
- end
- end
- end)
- TabsTab.Name = "TabsTab"
- TabsTab.Parent = Topframe
- TabsTab.BackgroundColor3 = Color3.new(0, 0, 0)
- TabsTab.BorderColor3 = Color3.new(0.0470588, 0.458824, 0.996078)
- TabsTab.Size = UDim2.new(0, 24, 0, 22)
- TabsTab.Font = Enum.Font.ArialBold
- TabsTab.Text = "<"
- TabsTab.TextColor3 = Color3.new(0.0470588, 0.458824, 0.996078)
- TabsTab.TextSize = 14
- TabsTab.MouseButton1Click:connect(function()
- if TabsFrame.Visible then
- TabsTab.Text = "<"
- else
- TabsFrame.Visible = false
- TabsTab.Text = ">"
- end
- end)
- TabsTab.MouseButton1Click:Connect(function()
- if TabsFrame.Visible == false then
- TabsFrame.Visible = true
- else
- TabsFrame.Visible = false
- end
- end)
- TabsFrame.Name = "TabsFrame"
- TabsFrame.Parent = Topframe
- TabsFrame.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
- TabsFrame.BorderColor3 = Color3.new(0, 0, 0)
- TabsFrame.Position = UDim2.new(-0.413114756, 0, 1, 0)
- TabsFrame.Size = UDim2.new(0, 126, 0, 152)
- TabsFrame.Visible = false
- KillPlayersAutoTab.Name = "KillPlayersAutoTab"
- KillPlayersAutoTab.Parent = TabsFrame
- KillPlayersAutoTab.BackgroundColor3 = Color3.new(0, 0, 0)
- KillPlayersAutoTab.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
- KillPlayersAutoTab.Position = UDim2.new(0.055555556, 0, 0.0263157859, 0)
- KillPlayersAutoTab.Size = UDim2.new(0, 113, 0, 20)
- KillPlayersAutoTab.Font = Enum.Font.Arial
- KillPlayersAutoTab.Text = "Kill Players (Auto)"
- KillPlayersAutoTab.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
- KillPlayersAutoTab.TextSize = 14
- KillPlayersAutoTab.MouseButton1Click:Connect(function()
- KillManualFrame.Visible = false
- ChooseWinnerTab_2.Visible = false
- end)
- KillPlayersTab.Name = "KillPlayersTab"
- KillPlayersTab.Parent = TabsFrame
- KillPlayersTab.BackgroundColor3 = Color3.new(0, 0, 0)
- KillPlayersTab.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
- KillPlayersTab.Position = UDim2.new(0.055555556, 0, 0.197368413, 0)
- KillPlayersTab.Size = UDim2.new(0, 113, 0, 20)
- KillPlayersTab.Font = Enum.Font.Arial
- KillPlayersTab.Text = "Kill Players"
- KillPlayersTab.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
- KillPlayersTab.TextSize = 14
- KillPlayersTab.MouseButton1Click:Connect(function()
- KillManualFrame.Visible = true
- ChooseWinnerTab_2.Visible = false
- end)
- ChooseWinnerTab.Name = "ChooseWinnerTab"
- ChooseWinnerTab.Parent = TabsFrame
- ChooseWinnerTab.BackgroundColor3 = Color3.new(0, 0, 0)
- ChooseWinnerTab.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
- ChooseWinnerTab.Position = UDim2.new(0.055555556, 0, 0.368421048, 0)
- ChooseWinnerTab.Size = UDim2.new(0, 113, 0, 20)
- ChooseWinnerTab.Font = Enum.Font.Arial
- ChooseWinnerTab.Text = "Choose Winner"
- ChooseWinnerTab.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
- ChooseWinnerTab.TextSize = 14
- ChooseWinnerTab.MouseButton1Click:Connect(function()
- KillManualFrame.Visible = false
- ChooseWinnerTab_2.Visible = true
- end)
- TextLabel_2.Parent = TabsFrame
- TextLabel_2.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
- TextLabel_2.BorderSizePixel = 0
- TextLabel_2.Position = UDim2.new(0.0555555522, 0, 0.565789461, 0)
- TextLabel_2.Size = UDim2.new(0, 113, 0, 58)
- TextLabel_2.Font = Enum.Font.Arial
- TextLabel_2.Text = "Credits: areyoumadbro2033 (method), Psykek#3180 (GUI)"
- TextLabel_2.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14
- TextLabel_2.TextWrapped = true
- ChooseWinnerTab_2.Name = "ChooseWinnerTab"
- ChooseWinnerTab_2.Parent = Topframe
- ChooseWinnerTab_2.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
- ChooseWinnerTab_2.BorderColor3 = Color3.new(0, 0, 0)
- ChooseWinnerTab_2.Position = UDim2.new(0, 0, 0.999999821, 0)
- ChooseWinnerTab_2.Size = UDim2.new(0, 305, 0, 152)
- rapper1.Name = "rapper1"
- rapper1.Parent = ChooseWinnerTab_2
- rapper1.BackgroundColor3 = Color3.new(0, 0, 0)
- rapper1.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
- rapper1.Position = UDim2.new(0.0491803288, 0, 0.101973683, 0)
- rapper1.Size = UDim2.new(0, 129, 0, 101)
- rapper1.Font = Enum.Font.SourceSans
- rapper1.Text = ""
- rapper1.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
- rapper1.TextSize = 14
- rapper1.MouseButton1Click:Connect(function()
- for i = 1,100000 do
- game.Workspace.Votes:FireServer(false,"p1")
- game:GetService("RunService").Heartbeat:Wait()
- end
- end)
- rapper2.Name = "rapper2"
- rapper2.Parent = ChooseWinnerTab_2
- rapper2.BackgroundColor3 = Color3.new(0, 0, 0)
- rapper2.BorderColor3 = Color3.new(0.0470588, 0.458824, 1)
- rapper2.Position = UDim2.new(0.527868867, 0, 0.101973683, 0)
- rapper2.Size = UDim2.new(0, 129, 0, 101)
- rapper2.Font = Enum.Font.SourceSans
- rapper2.Text = ""
- rapper2.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
- rapper2.TextSize = 14
- rapper2.MouseButton1Click:Connect(function()
- for i = 1,100000 do
- game.Workspace.Votes:FireServer(false,"p2")
- game:GetService("RunService").Heartbeat:Wait()
- end
- end)
- TextLabel_3.Parent = ChooseWinnerTab_2
- TextLabel_3.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
- TextLabel_3.BorderSizePixel = 0
- TextLabel_3.Position = UDim2.new(0.0491803288, 0, 0.809210539, 0)
- TextLabel_3.Size = UDim2.new(0, 275, 0, 21)
- TextLabel_3.Font = Enum.Font.Arial
- TextLabel_3.Text = "Click the player you want to win. The more clicks, the more votes they will have."
- TextLabel_3.TextColor3 = Color3.new(0.0470588, 0.458824, 1)
- TextLabel_3.TextScaled = true
- TextLabel_3.TextSize = 14
- TextLabel_3.TextWrapped = true
- while true do
- rapper2.Text = game.Workspace.RapBattles.Rappers.player2.Value
- rapper1.Text = game.Workspace.RapBattles.Rappers.player1.Value
- wait(0.1)
- end
Add Comment
Please, Sign In to add comment