Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local AutoRapBattles = Instance.new("ScreenGui")
- local MainGui = Instance.new("Frame")
- local TptoStage = Instance.new("TextButton")
- local KillAll = Instance.new("TextButton")
- local VoteGui = Instance.new("TextButton")
- local Tilte = Instance.new("TextLabel")
- local Close = Instance.new("TextButton")
- local Credits = Instance.new("TextLabel")
- local OpenGui = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- --Properties:
- AutoRapBattles.Name = "Auto Rap Battles"
- AutoRapBattles.Parent = game.CoreGui
- MainGui.Name = "MainGui"
- MainGui.Parent = AutoRapBattles
- MainGui.BackgroundColor3 = Color3.new(1, 1, 1)
- MainGui.Position = UDim2.new(0.0790000036, 0, 1.70000005, 0)
- MainGui.Size = UDim2.new(0, 414, 0, 355)
- MainGui.Style = Enum.FrameStyle.DropShadow
- MainGui.Active = true
- MainGui.Draggable = true
- TptoStage.Name = "TptoStage"
- TptoStage.Parent = MainGui
- TptoStage.BackgroundColor3 = Color3.new(0, 1, 0.498039)
- TptoStage.Position = UDim2.new(0.224637672, 0, 0.132394373, 0)
- TptoStage.Size = UDim2.new(0, 200, 0, 57)
- TptoStage.Font = Enum.Font.SourceSans
- TptoStage.Text = "Tp To Stage"
- TptoStage.TextColor3 = Color3.new(1, 0, 0)
- TptoStage.TextSize = 14
- TptoStage.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-88.145134, 60.9199867, -213.246567)
- end)
- KillAll.Name = "KillAll"
- KillAll.Parent = MainGui
- KillAll.BackgroundColor3 = Color3.new(0, 1, 0.498039)
- KillAll.Position = UDim2.new(0.224637672, 0, 0.383098602, 0)
- KillAll.Size = UDim2.new(0, 200, 0, 57)
- KillAll.Font = Enum.Font.SourceSans
- KillAll.Text = "Kill All"
- KillAll.TextColor3 = Color3.new(1, 0, 0)
- KillAll.TextSize = 14
- KillAll.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-72.76,55.82,-202.49)
- for i = 1, 50 do
- while wait() do
- local Loc = CFrame.new(-72.76,55.82,-202.49)
- for i, ChosenPlayer in pairs(game.Players:GetPlayers()) do
- if ChosenPlayer.Name ~= game:GetService("Players").LocalPlayer.Name then
- ChosenPlayer.Character:SetPrimaryPartCFrame(Loc)
- end
- end
- end
- end
- end)
- VoteGui.Name = "VoteGui"
- VoteGui.Parent = MainGui
- VoteGui.BackgroundColor3 = Color3.new(0, 1, 0.498039)
- VoteGui.Position = UDim2.new(0.224637672, 0, 0.667605639, 0)
- VoteGui.Size = UDim2.new(0, 200, 0, 57)
- VoteGui.Font = Enum.Font.SourceSans
- VoteGui.Text = "Vote Gui"
- VoteGui.TextColor3 = Color3.new(1, 0, 0)
- VoteGui.TextSize = 14
- VoteGui.MouseButton1Down:connect(function()
- local VoteCheatGUI = Instance.new("ScreenGui")
- local Player2Button = Instance.new("TextButton")
- local Player1Button = Instance.new("TextButton")VoteCheatGUI.Name = "VoteCheatGUI"
- VoteCheatGUI.Parent = game.CoreGui
- Player2Button.Name = "Player2Button"
- Player2Button.Parent = VoteCheatGUI
- Player2Button.BackgroundColor3 = Color3.new(1, 1, 1)
- Player2Button.Position = UDim2.new(0, 0, 0.800000012, 0)
- Player2Button.Size = UDim2.new(0, 200, 0, 50)
- Player2Button.Font = Enum.Font.SourceSans
- Player2Button.FontSize = Enum.FontSize.Size14
- Player2Button.TextSize = 14
- Player1Button.Name = "Player1Button"
- Player1Button.Parent = VoteCheatGUI
- Player1Button.BackgroundColor3 = Color3.new(1, 1, 1)
- Player1Button.Position = UDim2.new(0, 0, 0.699999988, 0)
- Player1Button.Size = UDim2.new(0, 200, 0, 50)
- Player1Button.Font = Enum.Font.SourceSans
- Player1Button.FontSize = Enum.FontSize.Size14
- Player1Button.TextSize = 14
- Player1Button.MouseButton1Down:connect(function()
- for i = 0,1 do
- game.Workspace.Votes:FireServer(false,"p1")
- game:GetService("RunService").Heartbeat:Wait()
- end
- end)
- Player2Button.MouseButton1Down:connect(function()
- for i = 0,1 do
- game.Workspace.Votes:FireServer(false,"p2")
- game:GetService("RunService").Heartbeat:Wait()
- end
- end)
- while true do
- Player2Button.Text = game.Workspace.RapBattles.Rappers.player2.Value
- Player1Button.Text = game.Workspace.RapBattles.Rappers.player1.Value
- wait(0.1)
- end
- end)
- Tilte.Name = "Tilte"
- Tilte.Parent = MainGui
- Tilte.BackgroundColor3 = Color3.new(0, 1, 0.498039)
- Tilte.Position = UDim2.new(-0.00483091548, 0, -0.00563380122, 0)
- Tilte.Size = UDim2.new(0, 358, 0, 29)
- Tilte.Font = Enum.Font.SourceSans
- Tilte.Text = "Auto Rap Battles Gui"
- Tilte.TextColor3 = Color3.new(1, 0, 0)
- Tilte.TextSize = 14
- Close.Name = "Close"
- Close.Parent = MainGui
- Close.BackgroundColor3 = Color3.new(0, 1, 0.498039)
- Close.Position = UDim2.new(0.879227042, 0, -0.00563380122, 0)
- Close.Size = UDim2.new(0, 50, 0, 29)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "X"
- Close.TextColor3 = Color3.new(1, 0, 0)
- Close.TextSize = 14
- Close.MouseButton1Down:connect(function()
- MainGui:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
- OpenGui.Visible = true
- end)
- Credits.Name = "Credits"
- Credits.Parent = MainGui
- Credits.BackgroundColor3 = Color3.new(0, 1, 0.498039)
- Credits.Position = UDim2.new(-0.00483091548, 0, 0.943661988, 0)
- Credits.Size = UDim2.new(0, 402, 0, 27)
- Credits.Font = Enum.Font.SourceSans
- Credits.Text = "Make By ClarkShadow(ClarkShadow#1097)"
- Credits.TextColor3 = Color3.new(1, 0, 0)
- Credits.TextSize = 14
- OpenGui.Name = "OpenGui"
- OpenGui.Parent = AutoRapBattles
- OpenGui.BackgroundColor3 = Color3.new(1, 1, 1)
- OpenGui.Position = UDim2.new(0, 0, 0.436254978, 0)
- OpenGui.Size = UDim2.new(0, 102, 0, 28)
- OpenGui.Style = Enum.FrameStyle.DropShadow
- OpenGui.Active = true
- OpenGui.Draggable = false
- Open.Name = "Open"
- Open.Parent = OpenGui
- Open.BackgroundColor3 = Color3.new(0, 1, 0.498039)
- Open.Position = UDim2.new(-0.0784313753, 0, -0.392857134, 0)
- Open.Size = UDim2.new(0, 98, 0, 23)
- Open.Font = Enum.Font.SourceSans
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(1, 0, 0)
- Open.TextSize = 14
- Open.MouseButton1Down:connect(function()
- MainGui:TweenPosition(UDim2.new(0.207, 0,0.129, 0), 'Out','Bounce', 1)
- OpenGui.Visible = false
- end)
- -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement