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



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. wait(0.5)
  2. _Gnew = true
  3. _GClick = 0
  4. for i, v in ipairs(game.SoundService:GetDescendants()) do
  5.         if v:IsA("Sound") then
  6.                 _GClick = v
  7.                 _GClick.SoundId = "rbxassetid://6706935653"
  8.                 _GClick.Volume = 2
  9.                  _Gsound = true
  10.                 break  
  11.         end
  12. end
  13.  
  14. local Output = Instance.new("TextLabel")
  15. Output.Visible = false
  16. if game.Players.LocalPlayer.PlayerGui:FindFirstChild("EzExploitsFreeEnjoy") and _Gnew == true then
  17.         _Gnew = false
  18.         print("Found one")
  19.         game.Players.LocalPlayer.PlayerGui:WaitForChild("EzExploitsFreeEnjoy"):Destroy()
  20.         Output.Visible = true
  21.         Output.Text = "Destroyed old UI"
  22.         wait(5)
  23.         Output.Visible = false
  24. end
  25.  
  26. game.Players.LocalPlayer.Character.Humanoid.JumpHeight = 100
  27. local screen = Instance.new("ScreenGui")
  28. screen.ResetOnSpawn = false
  29. screen.Name = "EzExploitsFreeEnjoy"
  30. local Tp = Instance.new("TextButton")
  31. local BSox = Instance.new("TextBox")
  32. local BJox = Instance.new("TextBox")
  33. local J = Instance.new("TextLabel")
  34. local S = Instance.new("TextLabel")
  35. local ToP = Instance.new("TextLabel")
  36. local HeHa = Instance.new("TextBox")
  37.  
  38. screen.Parent = game.Players.LocalPlayer.PlayerGui
  39. BSox.Parent = screen
  40. BJox.Parent = screen
  41. J.Parent = screen
  42. S.Parent = screen
  43. Tp.Parent = screen
  44. Output.Parent = screen
  45. HeHa.Parent = screen
  46. ToP.Parent = screen
  47.  
  48. BSox.Size = UDim2.new(0, 200,0, 40)
  49. Tp.Size = UDim2.new(0, 200,0, 25)
  50. BJox.Size = UDim2.new(0, 200,0, 40)
  51. J.Size = UDim2.new(0, 200,0, 17)
  52. S.Size = UDim2.new(0, 200,0, 17)
  53. Output.Size = UDim2.new(0, 200, 0, 20)
  54. ToP.Size = UDim2.new(0, 200,0, 17)
  55. HeHa.Size = UDim2.new(0, 200,0, 40)
  56.  
  57. BSox.Position = UDim2.new(0.011, 0,0.305, 0)
  58. Tp.Position = UDim2.new(0.011, 0,0.258, 0)
  59. BJox.Position = UDim2.new(0.011, 0,0.365, 0)
  60. J.Position = UDim2.new(0.011, 0,0.351, 0)
  61. S.Position = UDim2.new(0.011, 0,0.291, 0)
  62. Output.Position = UDim2.new(0.011, 0,0.406, 0)
  63. ToP.Position = UDim2.new(0.011, 0,0.412, 0)
  64. HeHa.Position = UDim2.new(0.011, 0,0.427, 0)
  65.  
  66. BSox.Text = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed
  67. BJox.Text = game.Players.LocalPlayer.Character.Humanoid.JumpHeight
  68. J.Text = "JUMP"
  69. S.Text = "SPEED"
  70. Output.Text = "nothing yet"
  71. Tp.Text = "Teleport To Spawn"
  72. HeHa.Text = game.Players.LocalPlayer.Name
  73. ToP.Text = "Teleport To Player"
  74. ToP.TextScaled = true
  75. ToP.BackgroundColor3 = Color3.new(0.8, 0, 1)
  76. HeHa.BackgroundColor3 = Color3.new(1, 0.207843, 0.937255)
  77. HeHa.TextScaled = true
  78. HeHa.TextColor3 = Color3.new(1, 1, 1)
  79. ToP.TextColor3 = Color3.new(1, 1, 1)
  80.  
  81. BSox.BackgroundColor3 = Color3.new(1, 0.345098, 0.345098)
  82. BJox.BackgroundColor3 = Color3.new(0.227451, 0.458824, 1)
  83. Tp.BackgroundColor3 = Color3.new(1, 0.4, 0)
  84. Tp.TextColor3 = Color3.new(1, 1, 1)
  85. Tp.TextScaled = true
  86. S.TextColor3 = Color3.new(1, 1, 1)
  87. J.TextColor3 = Color3.new(1, 1, 1)
  88. BJox.TextColor3 = Color3.new(1, 1, 1)
  89. BSox.TextColor3 = Color3.new(1, 1, 1)
  90. J.BackgroundColor3 = Color3.new(0, 0.517647, 1)
  91. Output.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  92. Output.TextColor3 = Color3.new(1, 0.584314, 0.168627)
  93. Output.TextScaled = true
  94. Output.BackgroundTransparency = 0.5
  95. S.BackgroundColor3 = Color3.new(1, 0, 0)
  96. S.TextScaled = true
  97. J.TextScaled = true
  98. BJox.TextScaled = true
  99. BSox.TextScaled = true
  100.  
  101. BJox:GetPropertyChangedSignal("Text"):Connect(function()
  102.         game.Players.LocalPlayer.Character.Humanoid.JumpHeight = BJox.Text
  103. end)
  104. BSox:GetPropertyChangedSignal("Text"):Connect(function()
  105.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = BSox.Text      
  106. end)
  107. HeHa:GetPropertyChangedSignal("Text"):Connect(function()
  108.         game.Players.LocalPlayer.Character:PivotTo(CFrame.new(game.Players:WaitForChild(HeHa.Text).Character.HumanoidRootPart.Position) + Vector3.new(0,5,0))  
  109. end)
  110.  
  111. Tp.MouseButton1Click:Connect(function()
  112.                
  113.         for i, v in ipairs(workspace:GetDescendants()) do
  114.                 if v:IsA("SpawnLocation") then
  115.                                 game.Players.LocalPlayer.Character:PivotTo(CFrame.new(v.Position) + Vector3.new(0,5,0))
  116.                                 return
  117.                         end
  118.                        
  119.         for i, v in ipairs(workspace:GetDescendants()) do
  120.                         if v:IsA("Part") then
  121.         game.Players.LocalPlayer.Character:PivotTo(CFrame.new(v.Position) + Vector3.new(0,5,0))
  122.                                         return 
  123.                                                
  124.                                                
  125.                         end
  126.                 end
  127.         end
  128. end)
  129.  
  130. game.Players.LocalPlayer.Character.Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  131.         if BSox.Text ~= nil then
  132.         wait(2)
  133.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = BSox.Text      
  134.         Output.Visible = true
  135.         Output.Text = "Speed updated. changed automatically"
  136.         wait(5)
  137.                 Output.Visible = false
  138.                 end
  139. end)
  140.  
  141. game.Players.LocalPlayer.Character.Humanoid:GetPropertyChangedSignal("JumpHeight"):Connect(function()
  142.         if BJox.Text ~= nil then
  143.         wait(2)
  144.         game.Players.LocalPlayer.Character.Humanoid.JumpHeight = BJox.Text     
  145.         Output.Visible = true
  146.         Output.Text = "Jump updated. changed automatically"
  147.         wait(5)
  148.                 Output.Visible = false
  149.                 end
  150. end)
  151.  
  152.  
  153. local Players = game:GetService("Players")
  154. local client = Players.LocalPlayer
  155.  
  156. local character
  157. client.CharacterAdded:Connect(function(_character)
  158.         character = _character
  159.         character.Humanoid.Died:Connect(function()
  160.                 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = BSox.Text
  161.                         game.Players.LocalPlayer.Character.Humanoid.JumpHeight = BJox.Text     
  162.                        
  163.                 end)
  164.         end)



  • Recent Roblox Scripts