Advertisement
WafflesYT

hmm why are u here?

Jun 6th, 2018
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.04 KB | None | 0 0
  1. -- Made by Waffles1652
  2. -- Objects
  3.  
  4. local DBXBRGUI = Instance.new("ScreenGui")
  5. local Menu = Instance.new("Frame")
  6. local Frame = Instance.new("Frame")
  7. local TextLabel = Instance.new("TextLabel")
  8. local Exit = Instance.new("TextButton")
  9. local LocalPlayer = Instance.new("TextButton")
  10. local OthersCommands = Instance.new("TextButton")
  11. local TextLabel_2 = Instance.new("TextLabel")
  12. local General1 = Instance.new("Frame")
  13. local ServerDeath = Instance.new("TextButton")
  14. local AllLvl1 = Instance.new("TextButton")
  15. local Rocky2U = Instance.new("TextButton")
  16. local AllMaxStats = Instance.new("TextButton")
  17. local LocalPlayer1 = Instance.new("Frame")
  18. local MaxStats = Instance.new("TextButton")
  19. local ResetStats = Instance.new("TextButton")
  20. local Opener = Instance.new("Frame")
  21. local Open = Instance.new("TextButton")
  22.  
  23. -- Properties
  24.  
  25. DBXBRGUI.Name = "DBXBRGUI"
  26. DBXBRGUI.Parent = game.CoreGui
  27.  
  28. Menu.Name = "Menu"
  29. Menu.Parent = DBXBRGUI
  30. Menu.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  31. Menu.BackgroundTransparency = 0.050000000745058
  32. Menu.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  33. Menu.BorderSizePixel = 0
  34. Menu.Position = UDim2.new(0, 588, 0, 614)
  35. Menu.Size = UDim2.new(0, 387, 0, -322)
  36. Menu.Visible = false
  37.  
  38. Frame.Parent = Menu
  39. Frame.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  40. Frame.BackgroundTransparency = 0.050000000745058
  41. Frame.BorderSizePixel = 0
  42. Frame.Position = UDim2.new(0, 0, 0, 39)
  43. Frame.Size = UDim2.new(0, 387, 0, -39)
  44.  
  45. TextLabel.Parent = Frame
  46. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  47. TextLabel.BackgroundTransparency = 1
  48. TextLabel.BorderSizePixel = 0
  49. TextLabel.Size = UDim2.new(0, 387, 0, 39)
  50. TextLabel.Font = Enum.Font.SourceSansBold
  51. TextLabel.Text = "R.I.P. DBX BR"
  52. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  53. TextLabel.TextScaled = true
  54. TextLabel.TextSize = 14
  55. TextLabel.TextWrapped = true
  56.  
  57. Exit.Name = "Exit"
  58. Exit.Parent = Menu
  59. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  60. Exit.BackgroundTransparency = 1
  61. Exit.Position = UDim2.new(0, 365, 0, 0)
  62. Exit.Size = UDim2.new(0, 22, 0, 20)
  63. Exit.Font = Enum.Font.SourceSansBold
  64. Exit.Text = "X"
  65. Exit.TextColor3 = Color3.new(0.678431, 0, 0)
  66. Exit.TextScaled = true
  67. Exit.TextSize = 14
  68. Exit.TextWrapped = true
  69.  
  70. LocalPlayer.Name = "LocalPlayer"
  71. LocalPlayer.Parent = Menu
  72. LocalPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  73. LocalPlayer.BackgroundTransparency = 0.85000002384186
  74. LocalPlayer.BorderColor3 = Color3.new(1, 1, 1)
  75. LocalPlayer.Position = UDim2.new(0, 0, 0, 86)
  76. LocalPlayer.Size = UDim2.new(0, 88, 0, 22)
  77. LocalPlayer.Font = Enum.Font.SourceSansItalic
  78. LocalPlayer.Text = "LocalPlayer"
  79. LocalPlayer.TextColor3 = Color3.new(1, 1, 1)
  80. LocalPlayer.TextScaled = true
  81. LocalPlayer.TextSize = 25
  82. LocalPlayer.TextWrapped = true
  83.  
  84. OthersCommands.Name = "Others Commands"
  85. OthersCommands.Parent = Menu
  86. OthersCommands.BackgroundColor3 = Color3.new(1, 1, 1)
  87. OthersCommands.BackgroundTransparency = 0.85000002384186
  88. OthersCommands.BorderColor3 = Color3.new(1, 1, 1)
  89. OthersCommands.Position = UDim2.new(0, 0, 0, 139)
  90. OthersCommands.Size = UDim2.new(0, 88, 0, 22)
  91. OthersCommands.Font = Enum.Font.SourceSansItalic
  92. OthersCommands.Text = "General"
  93. OthersCommands.TextColor3 = Color3.new(1, 1, 1)
  94. OthersCommands.TextScaled = true
  95. OthersCommands.TextSize = 25
  96. OthersCommands.TextWrapped = true
  97.  
  98. TextLabel_2.Parent = Menu
  99. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  100. TextLabel_2.BackgroundTransparency = 1
  101. TextLabel_2.BorderSizePixel = 0
  102. TextLabel_2.Position = UDim2.new(0, 0, 0, 297)
  103. TextLabel_2.Size = UDim2.new(0, 173, 0, 25)
  104. TextLabel_2.Font = Enum.Font.SourceSansLight
  105. TextLabel_2.Text = "Made By Waffles1652"
  106. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  107. TextLabel_2.TextScaled = true
  108. TextLabel_2.TextSize = 21
  109. TextLabel_2.TextWrapped = true
  110.  
  111. General1.Name = "General1"
  112. General1.Parent = Menu
  113. General1.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  114. General1.BackgroundTransparency = 1
  115. General1.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  116. General1.BorderSizePixel = 0
  117. General1.Position = UDim2.new(0, 0, 0, 322)
  118. General1.Size = UDim2.new(0, 387, 0, -322)
  119. General1.Visible = false
  120.  
  121. ServerDeath.Name = "ServerDeath"
  122. ServerDeath.Parent = General1
  123. ServerDeath.BackgroundColor3 = Color3.new(1, 1, 1)
  124. ServerDeath.BackgroundTransparency = 0.64999997615814
  125. ServerDeath.BorderColor3 = Color3.new(1, 1, 1)
  126. ServerDeath.Position = UDim2.new(0, 257, 0, 139)
  127. ServerDeath.Size = UDim2.new(0, 88, 0, 22)
  128. ServerDeath.Font = Enum.Font.SourceSansItalic
  129. ServerDeath.Text = "RIP DBX"
  130. ServerDeath.TextColor3 = Color3.new(1, 1, 1)
  131. ServerDeath.TextScaled = true
  132. ServerDeath.TextSize = 25
  133. ServerDeath.TextWrapped = true
  134.  
  135. AllLvl1.Name = "All Lvl 1"
  136. AllLvl1.Parent = General1
  137. AllLvl1.BackgroundColor3 = Color3.new(1, 1, 1)
  138. AllLvl1.BackgroundTransparency = 0.64999997615814
  139. AllLvl1.BorderColor3 = Color3.new(1, 1, 1)
  140. AllLvl1.Position = UDim2.new(0, 258, 0, 85)
  141. AllLvl1.Size = UDim2.new(0, 88, 0, 22)
  142. AllLvl1.Font = Enum.Font.SourceSansItalic
  143. AllLvl1.Text = "All Lvl 1"
  144. AllLvl1.TextColor3 = Color3.new(1, 1, 1)
  145. AllLvl1.TextScaled = true
  146. AllLvl1.TextSize = 25
  147. AllLvl1.TextWrapped = true
  148.  
  149. Rocky2U.Name = "Rocky2U"
  150. Rocky2U.Parent = General1
  151. Rocky2U.BackgroundColor3 = Color3.new(1, 1, 1)
  152. Rocky2U.BackgroundTransparency = 0.64999997615814
  153. Rocky2U.BorderColor3 = Color3.new(1, 1, 1)
  154. Rocky2U.Position = UDim2.new(0, 129, 0, 139)
  155. Rocky2U.Size = UDim2.new(0, 88, 0, 22)
  156. Rocky2U.Font = Enum.Font.SourceSansItalic
  157. Rocky2U.Text = "Rocky2U"
  158. Rocky2U.TextColor3 = Color3.new(1, 1, 1)
  159. Rocky2U.TextScaled = true
  160. Rocky2U.TextSize = 25
  161. Rocky2U.TextWrapped = true
  162.  
  163. AllMaxStats.Name = "All Max Stats"
  164. AllMaxStats.Parent = General1
  165. AllMaxStats.BackgroundColor3 = Color3.new(1, 1, 1)
  166. AllMaxStats.BackgroundTransparency = 0.64999997615814
  167. AllMaxStats.BorderColor3 = Color3.new(1, 1, 1)
  168. AllMaxStats.Position = UDim2.new(0, 132, 0, 86)
  169. AllMaxStats.Size = UDim2.new(0, 88, 0, 22)
  170. AllMaxStats.Font = Enum.Font.SourceSansItalic
  171. AllMaxStats.Text = "All Max Stats"
  172. AllMaxStats.TextColor3 = Color3.new(1, 1, 1)
  173. AllMaxStats.TextScaled = true
  174. AllMaxStats.TextSize = 25
  175. AllMaxStats.TextWrapped = true
  176.  
  177. LocalPlayer1.Name = "LocalPlayer1"
  178. LocalPlayer1.Parent = Menu
  179. LocalPlayer1.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  180. LocalPlayer1.BackgroundTransparency = 1
  181. LocalPlayer1.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  182. LocalPlayer1.BorderSizePixel = 0
  183. LocalPlayer1.Position = UDim2.new(0, 0, 0, 322)
  184. LocalPlayer1.Size = UDim2.new(0, 387, 0, -322)
  185. LocalPlayer1.Visible = false
  186.  
  187. MaxStats.Name = "Max Stats"
  188. MaxStats.Parent = LocalPlayer1
  189. MaxStats.BackgroundColor3 = Color3.new(1, 1, 1)
  190. MaxStats.BackgroundTransparency = 0.64999997615814
  191. MaxStats.BorderColor3 = Color3.new(1, 1, 1)
  192. MaxStats.Position = UDim2.new(0, 132, 0, 86)
  193. MaxStats.Size = UDim2.new(0, 88, 0, 22)
  194. MaxStats.Font = Enum.Font.SourceSansItalic
  195. MaxStats.Text = "Max Stats"
  196. MaxStats.TextColor3 = Color3.new(1, 1, 1)
  197. MaxStats.TextScaled = true
  198. MaxStats.TextSize = 25
  199. MaxStats.TextWrapped = true
  200.  
  201. ResetStats.Name = "Reset Stats"
  202. ResetStats.Parent = LocalPlayer1
  203. ResetStats.BackgroundColor3 = Color3.new(1, 1, 1)
  204. ResetStats.BackgroundTransparency = 0.64999997615814
  205. ResetStats.BorderColor3 = Color3.new(1, 1, 1)
  206. ResetStats.Position = UDim2.new(0, 258, 0, 85)
  207. ResetStats.Size = UDim2.new(0, 88, 0, 22)
  208. ResetStats.Font = Enum.Font.SourceSansItalic
  209. ResetStats.Text = "Reset Stats"
  210. ResetStats.TextColor3 = Color3.new(1, 1, 1)
  211. ResetStats.TextScaled = true
  212. ResetStats.TextSize = 25
  213. ResetStats.TextWrapped = true
  214.  
  215. Opener.Name = "Opener"
  216. Opener.Parent = DBXBRGUI
  217. Opener.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  218. Opener.BorderColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  219. Opener.BorderSizePixel = 2
  220. Opener.Position = UDim2.new(0, 0, 0, 687)
  221. Opener.Size = UDim2.new(0, 88, 0, 33)
  222.  
  223. Open.Name = "Open"
  224. Open.Parent = Opener
  225. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  226. Open.BackgroundTransparency = 1
  227. Open.BorderColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  228. Open.BorderSizePixel = 0
  229. Open.Size = UDim2.new(0, 88, 0, 33)
  230. Open.Font = Enum.Font.SourceSansBold
  231. Open.Text = "Open"
  232. Open.TextColor3 = Color3.new(1, 1, 1)
  233. Open.TextScaled = true
  234. Open.TextSize = 14
  235. Open.TextWrapped = true
  236.  
  237. -- Scripts
  238. LocalPlayer.MouseButton1Click:connect(function()
  239. game.CoreGui.DBXBRGUI.Menu.LocalPlayer1.Visible = true
  240. game.CoreGui.DBXBRGUI.Menu.General1.Visible = false
  241. end)
  242.  
  243. OthersCommands.MouseButton1Click:connect(function()
  244. game.CoreGui.DBXBRGUI.Menu.General1.Visible = true
  245. game.CoreGui.DBXBRGUI.Menu.LocalPlayer1.Visible = false
  246. end)
  247.  
  248. local plr = game.Players.LocalPlayer
  249. MaxStats.MouseButton1Click:connect(function()
  250. plr = game.Players.LocalPlayer
  251. plr.Data.boost.Value = 299999
  252. plr.Data.Zeni.Value = 10000000
  253. plr.Data.Attribute.Value = 1200000
  254. plr.Data.Slot1.Value = 25000
  255. plr.Data.CP.Value = 10000000
  256. plr.Data.zApple.Value = 25000
  257. plr.Data.zMeat.Value = 25000
  258. plr.Data.zOrange.Value = 25000
  259. plr.Data.zSalad.Value = 25000
  260. plr.Data.zSenzu.Value = 25000
  261. plr.Data.zSoda.Value = 25000
  262. end)
  263.  
  264. ResetStats.MouseButton1Click:connect(function()
  265. plr.Data.boost.Value = 0
  266. plr.Data.Zeni.Value = 0
  267. plr.Data.Attribute.Value = 0
  268. plr.Data.zApple.Value = 0
  269. plr.Data.zMeat.Value = 0
  270. plr.Data.zOrange.Value = 0
  271. plr.Data.zSalad.Value = 0
  272. plr.Data.zSenzu.Value = 0
  273. plr.Data.zSoda.Value = 0
  274. plr.Data.Slot1.Value = 0
  275. plr.Data.Slot2.Value = 0
  276. plr.Data.Slot3.Value = 0
  277. plr.Data.Slot4.Value = 0
  278. plr.Data.Slot5.Value = 0
  279. plr.Data.Slot6.Value = 0
  280. plr.Data.CP.Value = 0
  281. plr.Data.Health.Value = 0
  282. plr.Data.Ki.Value = 0
  283. plr.Data.KiMax.Value = 0
  284. end)
  285.  
  286. local plr1 = game.Players
  287. local plr2 = plr1:GetChildren()
  288. AllLvl1.MouseButton1Click:connect(function()
  289. for i,plr1 in pairs (plr2) do
  290. plr1.Data.boost.Value = 0
  291. plr1.Data.Zeni.Value = 0
  292. plr1.Data.Attribute.Value = 0
  293. plr1.Data.Slot1.Value = 0
  294. plr1.Data.Slot2.Value = 0
  295. plr1.Data.Slot3.Value = 0
  296. plr1.Data.Slot4.Value = 0
  297. plr1.Data.Slot5.Value = 0
  298. plr1.Data.Slot6.Value = 0
  299. plr1.Data.CP.Value = 0
  300. plr1.Data.Health.Value = 1
  301. plr1.Data.Ki.Value = 0
  302. plr1.Data.KiMax.Value = 0
  303. end
  304. end)
  305.  
  306. AllMaxStats.MouseButton1Click:connect(function()
  307. for i,plr1 in pairs (plr2) do
  308. plr1.Data.boost.Value = 299999
  309. plr1.Data.Zeni.Value = 10000000
  310. plr1.Data.Attribute.Value = 1199996
  311. plr1.Data.Slot1.Value = 25000
  312. plr1.Data.CP.Value = 10000000
  313. plr1.Data.zApple.Value = 25000
  314. plr1.Data.zMeat.Value = 25000
  315. plr1.Data.zOrange.Value = 25000
  316. plr1.Data.zSalad.Value = 25000
  317. plr1.Data.zSenzu.Value = 25000
  318. plr1.Data.zSoda.Value = 25000
  319. end
  320. end)
  321.  
  322. Rocky2U.MouseButton1Click:connect(function()
  323. loadstring(game:HttpGet("https://pastebin.com/raw/p5mesqit", true))()
  324. end)
  325.  
  326. ServerDeath.MouseButton1Click:connect(function()
  327. loadstring(game:HttpGet("https://pastebin.com/raw/EPDUV8by", true))()
  328. end)
  329.  
  330. Open.MouseButton1Click:connect(function()
  331. game.CoreGui.DBXBRGUI.Menu.Visible = true
  332. game.CoreGui.DBXBRGUI.Opener.Visible = false
  333. end)
  334.  
  335. Exit.MouseButton1Click:connect(function()
  336. game.CoreGui.DBXBRGUI.Menu.Visible = false
  337. game.CoreGui.DBXBRGUI.Opener.Visible = true
  338. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement