FuseBuzzFart

FuseBuzzFart's Script Gui!

Jun 10th, 2022
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.38 KB | None | 0 0
  1.  
  2.  
  3. local ScriptGUIS = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local UICorner = Instance.new("UICorner")
  7. local TextButton = Instance.new("TextButton")
  8. local UICorner_2 = Instance.new("UICorner")
  9. local TextButton_2 = Instance.new("TextButton")
  10. local UICorner_3 = Instance.new("UICorner")
  11.  
  12.  
  13. ScriptGUIS.Name = "ScriptGUI'S"
  14. ScriptGUIS.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  15.  
  16. Frame.Parent = ScriptGUIS
  17. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  18. Frame.BackgroundTransparency = 0.500
  19. Frame.Position = UDim2.new(0.21726191, 0, 0.182156131, 0)
  20. Frame.Size = UDim2.new(0, 397, 0, 380)
  21.  
  22. TextLabel.Parent = Frame
  23. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  24. TextLabel.Position = UDim2.new(0.0503778346, 0, 0.0500000007, 0)
  25. TextLabel.Size = UDim2.new(0, 356, 0, 50)
  26. TextLabel.Font = Enum.Font.SourceSans
  27. TextLabel.Text = "Subscribe To FuseBuzzFart On YT For Future Updates!"
  28. TextLabel.TextColor3 = Color3.fromRGB(250, 0, 0)
  29. TextLabel.TextSize = 14.000
  30.  
  31. UICorner.Parent = TextLabel
  32.  
  33. TextButton.Parent = Frame
  34. TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  35. TextButton.BackgroundTransparency = 0.700
  36. TextButton.Position = UDim2.new(0.168765739, 0, 0.239473686, 0)
  37. TextButton.Size = UDim2.new(0, 263, 0, 50)
  38. TextButton.Font = Enum.Font.SourceSans
  39. TextButton.Text = "Infinite Jumps"
  40. TextButton.TextColor3 = Color3.fromRGB(250, 0, 0)
  41. TextButton.TextSize = 14.000
  42. TextButton.MouseButton1Down:connect(function()
  43.     loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  44. end)
  45. TextButton.MouseButton1Down:connect(function()
  46.     local InfiniteJumpEnabled = true
  47.     game:GetService("UserInputService").JumpRequest:connect(function()
  48.         if InfiniteJumpEnabled then
  49.             game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  50.         end
  51.     end)
  52. end)
  53.  
  54. UICorner_2.Parent = TextButton
  55.  
  56. TextButton_2.Parent = Frame
  57. TextButton_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  58. TextButton_2.BackgroundTransparency = 0.700
  59. TextButton_2.Position = UDim2.new(0.168765739, 0, 0.434210539, 0)
  60. TextButton_2.Size = UDim2.new(0, 263, 0, 50)
  61. TextButton_2.Font = Enum.Font.SourceSans
  62. TextButton_2.Text = "Infinite Yield"
  63. TextButton_2.TextColor3 = Color3.fromRGB(250, 0, 0)
  64. TextButton_2.TextSize = 14.000
  65.  
  66.  
  67. UICorner_3.Parent = TextButton_2
Add Comment
Please, Sign In to add comment