Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Hints
- local Hint1 = Instance.new("Hint")
- Hint1.Parent = Workspace
- Hint1.Text = "Made by Noober661 on yt and Noober661robloxhacks on discord"
- wait(6)
- Hint1:Remove()
- local Hint2 = Instance.new("Hint")
- Hint2.Parent = Workspace
- Hint2.Text = "Superman GUI v0.1"
- wait(6)
- Hint2:Remove()
- -- Stuff
- local DaExploitStuff = Instance.new("ScreenGui")
- local DaExploit = Instance.new("Frame")
- local _1 = Instance.new("TextLabel")
- local _2 = Instance.new("TextLabel")
- local SJ = Instance.new("TextButton")
- local SS = Instance.new("TextButton")
- local RS = Instance.new("TextButton")
- --GUIS AND BUTTONS
- DaExploitStuff.Name = "DaExploitStuff"
- DaExploitStuff.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- DaExploitStuff.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- DaExploitStuff.ResetOnSpawn = false
- DaExploit.Name = "DaExploit"
- DaExploit.Parent = DaExploitStuff
- DaExploit.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
- DaExploit.BorderColor3 = Color3.fromRGB(0, 0, 0)
- DaExploit.BorderSizePixel = 0
- DaExploit.Position = UDim2.new(0.616176486, 0, 0.233905584, 0)
- DaExploit.Size = UDim2.new(0, 391, 0, 210)
- DaExploit.Active = true
- DaExploit.Draggable = true
- _1.Name = "1"
- _1.Parent = DaExploit
- _1.BackgroundColor3 = Color3.fromRGB(63, 63, 63)
- _1.BorderColor3 = Color3.fromRGB(0, 0, 0)
- _1.BorderSizePixel = 0
- _1.Size = UDim2.new(0, 391, 0, 50)
- _1.Font = Enum.Font.SourceSans
- _1.Text = "SuperMan GUI"
- _1.TextColor3 = Color3.fromRGB(0, 0, 0)
- _1.TextSize = 14.000
- _2.Name = "2"
- _2.Parent = DaExploit
- _2.BackgroundColor3 = Color3.fromRGB(63, 63, 63)
- _2.BorderColor3 = Color3.fromRGB(0, 0, 0)
- _2.BorderSizePixel = 0
- _2.Position = UDim2.new(0, 0, 0.909523785, 0)
- _2.Size = UDim2.new(0, 391, 0, 19)
- _2.Font = Enum.Font.SourceSans
- _2.Text = "sub to noober661 on YT"
- _2.TextColor3 = Color3.fromRGB(0, 0, 0)
- _2.TextSize = 14.000
- SJ.Name = "SJ "
- SJ.Parent = DaExploit
- SJ.BackgroundColor3 = Color3.fromRGB(85, 85, 85)
- SJ.BorderColor3 = Color3.fromRGB(0, 0, 0)
- SJ.BorderSizePixel = 0
- SJ.Position = UDim2.new(0, 0, 0.304761916, 0)
- SJ.Size = UDim2.new(0, 177, 0, 43)
- SJ.Font = Enum.Font.SourceSans
- SJ.Text = "SuperJump"
- SJ.TextColor3 = Color3.fromRGB(0, 0, 0)
- SJ.TextSize = 14.000
- SS.Name = "SS"
- SS.Parent = DaExploit
- SS.BackgroundColor3 = Color3.fromRGB(85, 85, 85)
- SS.BorderColor3 = Color3.fromRGB(0, 0, 0)
- SS.BorderSizePixel = 0
- SS.Position = UDim2.new(0.452685416, 0, 0.304761916, 0)
- SS.Size = UDim2.new(0, 214, 0, 43)
- SS.Font = Enum.Font.SourceSans
- SS.Text = "SuperSpeed"
- SS.TextColor3 = Color3.fromRGB(0, 0, 0)
- SS.TextSize = 14.000
- RS.Name = "RS"
- RS.Parent = DaExploit
- RS.BackgroundColor3 = Color3.fromRGB(83, 83, 83)
- RS.BorderColor3 = Color3.fromRGB(0, 0, 0)
- RS.BorderSizePixel = 0
- RS.Position = UDim2.new(0, 0, 0.604761899, 0)
- RS.Size = UDim2.new(0, 391, 0, 50)
- RS.Font = Enum.Font.SourceSans
- RS.Text = "Reset SS and SJ"
- RS.TextColor3 = Color3.fromRGB(0, 0, 0)
- RS.TextSize = 14.000
- -- funcitons
- RS.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- end)
- SS.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 69
- end)
- SJ.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement