SithCl

ROBLOX Doomspire Brickbattle GUI 2021

Jun 29th, 2021 (edited)
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 8.52 KB | None | 0 0
  1. --By SithCl
  2. --Version 3.5
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local main = Instance.new("ImageLabel")
  8. local Yellow = Instance.new("TextButton")
  9. local Green = Instance.new("TextButton")
  10. local Blue = Instance.new("TextButton")
  11. local Red = Instance.new("TextButton")
  12. local Red_2 = Instance.new("TextButton")
  13. local TextLabel = Instance.new("TextLabel")
  14. local TextLabel_Roundify_12px = Instance.new("ImageLabel")
  15. local TextLabel_2 = Instance.new("TextLabel")
  16. local Close = Instance.new("TextButton")
  17. local Frame = Instance.new("Frame")
  18. local Open = Instance.new("TextButton")
  19. local InfJumps = Instance.new("TextButton")
  20. local altdelete = Instance.new("TextButton")
  21. local Killscript = Instance.new("TextButton")
  22. local CrashRoblox = Instance.new("TextButton")
  23.  
  24. --Properties:
  25.  
  26. ScreenGui.Parent = game.CoreGui
  27.  
  28. main.Name = "main"
  29. main.Parent = ScreenGui
  30. main.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  31. main.BackgroundTransparency = 1.000
  32. main.Position = UDim2.new(0.316455692, 0, 0.28957054, 0)
  33. main.Size = UDim2.new(0, 664, 0, 300)
  34. main.Visible = false
  35. main.Image = "rbxassetid://3570695787"
  36. main.ImageColor3 = Color3.fromRGB(49, 49, 49)
  37. main.ScaleType = Enum.ScaleType.Slice
  38. main.SliceCenter = Rect.new(100, 100, 100, 100)
  39. main.SliceScale = 0.120
  40. main.Active = true
  41. main.Draggable = true
  42.  
  43. Yellow.Name = "Yellow"
  44. Yellow.Parent = main
  45. Yellow.BackgroundColor3 = Color3.fromRGB(220, 220, 30)
  46. Yellow.Position = UDim2.new(0.25377059, 0, 0.203333333, 0)
  47. Yellow.Size = UDim2.new(0, 163, 0, 53)
  48. Yellow.Font = Enum.Font.Cartoon
  49. Yellow.Text = "Yellow"
  50. Yellow.TextColor3 = Color3.fromRGB(0, 0, 0)
  51. Yellow.TextScaled = true
  52. Yellow.TextSize = 14.000
  53. Yellow.TextWrapped = true
  54. Yellow.MouseButton1Down:connect(function()
  55.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(120, 27, -2)
  56. end)
  57.  
  58. Green.Name = "Green"
  59. Green.Parent = main
  60. Green.BackgroundColor3 = Color3.fromRGB(39, 180, 7)
  61. Green.Position = UDim2.new(0.498041511, 0, 0.203333333, 0)
  62. Green.Size = UDim2.new(0, 164, 0, 53)
  63. Green.Font = Enum.Font.Cartoon
  64. Green.Text = "Green"
  65. Green.TextColor3 = Color3.fromRGB(0, 0, 0)
  66. Green.TextScaled = true
  67. Green.TextSize = 14.000
  68. Green.TextWrapped = true
  69. Green.MouseButton1Down:connect(function()
  70.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(7, 31, -125)
  71. end)
  72.  
  73. Blue.Name = "Blue"
  74. Blue.Parent = main
  75. Blue.BackgroundColor3 = Color3.fromRGB(42, 50, 202)
  76. Blue.Position = UDim2.new(0.744750023, 0, 0.203333333, 0)
  77. Blue.Size = UDim2.new(0, 163, 0, 53)
  78. Blue.Font = Enum.Font.Cartoon
  79. Blue.Text = "Blue"
  80. Blue.TextColor3 = Color3.fromRGB(0, 0, 0)
  81. Blue.TextScaled = true
  82. Blue.TextSize = 14.000
  83. Blue.TextWrapped = true
  84. Blue.MouseButton1Down:connect(function()
  85.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6, 27, 124)
  86. end)
  87.  
  88. Red.Name = "Red"
  89. Red.Parent = main
  90. Red.BackgroundColor3 = Color3.fromRGB(200, 0, 3)
  91. Red.Position = UDim2.new(0.00956214778, 0, 0.203333333, 0)
  92. Red.Size = UDim2.new(0, 163, 0, 53)
  93. Red.Font = Enum.Font.Cartoon
  94. Red.Text = "Red"
  95. Red.TextColor3 = Color3.fromRGB(0, 0, 0)
  96. Red.TextScaled = true
  97. Red.TextSize = 14.000
  98. Red.TextWrapped = true
  99. Red.MouseButton1Down:connect(function()
  100.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-138, 30, -7)
  101. end)
  102.  
  103. Red_2.Name = "Red"
  104. Red_2.Parent = main
  105. Red_2.BackgroundColor3 = Color3.fromRGB(200, 200, 200)
  106. Red_2.Position = UDim2.new(0.255044043, 0, 0.409999996, 0)
  107. Red_2.Size = UDim2.new(0, 163, 0, 53)
  108. Red_2.Font = Enum.Font.Cartoon
  109. Red_2.Text = "Speed"
  110. Red_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  111. Red_2.TextScaled = true
  112. Red_2.TextSize = 14.000
  113. Red_2.TextWrapped = true
  114. Red_2.MouseButton1Down:connect(function()
  115.     game.Workspace.YOURNAME.Humanoid.WalkSpeed = 35
  116. end)
  117.  
  118. TextLabel.Parent = main
  119. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  120. TextLabel.BackgroundTransparency = 1.000
  121. TextLabel.BorderSizePixel = 0
  122. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  123. TextLabel.Font = Enum.Font.SourceSans
  124. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  125. TextLabel.TextSize = 14.000
  126.  
  127. TextLabel_Roundify_12px.Name = "TextLabel_Roundify_12px"
  128. TextLabel_Roundify_12px.Parent = TextLabel
  129. TextLabel_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
  130. TextLabel_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  131. TextLabel_Roundify_12px.BackgroundTransparency = 1.000
  132. TextLabel_Roundify_12px.Position = UDim2.new(1.65999997, 0, 0.5, 0)
  133. TextLabel_Roundify_12px.Size = UDim2.new(3.31999993, 0, 1, 0)
  134. TextLabel_Roundify_12px.Image = "rbxassetid://3570695787"
  135. TextLabel_Roundify_12px.ScaleType = Enum.ScaleType.Slice
  136. TextLabel_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
  137. TextLabel_Roundify_12px.SliceScale = 0.120
  138.  
  139. TextLabel_2.Parent = TextLabel_Roundify_12px
  140. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  141. TextLabel_2.BackgroundTransparency = 1.000
  142. TextLabel_2.BorderSizePixel = 0
  143. TextLabel_2.Size = UDim2.new(0, 657, 0, 50)
  144. TextLabel_2.Font = Enum.Font.Cartoon
  145. TextLabel_2.Text = "Doomspire Brickbattle by Sith"
  146. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  147. TextLabel_2.TextScaled = true
  148. TextLabel_2.TextSize = 14.000
  149. TextLabel_2.TextWrapped = true
  150.  
  151. Close.Name = "Close"
  152. Close.Parent = main
  153. Close.BackgroundColor3 = Color3.fromRGB(140, 0, 0)
  154. Close.BorderSizePixel = 0
  155. Close.Position = UDim2.new(0.347891569, 0, 0.833333313, 0)
  156. Close.Size = UDim2.new(0, 200, 0, 50)
  157. Close.Font = Enum.Font.Cartoon
  158. Close.Text = "CLOSE"
  159. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  160. Close.TextScaled = true
  161. Close.TextSize = 14.000
  162. Close.TextWrapped = true
  163. Close.MouseButton1Down:connect(function()
  164. main.Visible = false
  165. Frame.Visible = true   
  166.    
  167. end)
  168.  
  169. InfJumps.Name = "Inf Jumps"
  170. InfJumps.Parent = main
  171. InfJumps.BackgroundColor3 = Color3.fromRGB(200, 200, 200)
  172. InfJumps.Position = UDim2.new(0.500525951, 0, 0.409999996, 0)
  173. InfJumps.Size = UDim2.new(0, 163, 0, 53)
  174. InfJumps.Font = Enum.Font.Cartoon
  175. InfJumps.Text = "Inf Jumps"
  176. InfJumps.TextColor3 = Color3.fromRGB(0, 0, 0)
  177. InfJumps.TextScaled = true
  178. InfJumps.TextSize = 14.000
  179. InfJumps.TextWrapped = true
  180. InfJumps.MouseButton1Down:connect(function()
  181.     loadstring(game:HttpGet("https://pastebin.com/raw/V5PQy3y0", true))()
  182.  
  183. end)
  184.  
  185. Frame.Parent = ScreenGui
  186. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  187. Frame.Position = UDim2.new(-0.000616903126, 0, 0.468711644, 0)
  188. Frame.Size = UDim2.new(0, 200, 0, 50)
  189. Frame.Active = true
  190. Frame.Draggable = true
  191.  
  192. Open.Name = "Open"
  193. Open.Parent = Frame
  194. Open.BackgroundColor3 = Color3.fromRGB(140, 0, 0)
  195. Open.BorderSizePixel = 0
  196. Open.Position = UDim2.new(-0.00259041786, 0, 0.00666664913, 0)
  197. Open.Size = UDim2.new(0, 200, 0, 50)
  198. Open.Font = Enum.Font.Cartoon
  199. Open.Text = "OPEN"
  200. Open.TextColor3 = Color3.fromRGB(0, 0, 0)
  201. Open.TextScaled = true
  202. Open.TextSize = 14.000
  203. Open.TextWrapped = true
  204. Open.MouseButton1Down:connect(function()
  205. Frame.Visible = false
  206. main.Visible = true
  207.    
  208. end)
  209.  
  210. altdelete.Name = "alt delete"
  211. altdelete.Parent = main
  212. altdelete.BackgroundColor3 = Color3.fromRGB(200, 200, 200)
  213. altdelete.Position = UDim2.new(0.00805608928, 0, 0.409999996, 0)
  214. altdelete.Size = UDim2.new(0, 163, 0, 53)
  215. altdelete.Font = Enum.Font.Cartoon
  216. altdelete.Text = "Alt delete"
  217. altdelete.TextColor3 = Color3.fromRGB(0, 0, 0)
  218. altdelete.TextScaled = true
  219. altdelete.TextSize = 14.000
  220. altdelete.TextWrapped = true
  221. altdelete.MouseButton1Down:connect(function()
  222.     loadstring(game:HttpGet("https://pastebin.com/raw/DThr62Cn", true))()
  223.  
  224. end)
  225.  
  226. Killscript.Name = "Kill script"
  227. Killscript.Parent = main
  228. Killscript.BackgroundColor3 = Color3.fromRGB(140, 0, 0)
  229. Killscript.BorderSizePixel = 0
  230. Killscript.Position = UDim2.new(0.347891569, 0, 0.653333306, 0)
  231. Killscript.Size = UDim2.new(0, 200, 0, 50)
  232. Killscript.Font = Enum.Font.Cartoon
  233. Killscript.Text = "Kill script"
  234. Killscript.TextColor3 = Color3.fromRGB(0, 0, 0)
  235. Killscript.TextScaled = true
  236. Killscript.TextSize = 14.000
  237. Killscript.TextWrapped = true
  238. Killscript.MouseButton1Down:connect(function()
  239. Frame.Visible = false
  240. main.Visible = false
  241.    
  242. end)
  243.  
  244. CrashRoblox.Name = "Crash Roblox"
  245. CrashRoblox.Parent = main
  246. CrashRoblox.BackgroundColor3 = Color3.fromRGB(200, 200, 200)
  247. CrashRoblox.Position = UDim2.new(0.74600786, 0, 0.409999996, 0)
  248. CrashRoblox.Size = UDim2.new(0, 163, 0, 53)
  249. CrashRoblox.Font = Enum.Font.Cartoon
  250. CrashRoblox.Text = "Crash Roblox"
  251. CrashRoblox.TextColor3 = Color3.fromRGB(0, 0, 0)
  252. CrashRoblox.TextScaled = true
  253. CrashRoblox.TextSize = 14.000
  254. CrashRoblox.TextWrapped = true
  255. CrashRoblox.MouseButton1Down:connect(function()
  256.     loadstring(game:HttpGet("https://pastebin.com/raw/jqYs17a5", true))()
  257. end)
Add Comment
Please, Sign In to add comment