Advertisement
weareevils

weareevils

Mar 23rd, 2019
1,263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.40 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local OpenFrame = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local Main = Instance.new("Frame")
  8. local Dragonball = Instance.new("TextButton")
  9. local TrainKi = Instance.new("TextButton")
  10. local TrainAg = Instance.new("TextButton")
  11. local TrainAt = Instance.new("TextButton")
  12. local TrainDe = Instance.new("TextButton")
  13. local Credits = Instance.new("TextButton")
  14. local Close = Instance.new("TextButton")
  15. --Properties:
  16. ScreenGui.Parent = game.CoreGui
  17.  
  18. OpenFrame.Name = "OpenFrame"
  19. OpenFrame.Parent = ScreenGui
  20. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  21. OpenFrame.Position = UDim2.new(0.00808409601, 0, 0.501672268, 0)
  22. OpenFrame.Size = UDim2.new(0, 100, 0, 42)
  23.  
  24. Open.Name = "Open"
  25. Open.Parent = OpenFrame
  26. Open.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  27. Open.Size = UDim2.new(0, 100, 0, 42)
  28. Open.Font = Enum.Font.SciFi
  29. Open.Text = "Open!"
  30. Open.TextColor3 = Color3.new(0, 0, 0)
  31. Open.TextScaled = true
  32. Open.TextSize = 14
  33. Open.TextWrapped = true
  34. Open.MouseButton1Down:connect(function()
  35. Main.Visible = true
  36. OpenFrame.Visible = false
  37. end)
  38.  
  39. Main.Name = "Main"
  40. Main.Parent = ScreenGui
  41. Main.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  42. Main.Position = UDim2.new(0.421988696, 0, 0.234113708, 0)
  43. Main.Size = UDim2.new(0, 261, 0, 172)
  44. Main.Visible = false
  45. Main.Draggable = true
  46.  
  47. Dragonball.Name = "Dragon ball"
  48. Dragonball.Parent = Main
  49. Dragonball.BackgroundColor3 = Color3.new(0, 0, 0)
  50. Dragonball.Position = UDim2.new(0.0945196077, 0, -0.00599714741, 0)
  51. Dragonball.Size = UDim2.new(0, 210, 0, 38)
  52. Dragonball.Font = Enum.Font.SciFi
  53. Dragonball.Text = "Dragon Ball Burst GUI"
  54. Dragonball.TextColor3 = Color3.new(1, 1, 1)
  55. Dragonball.TextScaled = true
  56. Dragonball.TextSize = 14
  57. Dragonball.TextWrapped = true
  58.  
  59. TrainKi.Name = "TrainKi"
  60. TrainKi.Parent = Main
  61. TrainKi.BackgroundColor3 = Color3.new(0, 0, 0)
  62. TrainKi.Position = UDim2.new(0.0536398515, 0, 0.284883738, 0)
  63. TrainKi.Size = UDim2.new(0, 103, 0, 31)
  64. TrainKi.Font = Enum.Font.SciFi
  65. TrainKi.Text = "Train Ki"
  66. TrainKi.TextColor3 = Color3.new(1, 1, 1)
  67. TrainKi.TextScaled = true
  68. TrainKi.TextSize = 14
  69. TrainKi.TextWrapped = true
  70. TrainKi.MouseButton1Down:connect(function()
  71. TrainKi.MouseButton1Click:connect(function()
  72. for i=1, 2000 do --Increase or Decrease
  73. spawn(function()
  74. 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)
  75. end)
  76. end
  77. end)
  78. end)
  79.  
  80. TrainAg.Name = "TrainAg"
  81. TrainAg.Parent = Main
  82. TrainAg.BackgroundColor3 = Color3.new(0, 0, 0)
  83. TrainAg.Position = UDim2.new(0.567049801, 0, 0.284883738, 0)
  84. TrainAg.Size = UDim2.new(0, 102, 0, 31)
  85. TrainAg.Font = Enum.Font.SciFi
  86. TrainAg.Text = "Max Agility"
  87. TrainAg.TextColor3 = Color3.new(1, 1, 1)
  88. TrainAg.TextScaled = true
  89. TrainAg.TextSize = 14
  90. TrainAg.TextWrapped = true
  91. TrainAg.MouseButton1Down:connect(function()
  92. TrainAg.MouseButton1Click:connect(function()
  93. for i=1, 10000 do --Increase or Decrease
  94. game.ReplicatedStorage.Remotes.Training.Agility:FireServer(game.Players.LocalPlayer.Stats)
  95. end
  96. end)
  97. end)
  98.  
  99. TrainAt.Name = "TrainAt"
  100. TrainAt.Parent = Main
  101. TrainAt.BackgroundColor3 = Color3.new(0, 0, 0)
  102. TrainAt.Position = UDim2.new(0.0536398478, 0, 0.563953459, 0)
  103. TrainAt.Size = UDim2.new(0, 103, 0, 30)
  104. TrainAt.Font = Enum.Font.SciFi
  105. TrainAt.Text = "Train Attack"
  106. TrainAt.TextColor3 = Color3.new(1, 1, 1)
  107. TrainAt.TextScaled = true
  108. TrainAt.TextSize = 14
  109. TrainAt.TextWrapped = true
  110. TrainAt.MouseButton1Down:connect(function()
  111. TrainAt.MouseButton1Click:connect(function()
  112. for i=1, 3000 do --Increase or Decrease
  113. spawn(function()
  114. wait(0.1)
  115. game.ReplicatedStorage.Remotes.Training.Combat:InvokeServer(game.Players.LocalPlayer.Stats, {Humanoid = game.Players.LocalPlayer.Character.Humanoid})
  116. end)
  117. end
  118. end)
  119. end)
  120.  
  121. TrainDe.Name = "TrainDe"
  122. TrainDe.Parent = Main
  123. TrainDe.BackgroundColor3 = Color3.new(0, 0, 0)
  124. TrainDe.Position = UDim2.new(0.567049801, 0, 0.563953459, 0)
  125. TrainDe.Size = UDim2.new(0, 102, 0, 30)
  126. TrainDe.Font = Enum.Font.SciFi
  127. TrainDe.Text = "Train Def"
  128. TrainDe.TextColor3 = Color3.new(1, 1, 1)
  129. TrainDe.TextScaled = true
  130. TrainDe.TextSize = 14
  131. TrainDe.TextWrapped = true
  132. TrainDe.MouseButton1Down:connect(function()
  133. TrainDe.MouseButton1Click:connect(function()
  134. for i=1, 5000 do
  135. spawn(function()
  136. game.ReplicatedStorage.Remotes.Training.Defense:InvokeServer(plr.Stats, plr.Status, plr.Character.Humanoid, plr.Character.RightHand)
  137. end)
  138. end
  139. end)
  140. end)
  141.  
  142. Credits.Name = "Credits"
  143. Credits.Parent = Main
  144. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  145. Credits.Position = UDim2.new(0, 0, 0.837209284, 0)
  146. Credits.Size = UDim2.new(0, 261, 0, 28)
  147. Credits.Font = Enum.Font.SciFi
  148. Credits.Text = "Made by WeAreEvils. All script credits goes to the owners!"
  149. Credits.TextColor3 = Color3.new(1, 1, 1)
  150. Credits.TextSize = 14
  151. Credits.TextWrapped = true
  152.  
  153. Close.Name = "Close"
  154. Close.Parent = Main
  155. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  156. Close.Position = UDim2.new(0.929768622, 0, 0, 0)
  157. Close.Size = UDim2.new(0, 18, 0, 37)
  158. Close.Font = Enum.Font.SciFi
  159. Close.Text = "X"
  160. Close.TextColor3 = Color3.new(1, 1, 1)
  161. Close.TextScaled = true
  162. Close.TextSize = 14
  163. Close.TextWrapped = true
  164. Close.MouseButton1Down:connect(function()
  165. OpenFrame.Visible = true
  166. Main.Visible = false
  167. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement