xScytheGetKey

Dragon Ball Rage Hack

Jan 1st, 2019
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.82 KB | None | 0 0
  1. -- Farewell Infortality.
  2. --DBR GUI
  3. local DBR = Instance.new("ScreenGui")
  4. local MainDesign = Instance.new("Frame")
  5. local Frame = Instance.new("Frame")
  6. local Ki = Instance.new("TextButton")
  7. local AntiKick = Instance.new("TextButton")
  8. local Defense = Instance.new("TextButton")
  9. local Agility = Instance.new("TextButton")
  10. local AutoSave = Instance.new("TextButton")
  11. local Charge = Instance.new("TextButton")
  12. local Combat = Instance.new("TextButton")
  13. local NoCharge = Instance.new("TextButton")
  14. local ToggleGUI = Instance.new("TextButton")
  15. local ora = Instance.new("TextLabel")
  16. local dustyn = Instance.new("TextLabel")
  17. local oracredit = Instance.new("TextLabel")
  18. local dustyncredit = Instance.new("TextLabel")
  19. local Title = Instance.new("TextLabel")
  20. local FrameStatus = Instance.new("Frame")
  21. local DefenseStatus = Instance.new("TextLabel")
  22. local DefTog = Instance.new("TextLabel")
  23. local KiBlastStatus = Instance.new("TextLabel")
  24. local KiTog = Instance.new("TextLabel")
  25. local AgilityStatis = Instance.new("TextLabel")
  26. local AgiTog = Instance.new("TextLabel")
  27. local CombatStatus = Instance.new("TextLabel")
  28. local ComTog = Instance.new("TextLabel")
  29. local ChargeStatus = Instance.new("TextLabel")
  30. local ChargeTog = Instance.new("TextLabel")
  31. local Delete = Instance.new("TextButton")
  32. local Name = game.Players.LocalPlayer.Name
  33. --Properties:
  34. DBR.Name = "DBR"
  35. DBR.Parent = game.CoreGui
  36.  
  37. MainDesign.Name = "MainDesign"
  38. MainDesign.Parent = DBR
  39. MainDesign.Active = true
  40. MainDesign.BackgroundColor3 = Color3.new(0, 0, 0)
  41. MainDesign.BorderColor3 = Color3.new(1, 1, 1)
  42. MainDesign.Position = UDim2.new(0.321915597, 0, 0.272512466, 0)
  43. MainDesign.Size = UDim2.new(0, 463, 0, 291)
  44. MainDesign.Style = Enum.FrameStyle.RobloxRound
  45. MainDesign.Draggable = true
  46. MainDesign.Visible = true
  47.  
  48. Frame.Parent = MainDesign
  49. Frame.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  50. Frame.BorderColor3 = Color3.new(1, 1, 1)
  51. Frame.Position = UDim2.new(0.0913098454, 0, 0.0950036272, 0)
  52. Frame.Size = UDim2.new(0, 352, 0, 221)
  53. Frame.Style = Enum.FrameStyle.DropShadow
  54.  
  55. Ki.Name = "Ki"
  56. Ki.Parent = Frame
  57. Ki.Active = false
  58. Ki.BackgroundColor3 = Color3.new(1, 1, 1)
  59. Ki.BorderColor3 = Color3.new(1, 1, 1)
  60. Ki.Position = UDim2.new(0.503212869, 0, -0.000783997937, 0)
  61. Ki.Size = UDim2.new(0, 166, 0, 32)
  62. Ki.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  63. Ki.Font = Enum.Font.SciFi
  64. Ki.Text = "Ki Blast"
  65. Ki.TextColor3 = Color3.new(0, 0, 0)
  66. Ki.TextSize = 14
  67. Ki.MouseButton1Down:connect(function()
  68. if Ki.Text == "Ki Blast" then
  69. Ki.Text = "Stop Ki Blast"
  70. KiTog.Text = "Enabled"
  71. KiTog.TextColor3 = Color3.new(0, 255, 0)
  72. while Ki.Text == "Stop Ki Blast" do
  73. game.ReplicatedStorage.Remotes.Actions.EnergyBlast:InvokeServer("Left")
  74. game.ReplicatedStorage.Remotes.Actions.EnergyBlast:InvokeServer("Right")
  75. end
  76. else
  77. Ki.Text = "Ki Blast"
  78. KiTog.Text = "Disabled"
  79. KiTog.TextColor3 = Color3.new(0.666667, 0, 0)
  80. _G.B = false
  81. while _G.B do
  82. game.ReplicatedStorage.Remotes.Actions.EnergyBlast:InvokeServer("Left")
  83. game.ReplicatedStorage.Remotes.Actions.EnergyBlast:InvokeServer("Right")
  84. end
  85. end
  86. end)
  87.  
  88. AntiKick.Name = "Anti-Kick"
  89. AntiKick.Parent = Frame
  90. AntiKick.Active = false
  91. AntiKick.BackgroundColor3 = Color3.new(1, 1, 1)
  92. AntiKick.BorderColor3 = Color3.new(1, 1, 1)
  93. AntiKick.Position = UDim2.new(0.250371933, 0, 0.469804287, 0)
  94. AntiKick.Size = UDim2.new(0, 166, 0, 32)
  95. AntiKick.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  96. AntiKick.Font = Enum.Font.SciFi
  97. AntiKick.Text = "Anti-Kick"
  98. AntiKick.TextColor3 = Color3.new(0, 0, 0)
  99. AntiKick.TextSize = 14
  100. AntiKick.MouseButton1Down:connect(function()
  101. print("[DBR]Anti-Kick Activated.")
  102. game.ReplicatedStorage.Kick:Destroy()
  103. end)
  104.  
  105. Defense.Name = "Defense"
  106. Defense.Parent = Frame
  107. Defense.Active = false
  108. Defense.BackgroundColor3 = Color3.new(1, 1, 1)
  109. Defense.BorderColor3 = Color3.new(1, 1, 1)
  110. Defense.Position = UDim2.new(-0.0015179133, 0, 0.153964013, 0)
  111. Defense.Size = UDim2.new(0, 166, 0, 32)
  112. Defense.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  113. Defense.Font = Enum.Font.SciFi
  114. Defense.Text = "Defense"
  115. Defense.TextColor3 = Color3.new(0, 0, 0)
  116. Defense.TextSize = 14
  117. Defense.MouseButton1Click:connect(function()
  118. if Defense.Text == "Defense" then
  119. DefTog.Text = "Enabled"
  120. DefTog.TextColor3 = Color3.new(0, 255, 0)
  121. Defense.Text = "Stop Defense" do
  122. while Defense.Text == "Stop Defense" do
  123. local remote = game["ReplicatedStorage"]["Remotes"]["Training"]["Defense"]
  124. local args = {
  125. [1] = game["Players"][Name]["Stats"],
  126. [2] = game["Players"][Name]["Status"],
  127. [3] = game["Workspace"][Name]["Humanoid"],
  128. [4] = game["Workspace"][Name]["RightHand"]
  129. }
  130. remote:InvokeServer(unpack(args))
  131. end
  132. end
  133. else
  134. Defense.Text = "Defense"
  135. DefTog.Text = "Disabled"
  136. DefTog.TextColor3 = Color3.new(0.666667, 0, 0)
  137. end
  138. end)
  139.  
  140.  
  141. Agility.Name = "Agility"
  142. Agility.Parent = Frame
  143. Agility.Active = false
  144. Agility.BackgroundColor3 = Color3.new(1, 1, 1)
  145. Agility.BorderColor3 = Color3.new(1, 1, 1)
  146. Agility.Position = UDim2.new(0.504973829, 0, 0.155052483, 0)
  147. Agility.Size = UDim2.new(0, 166, 0, 32)
  148. Agility.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  149. Agility.Font = Enum.Font.SciFi
  150. Agility.Text = "Agility"
  151. Agility.TextColor3 = Color3.new(0, 0, 0)
  152. Agility.TextSize = 14
  153. Agility.MouseButton1Down:connect(function()
  154. if Agility.Text == "Agility" then
  155. AgiTog.Text = "Enabled"
  156. AgiTog.TextColor3 = Color3.new(0, 255, 0)
  157. Agility.Text = "Stop Agility" do
  158. while Agility.Text == "Stop Agility" do
  159. wait()
  160. game.ReplicatedStorage.Remotes.Training.Agility:FireServer(game.Players.Name.Stats)
  161. end
  162. end
  163. else
  164. Agility.Text = "Agility"
  165. AgiTog.Text = "Disabled"
  166. AgiTog.TextColor3 = Color3.new(0.666667, 0, 0)
  167. end
  168. end)
  169.  
  170. AutoSave.Name = "AutoSave"
  171. AutoSave.Parent = Frame
  172. AutoSave.Active = false
  173. AutoSave.BackgroundColor3 = Color3.new(1, 1, 1)
  174. AutoSave.BorderColor3 = Color3.new(1, 1, 1)
  175. AutoSave.Position = UDim2.new(0.504292727, 0, 0.307172656, 0)
  176. AutoSave.Size = UDim2.new(0, 166, 0, 32)
  177. AutoSave.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  178. AutoSave.Font = Enum.Font.SciFi
  179. AutoSave.Text = "Auto-Save"
  180. AutoSave.TextColor3 = Color3.new(0, 0, 0)
  181. AutoSave.TextSize = 14
  182. AutoSave.MouseButton1Down:connect(function()
  183. print("[DBR]Auto-save Activated.")
  184. _G.e = true
  185. while _G.e do
  186. wait(20)
  187. game.ReplicatedStorage.Remotes.Save:InvokeServer()
  188. end
  189. end)
  190.  
  191. Charge.Name = "Charge"
  192. Charge.Parent = Frame
  193. Charge.Active = false
  194. Charge.BackgroundColor3 = Color3.new(1, 1, 1)
  195. Charge.BorderColor3 = Color3.new(1, 1, 1)
  196. Charge.Position = UDim2.new(-0.0015179161, 0, 0.307172656, 0)
  197. Charge.Size = UDim2.new(0, 166, 0, 32)
  198. Charge.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  199. Charge.Font = Enum.Font.SciFi
  200. Charge.Text = "Charge"
  201. Charge.TextColor3 = Color3.new(0, 0, 0)
  202. Charge.TextSize = 14
  203. Charge.MouseButton1Down:connect(function()
  204. if Charge.Text == "Charge" then
  205. Charge.Text = "Stop Charging"
  206. ChargeTog.Text = "Enabled"
  207. ChargeTog.TextColor3 = Color3.new(0, 255, 0)
  208. local remote = game["ReplicatedStorage"]["Remotes"]["Training"]["Charge"]
  209. local args = {
  210. [1] = game["Players"][Name]["Status"],
  211. [2] = game["Workspace"][Name]["UpperTorso"],
  212. [3] = game["Workspace"][Name]["Humanoid"]}
  213. remote:InvokeServer(unpack(args))
  214.  
  215. else
  216. game.ReplicatedStorage.Remotes.Training.ChargeFinish:FireServer()
  217. Charge.Text = "Charge"
  218. ChargeTog.Text = "Disabled"
  219. ChargeTog.TextColor3 = Color3.new(0.666667, 0, 0)
  220. end
  221. end)
  222.  
  223. Combat.Name = "Combat"
  224. Combat.Parent = Frame
  225. Combat.Active = false
  226. Combat.BackgroundColor3 = Color3.new(1, 1, 1)
  227. Combat.BorderColor3 = Color3.new(1, 1, 1)
  228. Combat.Position = UDim2.new(0.000371932983, 0, -0.000783997937, 0)
  229. Combat.Size = UDim2.new(0, 166, 0, 32)
  230. Combat.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  231. Combat.Font = Enum.Font.SciFi
  232. Combat.Text = "Combat"
  233. Combat.TextColor3 = Color3.new(0, 0, 0)
  234. Combat.TextSize = 14
  235. Combat.MouseButton1Down:connect(function()
  236. if Combat.Text == "Combat" then
  237. Combat.Text = "Stop Combat"
  238. ComTog.Text = "Enabled"
  239. ComTog.TextColor3 = Color3.new(0, 255, 0)
  240. while Combat.Text == "Stop Combat" do
  241. wait()
  242. local remote = game["ReplicatedStorage"]["Remotes"]["Training"]["Combat"]
  243. local args = {
  244. [1] = {
  245. LeftLowerArm = game["Workspace"][Name]["LeftLowerArm"],
  246. RightUpperArm = game["Workspace"][Name]["RightUpperArm"],
  247. LeftFoot = game["Workspace"][Name]["LeftFoot"],
  248. RightHand = game["Workspace"][Name]["RightHand"],
  249. RightLowerArm = game["Workspace"][Name]["RightLowerArm"],
  250. LeftUpperLeg = game["Workspace"][Name]["LeftUpperLeg"],
  251. LeftUpperArm = game["Workspace"][Name]["LeftUpperArm"],
  252. Character = game["Workspace"][Name],
  253. LeftHand = game["Workspace"][Name]["LeftHand"],
  254. RightFoot = game["Workspace"][Name]["RightFoot"],
  255. Humanoid = game["Workspace"][Name]["Humanoid"],
  256. RightLowerLeg = game["Workspace"][Name]["RightLowerLeg"],
  257. RightUpperLeg = game["Workspace"][Name]["RightUpperLeg"],
  258. LeftLowerLeg = game["Workspace"][Name]["LeftLowerLeg"]
  259. }
  260. }
  261. remote:InvokeServer(unpack(args))
  262. end
  263. else
  264. Combat.Text = "Combat"
  265. ComTog.Text = "Disabled"
  266. ComTog.TextColor3 = Color3.new(0.666667, 0, 0)
  267. end
  268. end)
  269.  
  270.  
  271. ToggleGUI.Name = "ToggleGUI"
  272. ToggleGUI.Parent = DBR
  273. ToggleGUI.Active = true
  274. ToggleGUI.Draggable = true
  275. ToggleGUI.Visible = true
  276. ToggleGUI.BackgroundColor3 = Color3.new(0, 0, 0)
  277. ToggleGUI.BackgroundTransparency = 0
  278. ToggleGUI.BorderColor3 = Color3.new(1, 1, 1)
  279. ToggleGUI.Position = UDim2.new(0.891, 0, 0.473, 0)
  280. ToggleGUI.Size = UDim2.new(0, 122, 0, 20)
  281. ToggleGUI.Font = Enum.Font.SciFi
  282. ToggleGUI.Text = "Toggle GUI"
  283. ToggleGUI.TextColor3 = Color3.new(1, 1, 1)
  284. ToggleGUI.TextSize = 14
  285. ToggleGUI.TextStrokeColor3 = Color3.new(1, 1, 1)
  286. ToggleGUI.MouseButton1Down:connect(function()
  287. if MainDesign.Visible == true then
  288. MainDesign.Visible = false
  289. elseif MainDesign.Visible == false then
  290. MainDesign.Visible = true
  291. end
  292. end)
  293.  
  294. ora.Name = "ora"
  295. ora.Parent = MainDesign
  296. ora.BackgroundColor3 = Color3.new(1, 1, 1)
  297. ora.BackgroundTransparency = 1
  298. ora.BorderColor3 = Color3.new(0, 0, 0)
  299. ora.Position = UDim2.new(0.679339409, 0, 0.0481509455, 0)
  300. ora.Size = UDim2.new(0, 139, 0, 21)
  301. ora.Font = Enum.Font.SciFi
  302. ora.Text = "3ora#2037"
  303. ora.TextColor3 = Color3.new(1, 1, 1)
  304. ora.TextSize = 14
  305.  
  306. dustyn.Name = "dustyn"
  307. dustyn.Parent = MainDesign
  308. dustyn.BackgroundColor3 = Color3.new(1, 1, 1)
  309. dustyn.BackgroundTransparency = 1
  310. dustyn.Position = UDim2.new(-0.000373635441, 0, 0.0394395292, 0)
  311. dustyn.Size = UDim2.new(0, 171, 0, 25)
  312. dustyn.Font = Enum.Font.SciFi
  313. dustyn.Text = "Dustyn#2215"
  314. dustyn.TextColor3 = Color3.new(1, 1, 1)
  315. dustyn.TextSize = 14
  316.  
  317. oracredit.Name = "oracredit" --3ora credits
  318. oracredit.Parent = MainDesign
  319. oracredit.BackgroundColor3 = Color3.new(1, 1, 1)
  320. oracredit.BackgroundTransparency = 1
  321. oracredit.Position = UDim2.new(0.630147099, 0, 0.0200889017, 0)
  322. oracredit.Size = UDim2.new(0, 173, 0, 8)
  323. oracredit.Font = Enum.Font.ArialBold
  324. oracredit.Text = "GUI Functionality"
  325. oracredit.TextColor3 = Color3.new(1, 1, 1)
  326. oracredit.TextSize = 14
  327.  
  328. dustyncredit.Name = "dustyncredit" --Ralkei (dustyn) credits
  329. dustyncredit.Parent = MainDesign
  330. dustyncredit.BackgroundColor3 = Color3.new(1, 1, 1)
  331. dustyncredit.BackgroundTransparency = 1
  332. dustyncredit.Position = UDim2.new(0.0016373992, 0, 0.0200889017, 0)
  333. dustyncredit.Size = UDim2.new(0, 173, 0, 8)
  334. dustyncredit.Font = Enum.Font.ArialBold
  335. dustyncredit.Text = "Features/Designing"
  336. dustyncredit.TextColor3 = Color3.new(1, 1, 1)
  337. dustyncredit.TextSize = 14
  338.  
  339. Title.Name = "Title" --"DBR" Title
  340. Title.Parent = MainDesign
  341. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  342. Title.BackgroundTransparency = 1
  343. Title.Position = UDim2.new(0.261245757, 0, -0.00536128832, 0)
  344. Title.Size = UDim2.new(0, 200, 0, 35)
  345. Title.Font = Enum.Font.SciFi
  346. Title.Text = "DBR"
  347. Title.TextColor3 = Color3.new(1, 1, 1)
  348. Title.TextSize = 50
  349.  
  350. FrameStatus.Name = "FrameStatus" --Frame which is a parent to the statuses
  351. FrameStatus.Parent = MainDesign
  352. FrameStatus.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  353. FrameStatus.BorderColor3 = Color3.new(1, 1, 1)
  354. FrameStatus.Position = UDim2.new(0.303098202, 0, 0.66837877, 0)
  355. FrameStatus.Size = UDim2.new(0, 176, 0, 100)
  356. FrameStatus.Style = Enum.FrameStyle.DropShadow
  357.  
  358. DefenseStatus.Name = "DefenseStatus"
  359. DefenseStatus.Parent = FrameStatus
  360. DefenseStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  361. DefenseStatus.BackgroundTransparency = 1
  362. DefenseStatus.BorderColor3 = Color3.new(0, 0, 0)
  363. DefenseStatus.Position = UDim2.new(-0.0796937346, 0, 0.631392241, 0)
  364. DefenseStatus.Size = UDim2.new(0, 139, 0, 21)
  365. DefenseStatus.Font = Enum.Font.SciFi
  366. DefenseStatus.Text = "Defense Status:"
  367. DefenseStatus.TextColor3 = Color3.new(1, 1, 1)
  368. DefenseStatus.TextSize = 14
  369.  
  370. DefTog.Name = "DefTog"
  371. DefTog.Parent = DefenseStatus
  372. DefTog.BackgroundColor3 = Color3.new(1, 1, 1)
  373. DefTog.BackgroundTransparency = 1
  374. DefTog.Position = UDim2.new(0.661313772, 0, 0.0274934173, 0)
  375. DefTog.Size = UDim2.new(0, 112, 0, 18)
  376. DefTog.Font = Enum.Font.SciFi
  377. DefTog.Text = "Disabled"
  378. DefTog.TextColor3 = Color3.new(0.666667, 0, 0)
  379. DefTog.TextSize = 14
  380.  
  381. KiBlastStatus.Name = "KiBlastStatus"
  382. KiBlastStatus.Parent = FrameStatus
  383. KiBlastStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  384. KiBlastStatus.BackgroundTransparency = 1
  385. KiBlastStatus.Position = UDim2.new(-0.160559237, 0, -0.0718653202, 0)
  386. KiBlastStatus.Size = UDim2.new(0, 166, 0, 22)
  387. KiBlastStatus.Font = Enum.Font.SciFi
  388. KiBlastStatus.Text = "Ki Blast Status:"
  389. KiBlastStatus.TextColor3 = Color3.new(1, 1, 1)
  390. KiBlastStatus.TextSize = 14
  391.  
  392. KiTog.Name = "KiTog"
  393. KiTog.Parent = KiBlastStatus
  394. KiTog.BackgroundColor3 = Color3.new(1, 1, 1)
  395. KiTog.BackgroundTransparency = 1
  396. KiTog.Position = UDim2.new(0.652551174, 0, 0.0991571695, 0)
  397. KiTog.Size = UDim2.new(0, 102, 0, 19)
  398. KiTog.Font = Enum.Font.SciFi
  399. KiTog.Text = "Disabled"
  400. KiTog.TextColor3 = Color3.new(0.666667, 0, 0)
  401. KiTog.TextSize = 14
  402.  
  403. AgilityStatis.Name = "AgilityStatis"
  404. AgilityStatis.Parent = FrameStatus
  405. AgilityStatis.BackgroundColor3 = Color3.new(1, 1, 1)
  406. AgilityStatis.BackgroundTransparency = 1
  407. AgilityStatis.Position = UDim2.new(0.0380910039, 0, 0.400999784, 0)
  408. AgilityStatis.Size = UDim2.new(0, 97, 0, 22)
  409. AgilityStatis.Font = Enum.Font.SciFi
  410. AgilityStatis.Text = "Agility Status:"
  411. AgilityStatis.TextColor3 = Color3.new(1, 1, 1)
  412. AgilityStatis.TextSize = 14
  413. AgilityStatis.TextWrapped = true
  414.  
  415. AgiTog.Name = "AgiTog"
  416. AgiTog.Parent = AgilityStatis
  417. AgiTog.BackgroundColor3 = Color3.new(1, 1, 1)
  418. AgiTog.BackgroundTransparency = 1
  419. AgiTog.Position = UDim2.new(0.867289424, 0, 0.110526562, 0)
  420. AgiTog.Size = UDim2.new(0, 73, 0, 16)
  421. AgiTog.Font = Enum.Font.SciFi
  422. AgiTog.Text = "Disabled"
  423. AgiTog.TextColor3 = Color3.new(0.666667, 0, 0)
  424. AgiTog.TextSize = 14
  425.  
  426. CombatStatus.Name = "CombatStatus"
  427. CombatStatus.Parent = FrameStatus
  428. CombatStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  429. CombatStatus.BackgroundTransparency = 1
  430. CombatStatus.Position = UDim2.new(-0.0104681849, 0, 0.196267605, 0)
  431. CombatStatus.Size = UDim2.new(0, 113, 0, 18)
  432. CombatStatus.Font = Enum.Font.SciFi
  433. CombatStatus.Text = "Combat Status:"
  434. CombatStatus.TextColor3 = Color3.new(1, 1, 1)
  435. CombatStatus.TextSize = 14
  436.  
  437. ComTog.Name = "ComTog"
  438. ComTog.Parent = CombatStatus
  439. ComTog.BackgroundColor3 = Color3.new(1, 1, 1)
  440. ComTog.BackgroundTransparency = 1
  441. ComTog.Position = UDim2.new(0.76729238, 0, -0.043589592, 0)
  442. ComTog.Size = UDim2.new(0, 89, 0, 18)
  443. ComTog.Font = Enum.Font.SciFi
  444. ComTog.Text = "Disabled"
  445. ComTog.TextColor3 = Color3.new(0.666667, 0, 0)
  446. ComTog.TextSize = 14
  447.  
  448. ChargeStatus.Name = "ChargeStatus"
  449. ChargeStatus.Parent = FrameStatus
  450. ChargeStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  451. ChargeStatus.BackgroundTransparency = 1
  452. ChargeStatus.Position = UDim2.new(0.0494545922, 0, 0.829039276, 0)
  453. ChargeStatus.Size = UDim2.new(0, 97, 0, 22)
  454. ChargeStatus.Font = Enum.Font.SciFi
  455. ChargeStatus.Text = "Charge Status:"
  456. ChargeStatus.TextColor3 = Color3.new(1, 1, 1)
  457. ChargeStatus.TextSize = 14
  458. ChargeStatus.TextWrapped = true
  459.  
  460. ChargeTog.Name = "ChargeTog"
  461. ChargeTog.Parent = ChargeStatus
  462. ChargeTog.BackgroundColor3 = Color3.new(1, 1, 1)
  463. ChargeTog.BackgroundTransparency = 1
  464. ChargeTog.Position = UDim2.new(0.829148054, 0, 0.138228595, 0)
  465. ChargeTog.Size = UDim2.new(0, 89, 0, 18)
  466. ChargeTog.Font = Enum.Font.SciFi
  467. ChargeTog.Text = "Disabled"
  468. ChargeTog.TextColor3 = Color3.new(0.666667, 0, 0)
  469. ChargeTog.TextSize = 14
  470.  
  471. Delete.Name = "Delete"
  472. Delete.Parent = MainDesign
  473. Delete.Active = false
  474. Delete.BackgroundColor3 = Color3.new(1, 1, 1)
  475. Delete.BackgroundTransparency = 1.0299999713898
  476. Delete.Position = UDim2.new(0.946227968, 0, 0.924391568, 0)
  477. Delete.Size = UDim2.new(0, 19, 0, 17)
  478. Delete.Font = Enum.Font.SciFi
  479. Delete.Text = "X"
  480. Delete.TextColor3 = Color3.new(1, 1, 1)
  481. Delete.TextSize = 14
  482. Delete.TextWrapped = true
  483. Delete.MouseButton1Down:connect(function()
  484. wait(0.3)
  485. DBR:Destroy()
  486. end)
Add Comment
Please, Sign In to add comment