local gui = Instance.new('Frame')
local auto = Instance.new('TextButton')
dragonballrage.Parent = game.CoreGui
gui.Name ='gui'
gui.Active =true
gui.BackgroundColor3 = Color3.new(0.117647,0.117647,0.117647)
gui.BorderColor3 = Color3.new(0.639216,0.639216,0.639216)
gui.Draggable =true
gui.Position = UDim2.new(0.846450627,0,0.726283073,0)
name.Parent = gui
name.BackgroundColor3 = Color3.new(0.494118,1,0.596078)
name.Size = UDim2.new(0,167,0,28)
name.Text ='D R A G O N B A L L R A G E'
auto.Parent = gui
auto.Position = UDim2.new(0.240234911,0,0.395705491,0)
auto.Font = Enum.Font.SourceSans
auto.TextSize =14
local plr = game:GetService('Players').LocalPlayer
wait(0.01)
game.ReplicatedStorage.Remotes.Training.Blast:InvokeServer({Energy ={Value =999999999999}}, game.Players.LocalPlayer.Stats, game.Players.LocalPlayer.Character.HumanoidRootPart, game.Players.LocalPlayer.Character.RightHand, game.Players.LocalPlayer.Character)
spawn(function()
game.ReplicatedStorage.Remotes.Training.Combat:InvokeServer(game.Players.LocalPlayer.Stats,{Humanoid = game.Players.LocalPlayer.Character.Humanoid})
spawn(function()
game.ReplicatedStorage.Remotes.Training.Defense:InvokeServer(plr.Stats, plr.Status, plr.Character.Humanoid, plr.Character.RightHand)
game.ReplicatedStorage.Remotes.Training.Agility:FireServer(game.Players.LocalPlayer.Stats)
credits.Parent = gui
credits.BackgroundColor3 = Color3.new(1,0.627451,0.513726)
credits.Size = UDim2.new(0,168,0,11)
credits.Text ='Small Gui made by Henryhulk'