Advertisement
PresidentIvan

Roblox Doomspire Brickbattle Exploit GUI

Aug 6th, 2019
34,038
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.30 KB | None | 1 0
  1. --[[ Doomspire Brickbattle Exploit UI
  2.      Made by PresidentIvan
  3.  
  4.      Enjoy!
  5. ]]--
  6.  
  7. local DoomspireExploitUI = Instance.new("ScreenGui")
  8. local Frame = Instance.new("ImageLabel")
  9. local Credits = Instance.new("TextLabel")
  10. local Title = Instance.new("TextLabel")
  11. local TPRed = Instance.new("TextButton")
  12. local TPBlue = Instance.new("TextButton")
  13. local TPYellow = Instance.new("TextButton")
  14. local TPGreen = Instance.new("TextButton")
  15. local Cheat = Instance.new("TextButton")
  16. local TPRandomPlayer = Instance.new("TextButton")
  17. local Open = Instance.new("TextButton")
  18.  
  19. DoomspireExploitUI.Name = "DoomspireExploitUI"
  20. DoomspireExploitUI.Parent = game.CoreGui -- if 'game.CoreGui' doesn't work, I suggest you to change it to 'game.Players.LocalPlayer:WaitForChild("PlayerGui")' --
  21.  
  22. Frame.Name = "Frame"
  23. Frame.Parent = DoomspireExploitUI
  24. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  25. Frame.BackgroundTransparency = 1
  26. Frame.Position = UDim2.new(0.344636947, 0, 0.184542581, 0)
  27. Frame.Size = UDim2.new(0, 500, 0, 400)
  28. Frame.Image = "rbxassetid://2851920938"
  29. Frame.ImageColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  30. Frame.ScaleType = Enum.ScaleType.Slice
  31. Frame.SliceCenter = Rect.new(25, 25, 25, 25)
  32. Frame.Visible = false
  33.  
  34. Credits.Name = "Credits"
  35. Credits.Parent = Frame
  36. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  37. Credits.BackgroundTransparency = 1
  38. Credits.Position = UDim2.new(0, 0, 0.875, 0)
  39. Credits.Size = UDim2.new(0, 500, 0, 50)
  40. Credits.Font = Enum.Font.SciFi
  41. Credits.Text = "Made by PresidentIvan"
  42. Credits.TextColor3 = Color3.new(1, 0.882353, 0)
  43. Credits.TextSize = 40
  44. Credits.TextStrokeTransparency = 0
  45. Credits.TextWrapped = true
  46.  
  47. Title.Name = "Title"
  48. Title.Parent = Frame
  49. Title.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  50. Title.BorderColor3 = Color3.new(1, 0.882353, 0)
  51. Title.Size = UDim2.new(0, 500, 0, 50)
  52. Title.Font = Enum.Font.SciFi
  53. Title.Text = "Doomspire Brickbattle Exploit UI"
  54. Title.TextColor3 = Color3.new(1, 0.882353, 0)
  55. Title.TextSize = 30
  56. Title.TextStrokeTransparency = 0
  57. Title.TextWrapped = true
  58.  
  59. TPRed.Name = "TPRed"
  60. TPRed.Parent = Frame
  61. TPRed.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  62. TPRed.BorderColor3 = Color3.new(1, 0.882353, 0)
  63. TPRed.Position = UDim2.new(0.0599999949, 0, 0.225000009, 0)
  64. TPRed.Size = UDim2.new(0, 200, 0, 50)
  65. TPRed.Font = Enum.Font.SciFi
  66. TPRed.Text = "TP to Red"
  67. TPRed.TextColor3 = Color3.new(1, 0, 0)
  68. TPRed.TextSize = 40
  69. TPRed.TextWrapped = true
  70. TPRed.MouseButton1Click:Connect(function()
  71.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-131, 21.2, 0) + Vector3.new(0, 10, 0)
  72. end)
  73.  
  74. TPBlue.Name = "TPBlue"
  75. TPBlue.Parent = Frame
  76. TPBlue.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  77. TPBlue.BorderColor3 = Color3.new(1, 0.882353, 0)
  78. TPBlue.Position = UDim2.new(0.539999962, 0, 0.225000009, 0)
  79. TPBlue.Size = UDim2.new(0, 200, 0, 50)
  80. TPBlue.Font = Enum.Font.SciFi
  81. TPBlue.Text = "TP to Blue"
  82. TPBlue.TextColor3 = Color3.new(0, 0, 1)
  83. TPBlue.TextSize = 40
  84. TPBlue.TextWrapped = true
  85. TPBlue.MouseButton1Click:Connect(function()
  86.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, 21.2, 131) + Vector3.new(0, 10, 0)
  87. end)
  88.  
  89. TPYellow.Name = "TPYellow"
  90. TPYellow.Parent = Frame
  91. TPYellow.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  92. TPYellow.BorderColor3 = Color3.new(1, 0.882353, 0)
  93. TPYellow.Position = UDim2.new(0.0599999987, 0, 0.648999989, 0)
  94. TPYellow.Size = UDim2.new(0, 200, 0, 50)
  95. TPYellow.Font = Enum.Font.SciFi
  96. TPYellow.Text = "TP to Yellow"
  97. TPYellow.TextColor3 = Color3.new(1, 1, 0)
  98. TPYellow.TextSize = 40
  99. TPYellow.TextWrapped = true
  100. TPYellow.MouseButton1Click:Connect(function()
  101.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(131, 21.2, 0) + Vector3.new(0, 10, 0)
  102. end)
  103.  
  104. TPGreen.Name = "TPGreen"
  105. TPGreen.Parent = Frame
  106. TPGreen.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  107. TPGreen.BorderColor3 = Color3.new(1, 0.882353, 0)
  108. TPGreen.Position = UDim2.new(0.539999962, 0, 0.647500038, 0)
  109. TPGreen.Size = UDim2.new(0, 200, 0, 50)
  110. TPGreen.Font = Enum.Font.SciFi
  111. TPGreen.Text = "TP to Green"
  112. TPGreen.TextColor3 = Color3.new(0, 1, 0)
  113. TPGreen.TextSize = 40
  114. TPGreen.TextWrapped = true
  115. TPGreen.MouseButton1Click:Connect(function()
  116.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, 21.2, -131) + Vector3.new(0, 10, 0)
  117. end)
  118.  
  119. Cheat.Name = "Cheat"
  120. Cheat.Parent = Frame
  121. Cheat.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  122. Cheat.BorderColor3 = Color3.new(1, 0.882353, 0)
  123. Cheat.Position = UDim2.new(0.299999982, 0, 0.436499983, 0)
  124. Cheat.Size = UDim2.new(0, 200, 0, 50)
  125. Cheat.Font = Enum.Font.SciFi
  126. Cheat.Text = "Cheat"
  127. Cheat.TextColor3 = Color3.new(1, 1, 1)
  128. Cheat.TextSize = 40
  129. Cheat.TextWrapped = true
  130. Cheat.MouseButton1Click:Connect(function()
  131.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  132.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = 200
  133.     game.Players.LocalPlayer.Character.HipHeight = 1
  134.    
  135.     workspace.Lobby:Destroy()
  136. end)
  137.  
  138. TPRandomPlayer.Name = "TPRandomPlayer"
  139. TPRandomPlayer.Parent = Frame
  140. TPRandomPlayer.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  141. TPRandomPlayer.BorderColor3 = Color3.new(1, 0.882353, 0)
  142. TPRandomPlayer.Position = UDim2.new(0.300000012, 0, 0.811500013, 0)
  143. TPRandomPlayer.Size = UDim2.new(0, 200, 0, 25)
  144. TPRandomPlayer.Font = Enum.Font.SciFi
  145. TPRandomPlayer.Text = "TP to Random Player"
  146. TPRandomPlayer.TextColor3 = Color3.new(1, 1, 1)
  147. TPRandomPlayer.TextSize = 20
  148. TPRandomPlayer.TextWrapped = true
  149. TPRandomPlayer.MouseButton1Click:Connect(function()
  150.     for i, player in pairs(game.Players:GetPlayers()) do
  151.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(player.Character.HumanoidRootPart.Position) + Vector3.new(0, 10, 0)
  152.     end
  153. end)
  154.  
  155. Open.Name = "Open"
  156. Open.Parent = DoomspireExploitUI
  157. Open.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  158. Open.BorderColor3 = Color3.new(0, 0, 0)
  159. Open.BorderSizePixel = 5
  160. Open.Position = UDim2.new(0, 5, 0.762000024, 0)
  161. Open.Size = UDim2.new(0, 200, 0, 50)
  162. Open.Font = Enum.Font.SciFi
  163. Open.Text = "Open"
  164. Open.TextColor3 = Color3.new(1, 0.882353, 0)
  165. Open.TextScaled = true
  166. Open.TextSize = 14
  167. Open.TextStrokeTransparency = 0
  168. Open.TextWrapped = true
  169. Open.MouseButton1Click:Connect(function()
  170.     Frame.Visible = not Frame.Visible
  171. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement