The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Dragon Ball Rage script pastebin roblox
By Dragon Ball Rage on 2024-09-19 08:00 am | Syntax: LUA | Views: 11



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. --Roblox Pain.
  2. -- Version: 2.82
  3. -- Instances:
  4. local dontstealmyscriptsIworkhardeverdayayayayay = Instance.new("ScreenGui")
  5. local mainroom = Instance.new("ImageLabel")
  6. local ImageLabel = Instance.new("ImageLabel")
  7. local fdummys = Instance.new("TextButton")
  8. local combatag = Instance.new("TextButton")
  9. local charge = Instance.new("TextButton")
  10. local defence = Instance.new("TextButton")
  11. local afk = Instance.new("TextButton")
  12. local blast = Instance.new("TextButton")
  13. --Properties:
  14. dontstealmyscriptsIworkhardeverdayayayayay.Name = "dontstealmyscriptsIworkhardever day ay ay ay ay"
  15. dontstealmyscriptsIworkhardeverdayayayayay.Parent = game.CoreGui
  16.  
  17. mainroom.Name = "mainroom"
  18. mainroom.Parent = dontstealmyscriptsIworkhardeverdayayayayay
  19. mainroom.BackgroundColor3 = Color3.new(1, 1, 1)
  20. mainroom.Position = UDim2.new(0.312562793, 0, 0.336734742, 0)
  21. mainroom.Size = UDim2.new(0, 420, 0, 214)
  22. mainroom.Image = "rbxassetid://2827753116"
  23. mainroom.ScaleType = Enum.ScaleType.Slice
  24. mainroom.Active = true
  25. mainroom.Draggable = true
  26.  
  27. ImageLabel.Parent = mainroom
  28. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  29. ImageLabel.BackgroundTransparency = 0.20000000298023
  30. ImageLabel.BorderColor3 = Color3.new(0.407843, 1, 0.305882)
  31. ImageLabel.Position = UDim2.new(-0.000339329243, 0, 0.81738764, 0)
  32. ImageLabel.Size = UDim2.new(0, 43, 0, 39)
  33. ImageLabel.Image = "rbxassetid://3014355727"
  34. ImageLabel.ScaleType = Enum.ScaleType.Slice
  35.  
  36. fdummys.Name = "fdummys"
  37. fdummys.Parent = mainroom
  38. fdummys.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  39. fdummys.BackgroundTransparency = 0.60000002384186
  40. fdummys.Position = UDim2.new(0.431490064, 0, 0.0559603982, 0)
  41. fdummys.Size = UDim2.new(0, 199, 0, 28)
  42. fdummys.Font = Enum.Font.Code
  43. fdummys.Text = "Farm Dummy's"
  44. fdummys.TextColor3 = Color3.new(0, 0, 0)
  45. fdummys.TextScaled = true
  46. fdummys.TextSize = 30
  47. fdummys.TextStrokeColor3 = Color3.new(0.333333, 1, 0)
  48. fdummys.TextWrapped = true
  49. fdummys.MouseButton1Down:connect(function()
  50. if Farming == false then
  51. Farming = true
  52. fdummys.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  53. else
  54. Farming = false
  55. fdummys.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  56. Stepped:Disconnect()
  57. end
  58.  
  59. local runService = game:GetService('RunService')
  60.  
  61.  
  62. if Farming then
  63. Stepped = runService.Stepped:Connect(function()
  64.    for i,v in pairs(workspace:GetChildren()) do
  65. if string.find(v.Name, "D") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  66. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  67. end
  68. end
  69. end)
  70. end
  71. wait()
  72. for i,v in pairs(workspace:GetChildren()) do
  73. if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
  74. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
  75. end
  76. end
  77. end)
  78.  
  79. combatag.Name = "combat/ag"
  80. combatag.Parent = mainroom
  81. combatag.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  82. combatag.BackgroundTransparency = 0.60000002384186
  83. combatag.Position = UDim2.new(0.432807416, 0, 0.464665502, 0)
  84. combatag.Size = UDim2.new(0, 200, 0, 28)
  85. combatag.Font = Enum.Font.Code
  86. combatag.Text = "Auto Combat/Ag"
  87. combatag.TextColor3 = Color3.new(0, 0, 0)
  88. combatag.TextScaled = true
  89. combatag.TextSize = 100
  90. combatag.TextStrokeColor3 = Color3.new(0.333333, 1, 0)
  91. combatag.TextWrapped = true
  92. combatag.MouseButton1Down:connect(function()
  93. if Farming == false then
  94. Farming = true
  95. combatag.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  96. else
  97. Farming = false
  98. combatag.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  99. Stepped:Disconnect()
  100. end
  101.  
  102. local runService = game:GetService('RunService')
  103.  
  104.   while true do
  105. wait()
  106.                 local A_1 =
  107. {
  108.         ["LeftLowerArm"] = game:GetService("Workspace")[game.Players[game.Players.LocalPlayer.Name].Name].LeftLowerArm,
  109.         ["RightUpperArm"] = game:GetService("Workspace")[game.Players.LocalPlayer.Name].RightUpperArm,
  110.         ["LeftFoot"] = game:GetService("Workspace")[game.Players.LocalPlayer.Name].LeftFoot,
  111.         ["RightHand"] = game:GetService("Workspace")[game.Players.LocalPlayer.Name].RightHand,
  112.         ["RightLowerArm"] = game:GetService("Workspace")[game.Players.LocalPlayer.Name].RightLowerArm,
  113.         ["LeftUpperLeg"] = game:GetService("Workspace")[game.Players.LocalPlayer.Name].LeftUpperLeg,
  114.         ["LeftUpperArm"] = game:GetService("Workspace")[game.Players.LocalPlayer.Name].LeftUpperArm,
  115.         ["Character"] = game:GetService("Workspace")[game.Players.LocalPlayer.Name],
  116.         ["LeftHand"] = game:GetService("Workspace")[game.Players.LocalPlayer.Name].LeftHand,
  117.         ["RightFoot"] = game:GetService("Workspace")[game.Players.LocalPlayer.Name].RightFoot,
  118.         ["Humanoid"] = game:GetService("Workspace")[game.Players.LocalPlayer.Name].Humanoid,
  119.         ["RightLowerLeg"] = game:GetService("Workspace")[game.Players.LocalPlayer.Name].RightLowerLeg,
  120.         ["RightUpperLeg"] = game:GetService("Workspace")[game.Players.LocalPlayer.Name].RightUpperLeg,
  121.         ["LeftLowerLeg"] = game:GetService("Workspace")[game.Players.LocalPlayer.Name].LeftLowerLeg
  122. }
  123. local Event = game:GetService("ReplicatedStorage").Remotes.Training.Combat
  124. Event:InvokeServer(A_1)
  125.         end
  126. end)
  127.  
  128. charge.Name = "charge"
  129. charge.Parent = mainroom
  130. charge.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  131. charge.BackgroundTransparency = 0.60000002384186
  132. charge.Position = UDim2.new(0.0238469448, 0, 0.0595081374, 0)
  133. charge.Size = UDim2.new(0, 143, 0, 28)
  134. charge.Font = Enum.Font.Code
  135. charge.Text = "Auto Charge"
  136. charge.TextColor3 = Color3.new(0, 0, 0)
  137. charge.TextScaled = true
  138. charge.TextSize = 30
  139. charge.TextStrokeColor3 = Color3.new(0.333333, 1, 0)
  140. charge.TextWrapped = true
  141. charge.MouseButton1Down:connect(function()
  142. if Farming == false then
  143. Farming = true
  144. charge.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  145. else
  146. Farming = false
  147. charge.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  148. Stepped:Disconnect()
  149. end
  150.  
  151. local runService = game:GetService('RunService')
  152.  
  153.   while true do
  154. wait()
  155. local A_1 = game:GetService("Players")[game.Players.LocalPlayer.Name].Status
  156. local A_2 = game:GetService("Workspace")[game.Players.LocalPlayer.Name].UpperTorso
  157. local A_3 = game:GetService("Workspace")[game.Players.LocalPlayer.Name].Humanoid
  158. local Event = game:GetService("ReplicatedStorage").Remotes.Training.Charge
  159. Event:InvokeServer(A_1, A_2, A_3)
  160. end
  161. end)
  162.  
  163. defence.Name = "defence"
  164. defence.Parent = mainroom
  165. defence.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  166. defence.BackgroundTransparency = 0.60000002384186
  167. defence.Position = UDim2.new(0.430613041, 0, 0.25669077, 0)
  168. defence.Size = UDim2.new(0, 200, 0, 28)
  169. defence.Font = Enum.Font.Code
  170. defence.Text = "Auto Defense"
  171. defence.TextColor3 = Color3.new(0, 0, 0)
  172. defence.TextScaled = true
  173. defence.TextSize = 30
  174. defence.TextStrokeColor3 = Color3.new(0.333333, 1, 0)
  175. defence.TextWrapped = true
  176. defence.MouseButton1Down:connect(function()
  177. if Farming == false then
  178. Farming = true
  179. defence.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  180. else
  181. Farming = false
  182. defence.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  183. Stepped:Disconnect()
  184. end
  185.  
  186. local runService = game:GetService('RunService')
  187.  
  188.       while true do
  189. wait()
  190.                 local A_1 = game:GetService("Players")[game.Players.LocalPlayer.Name].Stats
  191. local A_2 = game:GetService("Players")[game.Players.LocalPlayer.Name].Status
  192. local A_3 = game:GetService("Workspace")[game.Players.LocalPlayer.Name].Humanoid
  193. local A_4 = game:GetService("Workspace")[game.Players.LocalPlayer.Name].RightHand
  194. local Event = game:GetService("ReplicatedStorage").Remotes.Training.Defense
  195. Event:InvokeServer(A_1, A_2, A_3, A_4)
  196.  end
  197.  
  198. end)
  199.  
  200. afk.Name = "afk"
  201. afk.Parent = mainroom
  202. afk.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  203. afk.BackgroundTransparency = 0.60000002384186
  204. afk.Position = UDim2.new(0.0234701969, 0, 0.464665502, 0)
  205. afk.Size = UDim2.new(0, 144, 0, 28)
  206. afk.Font = Enum.Font.Code
  207. afk.Text = "FE-AFK"
  208. afk.TextColor3 = Color3.new(0, 0, 0)
  209. afk.TextScaled = true
  210. afk.TextSize = 30
  211. afk.TextStrokeColor3 = Color3.new(0.333333, 1, 0)
  212. afk.TextWrapped = true
  213.  
  214. blast.Name = "blast"
  215. blast.Parent = mainroom
  216. blast.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  217. blast.BackgroundTransparency = 0.60000002384186
  218. blast.Position = UDim2.new(0.0215618312, 0, 0.260991186, 0)
  219. blast.Size = UDim2.new(0, 144, 0, 28)
  220. blast.Font = Enum.Font.Code
  221. blast.Text = "Auto Blast"
  222. blast.TextColor3 = Color3.new(0, 0, 0)
  223. blast.TextScaled = true
  224. blast.TextSize = 30
  225. blast.TextStrokeColor3 = Color3.new(0.333333, 1, 0)
  226. blast.TextWrapped = true
  227. blast.MouseButton1Down:connect(function()
  228. if Farming == false then
  229. Farming = true
  230. blast.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
  231. else
  232. Farming = false
  233. blast.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  234. Stepped:Disconnect()
  235. end
  236.  
  237. local runService = game:GetService('RunService')
  238.  
  239.    
  240.   while true do
  241.  
  242. wait()
  243. local A_1 = "Left"
  244. local Event = game:GetService("ReplicatedStorage").Remotes.Actions.EnergyBlast
  245. Event:InvokeServer(A_1)
  246. end
  247. end)
  248. -- Scripts: