Advertisement
Elixcore

Dragon Ball Rage Rebirth 2 GUI

Aug 6th, 2017
6,390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.01 KB | None | 0 0
  1. -- Credits to Elixcore/Alex for everything!
  2. -- Objects
  3.  
  4. local DBRR2 = Instance.new("ScreenGui")
  5. local BG = Instance.new("Frame")
  6. local infki = Instance.new("TextButton")
  7. local infrage = Instance.new("TextButton")
  8. local MaxKi = Instance.new("TextButton")
  9. local MaxRage = Instance.new("TextButton")
  10. local maxlevel = Instance.new("TextButton")
  11. local Money = Instance.new("TextButton")
  12. local allcodes = Instance.new("TextButton")
  13. local ResetAll = Instance.new("TextButton")
  14. local line = Instance.new("TextButton")
  15.  
  16. -- Properties
  17.  
  18. DBRR2.Name = "DBRR2"
  19. DBRR2.Parent = game.Players.LocalPlayer.PlayerGui
  20.  
  21. BG.Name = "BG"
  22. BG.Parent = DBRR2
  23. BG.Active = true
  24. BG.BackgroundColor3 = Color3.new(0, 0, 0)
  25. BG.BorderColor3 = Color3.new(0, 0, 0)
  26. BG.Draggable = true
  27. BG.Position = UDim2.new(0, 750, 0, 100)
  28. BG.Size = UDim2.new(0, 375, 0, 250)
  29.  
  30. infki.Name = "infki"
  31. infki.Parent = BG
  32. infki.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  33. infki.BorderColor3 = Color3.new(0.666667, 0, 0)
  34. infki.Size = UDim2.new(0, 175, 0, 50)
  35. infki.Font = Enum.Font.SourceSansLight
  36. infki.FontSize = Enum.FontSize.Size32
  37. infki.Text = "Infinite Ki"
  38. infki.TextColor3 = Color3.new(0, 0, 0)
  39. infki.TextSize = 30
  40. infki.TextWrapped = true
  41.  
  42. infrage.Name = "infrage"
  43. infrage.Parent = BG
  44. infrage.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  45. infrage.BorderColor3 = Color3.new(0.666667, 0, 0)
  46. infrage.Position = UDim2.new(0, 0, 0, 67)
  47. infrage.Size = UDim2.new(0, 175, 0, 50)
  48. infrage.Font = Enum.Font.SourceSansLight
  49. infrage.FontSize = Enum.FontSize.Size32
  50. infrage.Text = "Infinite Rage"
  51. infrage.TextColor3 = Color3.new(0, 0, 0)
  52. infrage.TextSize = 30
  53. infrage.TextWrapped = true
  54.  
  55. MaxKi.Name = "MaxKi"
  56. MaxKi.Parent = BG
  57. MaxKi.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  58. MaxKi.BorderColor3 = Color3.new(0.666667, 0, 0)
  59. MaxKi.Position = UDim2.new(0, 0, 0, 133)
  60. MaxKi.Size = UDim2.new(0, 175, 0, 50)
  61. MaxKi.Font = Enum.Font.SourceSansLight
  62. MaxKi.FontSize = Enum.FontSize.Size32
  63. MaxKi.Text = "Max Ki"
  64. MaxKi.TextColor3 = Color3.new(0, 0, 0)
  65. MaxKi.TextSize = 30
  66.  
  67. MaxRage.Name = "MaxRage"
  68. MaxRage.Parent = BG
  69. MaxRage.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  70. MaxRage.BorderColor3 = Color3.new(0.666667, 0, 0)
  71. MaxRage.Position = UDim2.new(0, 0, 0, 200)
  72. MaxRage.Size = UDim2.new(0, 175, 0, 50)
  73. MaxRage.Font = Enum.Font.SourceSansLight
  74. MaxRage.FontSize = Enum.FontSize.Size32
  75. MaxRage.Text = "Max Rage"
  76. MaxRage.TextColor3 = Color3.new(0, 0, 0)
  77. MaxRage.TextSize = 30
  78.  
  79. maxlevel.Name = "maxlevel"
  80. maxlevel.Parent = BG
  81. maxlevel.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  82. maxlevel.BorderColor3 = Color3.new(0.666667, 0, 0)
  83. maxlevel.Position = UDim2.new(0, 200, 0, 0)
  84. maxlevel.Size = UDim2.new(0, 175, 0, 50)
  85. maxlevel.Font = Enum.Font.SourceSansLight
  86. maxlevel.FontSize = Enum.FontSize.Size32
  87. maxlevel.Text = "Max Level"
  88. maxlevel.TextColor3 = Color3.new(0, 0, 0)
  89. maxlevel.TextSize = 30
  90. maxlevel.TextWrapped = true
  91.  
  92. Money.Name = "Money"
  93. Money.Parent = BG
  94. Money.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  95. Money.BorderColor3 = Color3.new(0.666667, 0, 0)
  96. Money.Position = UDim2.new(0, 200, 0, 67)
  97. Money.Size = UDim2.new(0, 175, 0, 50)
  98. Money.Font = Enum.Font.SourceSansLight
  99. Money.FontSize = Enum.FontSize.Size32
  100. Money.Text = "Money"
  101. Money.TextColor3 = Color3.new(0, 0, 0)
  102. Money.TextSize = 30
  103.  
  104. allcodes.Name = "allcodes"
  105. allcodes.Parent = BG
  106. allcodes.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  107. allcodes.BorderColor3 = Color3.new(0.666667, 0, 0)
  108. allcodes.Position = UDim2.new(0, 200, 0, 133)
  109. allcodes.Size = UDim2.new(0, 175, 0, 50)
  110. allcodes.Font = Enum.Font.SourceSansLight
  111. allcodes.FontSize = Enum.FontSize.Size32
  112. allcodes.Text = "All Codes"
  113. allcodes.TextColor3 = Color3.new(0, 0, 0)
  114. allcodes.TextSize = 30
  115.  
  116. ResetAll.Name = "ResetAll"
  117. ResetAll.Parent = BG
  118. ResetAll.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  119. ResetAll.BorderColor3 = Color3.new(0.666667, 0, 0)
  120. ResetAll.Position = UDim2.new(0, 200, 0, 200)
  121. ResetAll.Size = UDim2.new(0, 175, 0, 50)
  122. ResetAll.Font = Enum.Font.SourceSansLight
  123. ResetAll.FontSize = Enum.FontSize.Size32
  124. ResetAll.Text = "Reset All"
  125. ResetAll.TextColor3 = Color3.new(0, 0, 0)
  126. ResetAll.TextSize = 30
  127.  
  128. line.Name = "line"
  129. line.Parent = BG
  130. line.BackgroundColor3 = Color3.new(0, 0, 0)
  131. line.BorderColor3 = Color3.new(0, 0, 0)
  132. line.Position = UDim2.new(0, 175, 0, 0)
  133. line.Size = UDim2.new(0, 23, 0, 250)
  134. line.Font = Enum.Font.SourceSansLight
  135. line.FontSize = Enum.FontSize.Size14
  136. line.Text = "ALEX"
  137. line.TextColor3 = Color3.new(1, 0, 0)
  138. line.TextScaled = true
  139. line.TextSize = 14
  140. line.TextStrokeColor3 = Color3.new(1, 0, 0)
  141. line.TextWrapped = true
  142.  
  143. -- SCRIPTS
  144.  
  145. game.Players.LocalPlayer.PlayerGui.DBRR2.BG.infki.MouseButton1Click:connect(function()
  146. while wait(0.1) do
  147. game.Players.LocalPlayer.Backpack.Input.PP.Value = 800 --ki
  148. end
  149. end)
  150.  
  151. game.Players.LocalPlayer.PlayerGui.DBRR2.BG.MaxKi.MouseButton1Click:connect(function()
  152. game.Players.LocalPlayer.Backpack.Input.PP.Value = 800 --ki
  153. end)
  154.  
  155. game.Players.LocalPlayer.PlayerGui.DBRR2.BG.infrage.MouseButton1Click:connect(function()
  156. while wait(0.1) do
  157. game.Players.LocalPlayer.Backpack.Input.Rage.Value = 1000 --rage
  158. end
  159. end)
  160.  
  161. game.Players.LocalPlayer.PlayerGui.DBRR2.BG.MaxRage.MouseButton1Click:connect(function()
  162. game.Players.LocalPlayer.Backpack.Input.Rage.Value = 1000 --rage
  163. end)
  164.  
  165. game.Players.LocalPlayer.PlayerGui.DBRR2.BG.maxlevel.MouseButton1Click:connect(function()
  166. game.Players.LocalPlayer.Data.Level.Value=250 --level
  167. end)
  168.  
  169. game.Players.LocalPlayer.PlayerGui.DBRR2.BG.Money.MouseButton1Click:connect(function()
  170. game.Players.LocalPlayer.Data.Zeni.Value=2e9 --Money
  171. end)
  172.  
  173. game.Players.LocalPlayer.PlayerGui.DBRR2.BG.allcodes.MouseButton1Click:connect(function()
  174. game.Players.LocalPlayer.Data.Code0.Value=1 --Codes
  175. game.Players.LocalPlayer.Data.Code1.Value=1 --Codes
  176. game.Players.LocalPlayer.Data.Code2.Value=1 --Codes
  177. game.Players.LocalPlayer.Data.Code3.Value=1 --Codes
  178. game.Players.LocalPlayer.Data.Code4.Value=1 --Codes
  179. game.Players.LocalPlayer.Data.Code5.Value=1 --Codes
  180. game.Players.LocalPlayer.Data.Code6.Value=1 --Codes
  181. game.Players.LocalPlayer.Data.Code7.Value=1 --Codes
  182. game.Players.LocalPlayer.Data.Code8.Value=1 --Codes
  183. game.Players.LocalPlayer.Data.Code9.Value=1 --Codes
  184. game.Players.LocalPlayer.Data.Code10.Value=1 --Codes
  185. game.Players.LocalPlayer.Data.Code11.Value=1 --Codes
  186. game.Players.LocalPlayer.Data.Code12.Value=1 --Codes
  187. game.Players.LocalPlayer.Data.Code13.Value=1 --Codes
  188. game.Players.LocalPlayer.Data.Code14.Value=1 --Codes
  189. game.Players.LocalPlayer.Data.Code15.Value=1 --Codes
  190. game.Players.LocalPlayer.Data.Code16.Value=1 --Codes
  191. game.Players.LocalPlayer.Data.Code17.Value=1 --Codes
  192. game.Players.LocalPlayer.Data.Code18.Value=1 --Codes
  193. game.Players.LocalPlayer.Data.Code19.Value=1 --Codes
  194. game.Players.LocalPlayer.Data.Code20.Value=1 --Codes
  195. end)
  196.  
  197. game.Players.LocalPlayer.PlayerGui.DBRR2.BG.Attack.MouseButton1Click:connect(function()
  198. game.Players.LocalPlayer.Data.Code0.Value=0 --Codes
  199. game.Players.LocalPlayer.Data.Code1.Value=0 --Codes
  200. game.Players.LocalPlayer.Data.Code2.Value=0 --Codes
  201. game.Players.LocalPlayer.Data.Code3.Value=0--Codes
  202. game.Players.LocalPlayer.Data.Code4.Value=0 --Codes
  203. game.Players.LocalPlayer.Data.Code5.Value=0 --Codes
  204. game.Players.LocalPlayer.Data.Code6.Value=0 --Codes
  205. game.Players.LocalPlayer.Data.Code7.Value=0--Codes
  206. game.Players.LocalPlayer.Data.Code8.Value=0 --Codes
  207. game.Players.LocalPlayer.Data.Code9.Value=0--Codes
  208. game.Players.LocalPlayer.Data.Code10.Value=0 --Codes
  209. game.Players.LocalPlayer.Data.Code11.Value=0 --Codes
  210. game.Players.LocalPlayer.Data.Code12.Value=0 --Codes
  211. game.Players.LocalPlayer.Data.Code13.Value=0 --Codes
  212. game.Players.LocalPlayer.Data.Code14.Value=0 --Codes
  213. game.Players.LocalPlayer.Data.Code15.Value=0--Codes
  214. game.Players.LocalPlayer.Data.Code16.Value=0--Codes
  215. game.Players.LocalPlayer.Data.Code17.Value=0 --Codes
  216. game.Players.LocalPlayer.Data.Code18.Value=0 --Codes
  217. game.Players.LocalPlayer.Data.Code19.Value=0 --Codes
  218. game.Players.LocalPlayer.Data.Code20.Value=0 --Codes
  219. game.Players.LocalPlayer.Data.Zeni.Value=0 --Money
  220. game.Players.LocalPlayer.Data.Level.Value=250 --level
  221. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement