AirdHeee

DRAGON BALL Z FInal STAND Hack

May 2nd, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.06 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local TextButton = Instance.new("TextButton")
  7. local TextButton_2 = Instance.new("TextButton")
  8. local HitBox = Instance.new("TextButton")
  9. local CLICKTP = Instance.new("TextButton")
  10. local AS = Instance.new("TextButton")
  11. local AH = Instance.new("TextButton")
  12. local AS_2 = Instance.new("TextButton")
  13. --Properties:
  14. ScreenGui.Parent = game.CoreGui
  15.  
  16. Main.Name = "Main"
  17. Main.Parent = ScreenGui
  18. Main.BackgroundColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  19. Main.Position = UDim2.new(0.449866861, 0, 0.413265347, 0)
  20. Main.Size = UDim2.new(0, 224, 0, 267)
  21. Main.Active = true
  22. Main.Draggable = true
  23.  
  24. TextButton.Parent = Main
  25. TextButton.BackgroundColor3 = Color3.new(0.756863, 0.756863, 0.756863)
  26. TextButton.BorderColor3 = Color3.new(0, 0, 0)
  27. TextButton.BorderSizePixel = 5
  28. TextButton.Position = UDim2.new(0.0267857146, 0, 0.029004395, 0)
  29. TextButton.Size = UDim2.new(0, 212, 0, 28)
  30. TextButton.Font = Enum.Font.Fantasy
  31. TextButton.Text = "Roblox Pain"
  32. TextButton.TextColor3 = Color3.new(0, 0, 0)
  33. TextButton.TextScaled = true
  34. TextButton.TextSize = 14
  35. TextButton.TextWrapped = true
  36.  
  37. TextButton_2.Parent = Main
  38. TextButton_2.BackgroundColor3 = Color3.new(0.756863, 0.756863, 0.756863)
  39. TextButton_2.BorderColor3 = Color3.new(0, 0, 0)
  40. TextButton_2.BorderSizePixel = 5
  41. TextButton_2.Position = UDim2.new(0.0267857146, 0, 0.894172907, 0)
  42. TextButton_2.Size = UDim2.new(0, 212, 0, 28)
  43. TextButton_2.Font = Enum.Font.Fantasy
  44. TextButton_2.Text = "Cant Stop hit Box Players"
  45. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  46. TextButton_2.TextScaled = true
  47. TextButton_2.TextSize = 14
  48. TextButton_2.TextWrapped = true
  49.  
  50. HitBox.Name = "HitBox"
  51. HitBox.Parent = Main
  52. HitBox.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  53. HitBox.BorderColor3 = Color3.new(0, 0, 0)
  54. HitBox.BorderSizePixel = 3
  55. HitBox.Position = UDim2.new(0.135140195, 0, 0.669611454, 0)
  56. HitBox.Size = UDim2.new(0, 162, 0, 28)
  57. HitBox.Font = Enum.Font.Fantasy
  58. HitBox.Text = "HitBox All Plr"
  59. HitBox.TextColor3 = Color3.new(0, 0, 0)
  60. HitBox.TextScaled = true
  61. HitBox.TextSize = 14
  62. HitBox.TextWrapped = true
  63. HitBox.MouseButton1Down:connect(function()
  64. while true do
  65. wait()
  66. local plr = game.Players.LocalPlayer
  67. for _,v in next, game.Players:GetChildren() do
  68. if v.Name ~= plr.Name then
  69. v.Character.HumanoidRootPart.Transparency = 0
  70. v.Character.HumanoidRootPart.Anchored = true
  71. v.Character.HumanoidRootPart.Position = plr.Character.HumanoidRootPart.Position
  72. end
  73. end
  74. end
  75. end)
  76.  
  77. CLICKTP.Name = "CLICK TP"
  78. CLICKTP.Parent = Main
  79. CLICKTP.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  80. CLICKTP.BorderColor3 = Color3.new(0, 0, 0)
  81. CLICKTP.BorderSizePixel = 3
  82. CLICKTP.Position = UDim2.new(0.135140195, 0, 0.530243337, 0)
  83. CLICKTP.Size = UDim2.new(0, 162, 0, 28)
  84. CLICKTP.Font = Enum.Font.Fantasy
  85. CLICKTP.Text = "Click Tp {R}"
  86. CLICKTP.TextColor3 = Color3.new(0, 0, 0)
  87. CLICKTP.TextScaled = true
  88. CLICKTP.TextSize = 14
  89. CLICKTP.TextWrapped = true
  90. CLICKTP.MouseButton1Down:connect(function()
  91. plr = game.Players.LocalPlayer
  92. mouse = plr:GetMouse()
  93. mouse.KeyDown:connect(function(key)
  94. if key == "r" then
  95. if mouse.Target then
  96. plr.Character.HumanoidRootPart.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  97. end
  98. end
  99. end)
  100. end)
  101.  
  102.  
  103. AS.Name = "AS"
  104. AS.Parent = Main
  105. AS.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  106. AS.BorderColor3 = Color3.new(0, 0, 0)
  107. AS.BorderSizePixel = 3
  108. AS.Position = UDim2.new(0.135140195, 0, 0.388828844, 0)
  109. AS.Size = UDim2.new(0, 162, 0, 28)
  110. AS.Font = Enum.Font.Fantasy
  111. AS.Text = "AUTO STAMINA"
  112. AS.TextColor3 = Color3.new(0, 0, 0)
  113. AS.TextScaled = true
  114. AS.TextSize = 14
  115. AS.TextWrapped = true
  116. AS.MouseButton1Down:connect(function()
  117. -- rEALLY op
  118. while wait(0.3) do
  119. for i,v in pairs (game.Workspace:GetDescendants()) do
  120. if v:FindFirstChild("Item2") then
  121. v.Item2.Main.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  122. end
  123. end
  124. end
  125. end)
  126.  
  127. AH.Name = "AH"
  128. AH.Parent = Main
  129. AH.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  130. AH.BorderColor3 = Color3.new(0, 0, 0)
  131. AH.BorderSizePixel = 3
  132. AH.Position = UDim2.new(0.135140195, 0, 0.245082915, 0)
  133. AH.Size = UDim2.new(0, 162, 0, 28)
  134. AH.Font = Enum.Font.Fantasy
  135. AH.Text = "AUTO HEALTH"
  136. AH.TextColor3 = Color3.new(0, 0, 0)
  137. AH.TextScaled = true
  138. AH.TextSize = 14
  139. AH.TextWrapped = true
  140. AH.MouseButton1Down:connect(function()
  141. -- By Azelo
  142. while wait(0.3) do
  143. for i,v in pairs (game.Workspace:GetDescendants()) do
  144. if v:FindFirstChild("Item1") then
  145. v.Item1.Main.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  146. end
  147. end
  148. end
  149. end)
  150.  
  151.  
  152. AS_2.Name = "AS"
  153. AS_2.Parent = Main
  154. AS_2.BackgroundColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  155. AS_2.BorderColor3 = Color3.new(0, 0, 0)
  156. AS_2.BorderSizePixel = 0
  157. AS_2.Position = UDim2.new(0.996747434, 0, 0.804559231, 0)
  158. AS_2.Size = UDim2.new(0, 224, 0, 51)
  159. AS_2.Font = Enum.Font.Fantasy
  160. AS_2.Text = "Comment What Game You Want A script Hack For"
  161. AS_2.TextColor3 = Color3.new(0, 0, 0)
  162. AS_2.TextScaled = true
  163. AS_2.TextSize = 14
  164. AS_2.TextWrapped = true
  165.  
  166. -- Scripts:
Add Comment
Please, Sign In to add comment