Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[ Doomspire Brickbattle Exploit UI
- Made by PresidentIvan
- Enjoy!
- ]]--
- local DoomspireExploitUI = Instance.new("ScreenGui")
- local Frame = Instance.new("ImageLabel")
- local Credits = Instance.new("TextLabel")
- local Title = Instance.new("TextLabel")
- local TPRed = Instance.new("TextButton")
- local TPBlue = Instance.new("TextButton")
- local TPYellow = Instance.new("TextButton")
- local TPGreen = Instance.new("TextButton")
- local Cheat = Instance.new("TextButton")
- local TPRandomPlayer = Instance.new("TextButton")
- local Open = Instance.new("TextButton")
- DoomspireExploitUI.Name = "DoomspireExploitUI"
- DoomspireExploitUI.Parent = game.CoreGui -- if 'game.CoreGui' doesn't work, I suggest you to change it to 'game.Players.LocalPlayer:WaitForChild("PlayerGui")' --
- Frame.Name = "Frame"
- Frame.Parent = DoomspireExploitUI
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BackgroundTransparency = 1
- Frame.Position = UDim2.new(0.344636947, 0, 0.184542581, 0)
- Frame.Size = UDim2.new(0, 500, 0, 400)
- Frame.Image = "rbxassetid://2851920938"
- Frame.ImageColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- Frame.ScaleType = Enum.ScaleType.Slice
- Frame.SliceCenter = Rect.new(25, 25, 25, 25)
- Frame.Visible = false
- Credits.Name = "Credits"
- Credits.Parent = Frame
- Credits.BackgroundColor3 = Color3.new(1, 1, 1)
- Credits.BackgroundTransparency = 1
- Credits.Position = UDim2.new(0, 0, 0.875, 0)
- Credits.Size = UDim2.new(0, 500, 0, 50)
- Credits.Font = Enum.Font.SciFi
- Credits.Text = "Made by PresidentIvan"
- Credits.TextColor3 = Color3.new(1, 0.882353, 0)
- Credits.TextSize = 40
- Credits.TextStrokeTransparency = 0
- Credits.TextWrapped = true
- Title.Name = "Title"
- Title.Parent = Frame
- Title.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- Title.BorderColor3 = Color3.new(1, 0.882353, 0)
- Title.Size = UDim2.new(0, 500, 0, 50)
- Title.Font = Enum.Font.SciFi
- Title.Text = "Doomspire Brickbattle Exploit UI"
- Title.TextColor3 = Color3.new(1, 0.882353, 0)
- Title.TextSize = 30
- Title.TextStrokeTransparency = 0
- Title.TextWrapped = true
- TPRed.Name = "TPRed"
- TPRed.Parent = Frame
- TPRed.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- TPRed.BorderColor3 = Color3.new(1, 0.882353, 0)
- TPRed.Position = UDim2.new(0.0599999949, 0, 0.225000009, 0)
- TPRed.Size = UDim2.new(0, 200, 0, 50)
- TPRed.Font = Enum.Font.SciFi
- TPRed.Text = "TP to Red"
- TPRed.TextColor3 = Color3.new(1, 0, 0)
- TPRed.TextSize = 40
- TPRed.TextWrapped = true
- TPRed.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-131, 21.2, 0) + Vector3.new(0, 10, 0)
- end)
- TPBlue.Name = "TPBlue"
- TPBlue.Parent = Frame
- TPBlue.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- TPBlue.BorderColor3 = Color3.new(1, 0.882353, 0)
- TPBlue.Position = UDim2.new(0.539999962, 0, 0.225000009, 0)
- TPBlue.Size = UDim2.new(0, 200, 0, 50)
- TPBlue.Font = Enum.Font.SciFi
- TPBlue.Text = "TP to Blue"
- TPBlue.TextColor3 = Color3.new(0, 0, 1)
- TPBlue.TextSize = 40
- TPBlue.TextWrapped = true
- TPBlue.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, 21.2, 131) + Vector3.new(0, 10, 0)
- end)
- TPYellow.Name = "TPYellow"
- TPYellow.Parent = Frame
- TPYellow.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- TPYellow.BorderColor3 = Color3.new(1, 0.882353, 0)
- TPYellow.Position = UDim2.new(0.0599999987, 0, 0.648999989, 0)
- TPYellow.Size = UDim2.new(0, 200, 0, 50)
- TPYellow.Font = Enum.Font.SciFi
- TPYellow.Text = "TP to Yellow"
- TPYellow.TextColor3 = Color3.new(1, 1, 0)
- TPYellow.TextSize = 40
- TPYellow.TextWrapped = true
- TPYellow.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(131, 21.2, 0) + Vector3.new(0, 10, 0)
- end)
- TPGreen.Name = "TPGreen"
- TPGreen.Parent = Frame
- TPGreen.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- TPGreen.BorderColor3 = Color3.new(1, 0.882353, 0)
- TPGreen.Position = UDim2.new(0.539999962, 0, 0.647500038, 0)
- TPGreen.Size = UDim2.new(0, 200, 0, 50)
- TPGreen.Font = Enum.Font.SciFi
- TPGreen.Text = "TP to Green"
- TPGreen.TextColor3 = Color3.new(0, 1, 0)
- TPGreen.TextSize = 40
- TPGreen.TextWrapped = true
- TPGreen.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, 21.2, -131) + Vector3.new(0, 10, 0)
- end)
- Cheat.Name = "Cheat"
- Cheat.Parent = Frame
- Cheat.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- Cheat.BorderColor3 = Color3.new(1, 0.882353, 0)
- Cheat.Position = UDim2.new(0.299999982, 0, 0.436499983, 0)
- Cheat.Size = UDim2.new(0, 200, 0, 50)
- Cheat.Font = Enum.Font.SciFi
- Cheat.Text = "Cheat"
- Cheat.TextColor3 = Color3.new(1, 1, 1)
- Cheat.TextSize = 40
- Cheat.TextWrapped = true
- Cheat.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 200
- game.Players.LocalPlayer.Character.HipHeight = 1
- workspace.Lobby:Destroy()
- end)
- TPRandomPlayer.Name = "TPRandomPlayer"
- TPRandomPlayer.Parent = Frame
- TPRandomPlayer.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- TPRandomPlayer.BorderColor3 = Color3.new(1, 0.882353, 0)
- TPRandomPlayer.Position = UDim2.new(0.300000012, 0, 0.811500013, 0)
- TPRandomPlayer.Size = UDim2.new(0, 200, 0, 25)
- TPRandomPlayer.Font = Enum.Font.SciFi
- TPRandomPlayer.Text = "TP to Random Player"
- TPRandomPlayer.TextColor3 = Color3.new(1, 1, 1)
- TPRandomPlayer.TextSize = 20
- TPRandomPlayer.TextWrapped = true
- TPRandomPlayer.MouseButton1Click:Connect(function()
- for i, player in pairs(game.Players:GetPlayers()) do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(player.Character.HumanoidRootPart.Position) + Vector3.new(0, 10, 0)
- end
- end)
- Open.Name = "Open"
- Open.Parent = DoomspireExploitUI
- Open.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- Open.BorderColor3 = Color3.new(0, 0, 0)
- Open.BorderSizePixel = 5
- Open.Position = UDim2.new(0, 5, 0.762000024, 0)
- Open.Size = UDim2.new(0, 200, 0, 50)
- Open.Font = Enum.Font.SciFi
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(1, 0.882353, 0)
- Open.TextScaled = true
- Open.TextSize = 14
- Open.TextStrokeTransparency = 0
- Open.TextWrapped = true
- Open.MouseButton1Click:Connect(function()
- Frame.Visible = not Frame.Visible
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement