Advertisement
Qamyz

Untitled

May 8th, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. local plr = game:GetService("Players").LocalPlayer
  2. while true do
  3. wait(0.01)
  4. spawn(function()
  5. 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)
  6. end)
  7. spawn(function()
  8. game.ReplicatedStorage.Remotes.Training.Combat:InvokeServer(game.Players.LocalPlayer.Stats, {Humanoid = game.Players.LocalPlayer.Character.Humanoid})
  9. end)
  10. game.ReplicatedStorage.Remotes.Training.Agility:FireServer(game.Players.LocalPlayer.Stats)
  11. end
  12.  
  13. NEW UPDATE:
  14. -- Objects
  15. local plr = game:GetService("Players").LocalPlayer
  16. local ScreenGui = Instance.new("ScreenGui")
  17. local Frame = Instance.new("Frame")
  18. local TextLabel = Instance.new("TextLabel")
  19. local TrainKi = Instance.new("TextButton")
  20. local TrainAg = Instance.new("TextButton")
  21. local TrainAt = Instance.new("TextButton")
  22. local TrainDe = Instance.new("TextButton")
  23.  
  24. -- Properties
  25.  
  26. ScreenGui.Parent = plr.PlayerGui
  27. ScreenGui.ResetOnSpawn = false
  28.  
  29. Frame.Parent = ScreenGui
  30. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  31. Frame.Draggable = true
  32. Frame.Selectable = true
  33. Frame.Position = UDim2.new(0.338909566, 0, 0.227777779, 0)
  34. Frame.Size = UDim2.new(0, 260, 0, 190)
  35. Frame.Active = true
  36.  
  37. TextLabel.Parent = Frame
  38. TextLabel.BackgroundColor3 = Color3.new(2, 2, 2)
  39. TextLabel.Size = UDim2.new(0, 260, 0, 37)
  40. TextLabel.Font = Enum.Font.SourceSans
  41. TextLabel.FontSize = Enum.FontSize.Size24
  42. TextLabel.Text = "DBZ Rage GUI"
  43. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  44. TextLabel.TextSize = 20
  45.  
  46. TrainKi.Name = "Press To Train Ki"
  47. TrainKi.Parent = Frame
  48. TrainKi.BackgroundColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  49. TrainKi.Position = UDim2.new(0.0384615399, 0, 0.26696834, 0)
  50. TrainKi.Size = UDim2.new(0, 110, 0, 41)
  51. TrainKi.Font = Enum.Font.SourceSans
  52. TrainKi.FontSize = Enum.FontSize.Size14
  53. TrainKi.Text = "Press To Train Ki"
  54. TrainKi.TextSize = 14
  55. TrainKi.MouseButton1Click:connect(function()
  56. for i=1, 10000 do --Increase or Decrease
  57. spawn(function()
  58. 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)
  59. end)
  60. end
  61. end)
  62. TrainAg.Name = "Max Agility"
  63. TrainAg.Parent = Frame
  64. TrainAg.BackgroundColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  65. TrainAg.Position = UDim2.new(0.523076952, 0, 0.26696834, 0)
  66. TrainAg.Size = UDim2.new(0, 110, 0, 41)
  67. TrainAg.Font = Enum.Font.SourceSans
  68. TrainAg.FontSize = Enum.FontSize.Size14
  69. TrainAg.Text = "Max Agility"
  70. TrainAg.TextSize = 14
  71. TrainAg.MouseButton1Click:connect(function()
  72. for i=1, 10000 do --Increase or Decrease
  73. game.ReplicatedStorage.Remotes.Training.Agility:FireServer(game.Players.LocalPlayer.Stats)
  74. end
  75. end)
  76.  
  77. TrainAt.Name = "Afk Attack to train attack"
  78. TrainAt.Parent = Frame
  79. TrainAt.BackgroundColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  80. TrainAt.Position = UDim2.new(0.038461566, 0, 0.542986453, 0)
  81. TrainAt.Size = UDim2.new(0, 110, 0, 41)
  82. TrainAt.Font = Enum.Font.SourceSans
  83. TrainAt.FontSize = Enum.FontSize.Size14
  84. TrainAt.Text = "Afk Attack to train attack"
  85. TrainAt.TextSize = 14
  86. TrainAt.MouseButton1Click:connect(function()
  87. for i=1, 10000 do --Increase or Decrease
  88. spawn(function()
  89. wait(0.1)
  90. game.ReplicatedStorage.Remotes.Training.Combat:InvokeServer(game.Players.LocalPlayer.Stats, {Humanoid = game.Players.LocalPlayer.Character.Humanoid})
  91. end)
  92. end
  93. end)
  94.  
  95.  
  96. TrainDe.Name = "Afk Training Def"
  97. TrainDe.Parent = Frame
  98. TrainDe.BackgroundColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  99. TrainDe.Position = UDim2.new(0.523076952, 0, 0.542986453, 0)
  100. TrainDe.Size = UDim2.new(0, 110, 0, 41)
  101. TrainDe.Font = Enum.Font.SourceSans
  102. TrainDe.FontSize = Enum.FontSize.Size14
  103. TrainDe.Text = "Afk Training Def"
  104. TrainDe.TextSize = 14
  105. TrainDe.MouseButton1Click:connect(function()
  106. for i=1, 10000 do
  107. spawn(function()
  108. game.ReplicatedStorage.Remotes.Training.Defense:InvokeServer(plr.Stats, plr.Status, plr.Character.Humanoid, plr.Character.RightHand)
  109. end)
  110. end
  111. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement