SomeLuaCScripter

Dragon Ball Rage gui

Nov 10th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.93 KB | None | 0 0
  1. warn("Created By FunTrat0r#0020")
  2.  
  3. local uc = Instance.new("ScreenGui")
  4. local main = Instance.new("Frame")
  5. local combat = Instance.new("TextButton")
  6. local defense = Instance.new("TextButton")
  7. local chargeon = Instance.new("TextButton")
  8. local chargeoff = Instance.new("TextButton")
  9. local TextLabel = Instance.new("TextLabel")
  10. local blast = Instance.new("TextButton")
  11.  
  12. -- Properties
  13.  
  14. uc.Name = "uc"
  15. uc.Parent = game.CoreGui
  16.  
  17. main.Name = "main"
  18. main.Parent = uc
  19. main.Active = true
  20. main.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  21. main.BorderSizePixel = 0
  22. main.Position = UDim2.new(0.139835969, 0, 0.215355784, 0)
  23. main.Size = UDim2.new(0, 12, 0, 126)
  24.  
  25. combat.Name = "combat"
  26. combat.Parent = main
  27. combat.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  28. combat.BackgroundTransparency = 0.20000000298023
  29. combat.BorderSizePixel = 0
  30. combat.Position = UDim2.new(1.66666663, 0, 0.226984099, 0)
  31. combat.Size = UDim2.new(0, 92, 0, 15)
  32. combat.Font = Enum.Font.Fantasy
  33. combat.Text = "Train Combat"
  34. combat.TextColor3 = Color3.new(1, 1, 1)
  35. combat.TextSize = 14
  36.  
  37. defense.Name = "defense"
  38. defense.Parent = main
  39. defense.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  40. defense.BackgroundTransparency = 0.20000000298023
  41. defense.BorderSizePixel = 0
  42. defense.Position = UDim2.new(1.66666663, 0, 0.411745936, 0)
  43. defense.Size = UDim2.new(0, 92, 0, 14)
  44. defense.Font = Enum.Font.Fantasy
  45. defense.Text = "Train Defense"
  46. defense.TextColor3 = Color3.new(1, 1, 1)
  47. defense.TextSize = 14
  48.  
  49. chargeon.Name = "chargeon"
  50. chargeon.Parent = main
  51. chargeon.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  52. chargeon.BackgroundTransparency = 0.20000000298023
  53. chargeon.BorderSizePixel = 0
  54. chargeon.Position = UDim2.new(1.66666663, 0, 0.58857137, 0)
  55. chargeon.Size = UDim2.new(0, 92, 0, 15)
  56. chargeon.Font = Enum.Font.Fantasy
  57. chargeon.Text = "Auto Charge"
  58. chargeon.TextColor3 = Color3.new(1, 1, 1)
  59. chargeon.TextSize = 14
  60.  
  61. chargeoff.Name = "chargeoff"
  62. chargeoff.Parent = main
  63. chargeoff.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  64. chargeoff.BackgroundTransparency = 0.20000000298023
  65. chargeoff.BorderSizePixel = 0
  66. chargeoff.Position = UDim2.new(1.66666663, 0, 0.771111071, 0)
  67. chargeoff.Size = UDim2.new(0, 92, 0, 15)
  68. chargeoff.Font = Enum.Font.Fantasy
  69. chargeoff.Text = "Charge Finish"
  70. chargeoff.TextColor3 = Color3.new(1, 1, 1)
  71. chargeoff.TextSize = 14
  72.  
  73. TextLabel.Parent = main
  74. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  75. TextLabel.BackgroundTransparency = 1
  76. TextLabel.Position = UDim2.new(1.66666663, 0, 0.942857146, 0)
  77. TextLabel.Size = UDim2.new(0, 92, 0, 10)
  78. TextLabel.Font = Enum.Font.Fantasy
  79. TextLabel.Text = "DarkDevs.Pro"
  80. TextLabel.TextColor3 = Color3.new(0.0470588, 1, 0.796079)
  81. TextLabel.TextSize = 14
  82.  
  83. blast.Name = "blast"
  84. blast.Parent = main
  85. blast.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  86. blast.BackgroundTransparency = 0.20000000298023
  87. blast.BorderSizePixel = 0
  88. blast.Position = UDim2.new(1.66666663, 0, 0.0399999991, 0)
  89. blast.Size = UDim2.new(0, 92, 0, 15)
  90. blast.Font = Enum.Font.Fantasy
  91. blast.Text = "Train Blast"
  92. blast.TextColor3 = Color3.new(1, 1, 1)
  93. blast.TextSize = 14
  94.  
  95. main.Draggable = true
  96.  
  97. combat.MouseButton1Down:connect(function()
  98. while true do
  99. wait(0.0001)
  100. local A_1 =
  101. {
  102. ["LeftLowerArm"] = game:GetService("Workspace")[game.Players[game.Players.LocalPlayer.Name].Name].LeftLowerArm,
  103. ["RightUpperArm"] = game:GetService("Workspace")[game.Players.LocalPlayer.Name].RightUpperArm,
  104. ["LeftFoot"] = game:GetService("Workspace")[game.Players.LocalPlayer.Name].LeftFoot,
  105. ["RightHand"] = game:GetService("Workspace")[game.Players.LocalPlayer.Name].RightHand,
  106. ["RightLowerArm"] = game:GetService("Workspace")[game.Players.LocalPlayer.Name].RightLowerArm,
  107. ["LeftUpperLeg"] = game:GetService("Workspace")[game.Players.LocalPlayer.Name].LeftUpperLeg,
  108. ["LeftUpperArm"] = game:GetService("Workspace")[game.Players.LocalPlayer.Name].LeftUpperArm,
  109. ["Character"] = game:GetService("Workspace")[game.Players.LocalPlayer.Name],
  110. ["LeftHand"] = game:GetService("Workspace")[game.Players.LocalPlayer.Name].LeftHand,
  111. ["RightFoot"] = game:GetService("Workspace")[game.Players.LocalPlayer.Name].RightFoot,
  112. ["Humanoid"] = game:GetService("Workspace")[game.Players.LocalPlayer.Name].Humanoid,
  113. ["RightLowerLeg"] = game:GetService("Workspace")[game.Players.LocalPlayer.Name].RightLowerLeg,
  114. ["RightUpperLeg"] = game:GetService("Workspace")[game.Players.LocalPlayer.Name].RightUpperLeg,
  115. ["LeftLowerLeg"] = game:GetService("Workspace")[game.Players.LocalPlayer.Name].LeftLowerLeg
  116. }
  117. local Event = game:GetService("ReplicatedStorage").Remotes.Training.Combat
  118. Event:InvokeServer(A_1)
  119. end
  120. end)
  121.  
  122. defense.MouseButton1Down:connect(function()
  123. while true do
  124. wait(0.0002)
  125. local A_1 = game:GetService("Players")[game.Players.LocalPlayer.Name].Stats
  126. local A_2 = game:GetService("Players")[game.Players.LocalPlayer.Name].Status
  127. local A_3 = game:GetService("Workspace")[game.Players.LocalPlayer.Name].Humanoid
  128. local A_4 = game:GetService("Workspace")[game.Players.LocalPlayer.Name].RightHand
  129. local Event = game:GetService("ReplicatedStorage").Remotes.Training.Defense
  130. Event:InvokeServer(A_1, A_2, A_3, A_4)
  131. end
  132. end)
  133.  
  134. chargeon.MouseButton1Down:connect(function()
  135. local A_1 = game:GetService("Players")[game.Players.LocalPlayer.Name].Status
  136. local A_2 = game:GetService("Workspace")[game.Players.LocalPlayer.Name].UpperTorso
  137. local A_3 = game:GetService("Workspace")[game.Players.LocalPlayer.Name].Humanoid
  138. local Event = game:GetService("ReplicatedStorage").Remotes.Training.Charge
  139. Event:InvokeServer(A_1, A_2, A_3)
  140. end)
  141.  
  142. chargeoff.MouseButton1Down:connect(function()
  143. local Event = game:GetService("ReplicatedStorage").Remotes.Training.ChargeFinish
  144. Event:FireServer()
  145. end)
  146.  
  147. blast.MouseButton1Down:connect(function()
  148. while true do
  149. wait(0.0005)
  150. local A_1 = "Right"
  151. local Event = game:GetService("ReplicatedStorage").Remotes.Actions.EnergyBlast
  152. Event:InvokeServer(A_1)
  153. end
  154. end)
Add Comment
Please, Sign In to add comment