local Rayfield = loadstring(game:HttpGet('https://[Log in to view URL]'))()

local Window = Rayfield:CreateWindow({
   Name = "XybGui v1.6.6 By XybName",
   LoadingTitle = "Loading XybGui v1.6.6 ...",
   LoadingSubtitle = "by XybName",
   ConfigurationSaving = {
      Enabled = true,
      FolderName = nil, -- Create a custom folder for your hub/game
      FileName = "Big Hub"
   },
   Discord = {
      Enabled = true,
      Invite = "E.g discord.gg/fD8MxYEf", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
      RememberJoins = false -- Set this to false to make them join the discord every time they load it up
   },
   KeySystem = true, -- Set this to true to use our key system
   KeySettings = {
      Title = "XybGui v1.6.6 | Key ",
      Subtitle = "Key In Discord Server",
      Note = "Join The Discord Server : discord.gg/fD8MxYEf or go here : https://[Log in to view URL]",
      FileName = "XybGui v1.0 key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
      SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
      GrabKeyFromSite = true, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
      Key = {"https://[Log in to view URL]"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
   }
})

local MainTab = Window:CreateTab(" 🏠 Home", nil) -- Title, Image
local MainSection = MainTab:CreateSection("Main")

Rayfield:Notify({
   Title = "You Executed The Script !",
   Content = "Enjoy The Script Discord Server : discord.gg/fD8MxYEf",
   Duration = 6.5,
   Image = nil,
   Actions = { -- Notification Buttons
      Ignore = {
         Name = "Okay!",
         Callback = function()
         print("The user tapped Okay!")
      end
   },
},
})

local Button = MainTab:CreateButton({
   Name = "Infinite Yield",
   Callback = function()
        loadstring(game:HttpGet('https://[Log in to view URL]'))()
   end,
})

local Button = MainTab:CreateButton({
   Name = "Infinite Jump",
   Callback = function()
        local InfiniteJumpEnabled = true
game:GetService("UserInputService").JumpRequest:connect(function()
	if InfiniteJumpEnabled then
		game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
	end
end)
local InfiniteJump = CreateButton("Infinite Jump: Off", StuffFrame)
InfiniteJump.Position = UDim2.new(0,10,0,130)
InfiniteJump.Size = UDim2.new(0,150,0,30)
InfiniteJump.MouseButton1Click:connect(function()
	local state = InfiniteJump.Text:sub(string.len("Infinite Jump: ") + 1) --too lazy to count lol
	local new = state == "Off" and "On" or state == "On" and "Off"
	InfiniteJumpEnabled = new == "On"
	InfiniteJump.Text = "Infinite Jump: " .. new
end)
   end,
})



local SpamTab = Window:CreateTab("Spam 🗄️", nil) -- Title, Image
local Section = SpamTab:CreateSection("Spam Console F9")
    
local Button = SpamTab:CreateButton({
   Name = "Spam Console F9",
   Callback = function()
        print("SPAMMMMMMMM")
   end,
})

local Input = MainTab:CreateInput({
   Name = "Speed Hack",
   PlaceholderText = "1-300",
   RemoveTextAfterFocusLost = true,
   Callback = function(Text)
   game.Players.LocalPlayer.Character.Humanoid.Walkspeed = (Text)
   end,
})

local Section = SpamTab:CreateSection("Chat HAX")

local Button = SpamTab:CreateButton({
   Name = "Chat HAX",
   Callback = function()
        loadstring(Http:GameGet('https://[Log in to view URL]'))()
   end,
})

local HubTab = Window:CreateTab("🏢Free Hub", nil) -- Title, Image
local Section = HubTab:CreateSection("Recommended Hub")

local Button = HubTab:CreateButton({
   Name = "GhostHub",
   Callback = function()
        loadstring(game:HttpGet('https://[Log in to view URL]'))()
   end,
})

local Button = HubTab:CreateButton({
   Name = "IceHub",
   Callback = function()
        loadstring(game:HttpGet('https://[Log in to view URL]'))()
   end,
})

local SpecialTab = Window:CreateTab("[On Work] Backdoor & Exploit", nil) -- Title, Image
local Section = SpecialTab:CreateSection("Backdoor")

local Button = SpecialTab:CreateButton({
   Name = "FraktureSS",
   Callback = function()
        loadstring(game:HttpGet(('https://[Log in to view URL]'),true))()
   end,
})

local Section = SpecialTab:CreateSection("Exploit")

local Button = SpecialTab:CreateButton({
   Name = "Fly Gui",
   Callback = function()
        loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")()
        
   end,
})

local Button = SpecialTab:CreateButton({
   Name = "Godmode",
   Callback = function()
        local Player = game.Players.LocalPlayer
local Character = Player.Character
local Humanoid = Character.Humanoid
 
print('Godmode working.')
 
Humanoid.MaxHealth = 999999
Humanoid.Health = Humanoid.MaxHealth / 2
 
Humanoid.HealthChanged:connect(function()
    if Humanoid.Health < 10 then
        Humanoid.Health = Humanoid.MaxHealth
    end
end)
   end,
})

local Button = SpecialTab:CreateButton({
   Name = "Fling GUI",
   Callback = function()
        loadstring(game:HttpGet('https://[Log in to view URL]', true))()
   end,
})

local MiscTab = Window:CreateTab("🎲Misc Working On", nil) -- Title, Image
local Section = MiscTab:CreateSection("Auto Farm Psx GUI")
    
local Button = MiscTab:CreateButton({
   Name = "Auto Farm Psx GUI",
   Callback = function()
        loadstring(game:HttpGet('https://[Log in to view URL]'))()
   end,
})

local Input = MainTab:CreateInput({
   Name = "Jump Power",
   PlaceholderText = "1-200",
   RemoveTextAfterFocusLost = true,
   Callback = function(Text)
        game.Players.LocalPlayer.Character.Humanoid.JumpPower = (Text)
 
   end,
})

local LolTab = Window:CreateTab("🚜Auto Farm Other Games", nil) -- Title, Image
local Section = LolTab:CreateSection("Popular Games")

local Button = LolTab:CreateButton({
   Name = "Survive Natural Disaster Script",
   Callback = function()
        loadstring(game:HttpGet("https://[Log in to view URL]", true))()
        
   end,
})

local Button = LolTab:CreateButton({
   Name = "Adopt Me Script",
   Callback = function()
        loadstring(game:HttpGet("https://[Log in to view URL]", true))()
        
   end,
})

local Button = LolTab:CreateButton({
   Name = "Blox Fruits Script",
   Callback = function()
        loadstring(game:HttpGet("https://[Log in to view URL]"))()
   end,
})

local Section = LolTab:CreateSection("Other Games")

local Button = LolTab:CreateButton({
   Name = "Build A Boat For Treasure Script",
   Callback = function()
        loadstring(game:HttpGet('https://[Log in to view URL]'))()
        
   end,
})

local Button = LolTab:CreateButton({
   Name = "Rainbow Friends Script",
   Callback = function()
        loadstring(game:HttpGet('https://[Log in to view URL]' .. game.GameId .. ".lua"))(' Watermelon ? ')
   end,
})

local Button = LolTab:CreateButton({
   Name = "Muscle Legends Script",
   Callback = function()
        loadstring(game:HttpGet(("https://[Log in to view URL]"),true))()
   end,
})

local Button = LolTab:CreateButton({
   Name = "Ninja Legend Script",
   Callback = function()
        loadstring(game:HttpGet("https://[Log in to view URL]"))()
        
   end,
})

local FeTab = Window:CreateTab("👀Fe Script", nil) -- Title, Image
local Section = FeTab:CreateSection("Fe Bypass")

local Button = FeTab:CreateButton({
   Name = "Fe Orbit Hat",
   Callback = function()
        loadstring(game:HttpGet("https://[Log in to view URL]", true))()
   end,
})

local Button = FeTab:CreateButton({
   Name = "Fe IceHub",
   Callback = function()
        loadstring(game:HttpGet("https://[Log in to view URL]"))()
   end,
})

local Button = FeTab:CreateButton({
   Name = "Fe r15",
   Callback = function()
        loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
   end,
})

local Button = FeTab:CreateButton({
   Name = "Fe Chat Bypasser",
   Callback = function()
        loadstring(game:HttpGet("https://[Log in to view URL]"))()
   end,
})

local Button = FeTab:CreateButton({
   Name = "Fe Infinite Yield",
   Callback = function()
        https://[Log in to view URL]
   end,
})

local Button = FeTab:CreateButton({
   Name = "Ro-Xploit v6.0",
   Callback = function()
        loadstring(game:GetObjects("rbxassetid://364364477")[1].Source)()
   end,
}

local SocialTab = Window:CreateTab("Social Media", nil) -- Title, Image
local Section = SocialTab:CreateSection("Social Media")

local Paragraph = SocialTab:CreateParagraph({Title = "Discord", Content = "Discord Server : discord.gg/fD8MxYEf"})
local Paragraph = SocialTab:CreateParagraph({Title = "YouTube ", Content = "YouTube Channel : https://[Log in to view URL]"})
local Paragraph = SocialTab:CreateParagraph({Title = "Twitter", Content = "Twitter : https://[Log in to view URL]"})
local Paragraph = SocialTab:CreateParagraph({Title = "Twitch", Content = "Twitch Channel: https://[Log in to view URL] "})

local Button = SocialTab:CreateButton({
   Name = "Close GUI",
   Callback = function()
        Rayfield:Destroy()
   end,
})

Embed on website

To embed this program on your website, copy the following code and paste it into your website's HTML: