Advertisement
noober662

SuperMan GUI V0.1

Dec 10th, 2023 (edited)
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.30 KB | None | 0 0
  1. -- Hints
  2. local Hint1 = Instance.new("Hint")
  3. Hint1.Parent = Workspace
  4. Hint1.Text = "Made by Noober661 on yt and Noober661robloxhacks on discord"
  5. wait(6)
  6. Hint1:Remove()
  7.  
  8.  
  9. local Hint2 = Instance.new("Hint")
  10. Hint2.Parent = Workspace
  11. Hint2.Text = "Superman GUI v0.1"
  12. wait(6)
  13. Hint2:Remove()
  14.  
  15. -- Stuff
  16. local DaExploitStuff = Instance.new("ScreenGui")
  17. local DaExploit = Instance.new("Frame")
  18. local _1 = Instance.new("TextLabel")
  19. local _2 = Instance.new("TextLabel")
  20. local SJ = Instance.new("TextButton")
  21. local SS = Instance.new("TextButton")
  22. local RS = Instance.new("TextButton")
  23.  
  24. --GUIS AND BUTTONS
  25.  
  26. DaExploitStuff.Name = "DaExploitStuff"
  27. DaExploitStuff.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  28. DaExploitStuff.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  29. DaExploitStuff.ResetOnSpawn = false
  30. DaExploit.Name = "DaExploit"
  31. DaExploit.Parent = DaExploitStuff
  32. DaExploit.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  33. DaExploit.BorderColor3 = Color3.fromRGB(0, 0, 0)
  34. DaExploit.BorderSizePixel = 0
  35. DaExploit.Position = UDim2.new(0.616176486, 0, 0.233905584, 0)
  36. DaExploit.Size = UDim2.new(0, 391, 0, 210)
  37. DaExploit.Active = true
  38. DaExploit.Draggable = true
  39.  
  40. _1.Name = "1"
  41. _1.Parent = DaExploit
  42. _1.BackgroundColor3 = Color3.fromRGB(63, 63, 63)
  43. _1.BorderColor3 = Color3.fromRGB(0, 0, 0)
  44. _1.BorderSizePixel = 0
  45. _1.Size = UDim2.new(0, 391, 0, 50)
  46. _1.Font = Enum.Font.SourceSans
  47. _1.Text = "SuperMan GUI"
  48. _1.TextColor3 = Color3.fromRGB(0, 0, 0)
  49. _1.TextSize = 14.000
  50.  
  51. _2.Name = "2"
  52. _2.Parent = DaExploit
  53. _2.BackgroundColor3 = Color3.fromRGB(63, 63, 63)
  54. _2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  55. _2.BorderSizePixel = 0
  56. _2.Position = UDim2.new(0, 0, 0.909523785, 0)
  57. _2.Size = UDim2.new(0, 391, 0, 19)
  58. _2.Font = Enum.Font.SourceSans
  59. _2.Text = "sub to noober661 on YT"
  60. _2.TextColor3 = Color3.fromRGB(0, 0, 0)
  61. _2.TextSize = 14.000
  62.  
  63. SJ.Name = "SJ "
  64. SJ.Parent = DaExploit
  65. SJ.BackgroundColor3 = Color3.fromRGB(85, 85, 85)
  66. SJ.BorderColor3 = Color3.fromRGB(0, 0, 0)
  67. SJ.BorderSizePixel = 0
  68. SJ.Position = UDim2.new(0, 0, 0.304761916, 0)
  69. SJ.Size = UDim2.new(0, 177, 0, 43)
  70. SJ.Font = Enum.Font.SourceSans
  71. SJ.Text = "SuperJump"
  72. SJ.TextColor3 = Color3.fromRGB(0, 0, 0)
  73. SJ.TextSize = 14.000
  74.  
  75. SS.Name = "SS"
  76. SS.Parent = DaExploit
  77. SS.BackgroundColor3 = Color3.fromRGB(85, 85, 85)
  78. SS.BorderColor3 = Color3.fromRGB(0, 0, 0)
  79. SS.BorderSizePixel = 0
  80. SS.Position = UDim2.new(0.452685416, 0, 0.304761916, 0)
  81. SS.Size = UDim2.new(0, 214, 0, 43)
  82. SS.Font = Enum.Font.SourceSans
  83. SS.Text = "SuperSpeed"
  84. SS.TextColor3 = Color3.fromRGB(0, 0, 0)
  85. SS.TextSize = 14.000
  86.  
  87. RS.Name = "RS"
  88. RS.Parent = DaExploit
  89. RS.BackgroundColor3 = Color3.fromRGB(83, 83, 83)
  90. RS.BorderColor3 = Color3.fromRGB(0, 0, 0)
  91. RS.BorderSizePixel = 0
  92. RS.Position = UDim2.new(0, 0, 0.604761899, 0)
  93. RS.Size = UDim2.new(0, 391, 0, 50)
  94. RS.Font = Enum.Font.SourceSans
  95. RS.Text = "Reset SS and SJ"
  96. RS.TextColor3 = Color3.fromRGB(0, 0, 0)
  97. RS.TextSize = 14.000
  98.  
  99. -- funcitons
  100. RS.MouseButton1Down:connect(function()
  101.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  102.  
  103.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  104. end)
  105.  
  106. SS.MouseButton1Down:connect(function()
  107.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 69
  108. end)
  109.  
  110. SJ.MouseButton1Down:connect(function()
  111.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120
  112. end)
  113.  
Tags: exploit duh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement