Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScriptGUIS = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local UICorner = Instance.new("UICorner")
- local TextButton = Instance.new("TextButton")
- local UICorner_2 = Instance.new("UICorner")
- local TextButton_2 = Instance.new("TextButton")
- local UICorner_3 = Instance.new("UICorner")
- ScriptGUIS.Name = "ScriptGUI'S"
- ScriptGUIS.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Frame.Parent = ScriptGUIS
- Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Frame.BackgroundTransparency = 0.500
- Frame.Position = UDim2.new(0.21726191, 0, 0.182156131, 0)
- Frame.Size = UDim2.new(0, 397, 0, 380)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.Position = UDim2.new(0.0503778346, 0, 0.0500000007, 0)
- TextLabel.Size = UDim2.new(0, 356, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Subscribe To FuseBuzzFart On YT For Future Updates!"
- TextLabel.TextColor3 = Color3.fromRGB(250, 0, 0)
- TextLabel.TextSize = 14.000
- UICorner.Parent = TextLabel
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.BackgroundTransparency = 0.700
- TextButton.Position = UDim2.new(0.168765739, 0, 0.239473686, 0)
- TextButton.Size = UDim2.new(0, 263, 0, 50)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Infinite Jumps"
- TextButton.TextColor3 = Color3.fromRGB(250, 0, 0)
- TextButton.TextSize = 14.000
- TextButton.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- TextButton.MouseButton1Down:connect(function()
- local InfiniteJumpEnabled = true
- game:GetService("UserInputService").JumpRequest:connect(function()
- if InfiniteJumpEnabled then
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
- end
- end)
- end)
- UICorner_2.Parent = TextButton
- TextButton_2.Parent = Frame
- TextButton_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_2.BackgroundTransparency = 0.700
- TextButton_2.Position = UDim2.new(0.168765739, 0, 0.434210539, 0)
- TextButton_2.Size = UDim2.new(0, 263, 0, 50)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "Infinite Yield"
- TextButton_2.TextColor3 = Color3.fromRGB(250, 0, 0)
- TextButton_2.TextSize = 14.000
- UICorner_3.Parent = TextButton_2
Add Comment
Please, Sign In to add comment