local Water = Instance.new("ScreenGui")
		local TextLabel = Instance.new("TextLabel")
local UIGradient = Instance.new("UIGradient")
    Water.Name = game:GetService("HttpService"):GenerateGUID(true)
		Water.Parent = (game:GetService("CoreGui") or gethui())
		Water.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
		TextLabel.Parent = Water
		TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
		TextLabel.BackgroundTransparency = 1.000
		TextLabel.Position = UDim2.new(0.00658436213, 0, 0, 0)-UDim2.new(0,0,1,0)
		TextLabel.Size = UDim2.new(0, 200, 0, 32)
		TextLabel.Font = Enum.Font.Cartoon
		TextLabel.Text = "XorzHub | v1"
		TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
		TextLabel.TextScaled = true
		TextLabel.TextSize = 14.000
		TextLabel.TextWrapped = true
		TextLabel.TextXAlignment = Enum.TextXAlignment.Left
		TextLabel:TweenPosition(UDim2.new(0.00658436213, 0, 0, 0),"Out","Quart",1)
UIGradient.Color =ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(196, 8, 202)), ColorSequenceKeypoint.new(0.13, Color3.fromRGB(199, 15, 191)), ColorSequenceKeypoint.new(0.48, Color3.fromRGB(247, 127, 28)), ColorSequenceKeypoint.new(0.89, Color3.fromRGB(254, 7, 59)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 2, 61))}
		UIGradient.Parent = TextLabel
task.spawn(function()
			while game do
				task.wait()
				UIGradient.Rotation +=.05
			end
		end)

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

local Window = Rayfield:CreateWindow({
   Name = "XorzHub | v1",
   LoadingTitle = "Loading...",
   LoadingSubtitle = "by OrzScript",
   ConfigurationSaving = {
      Enabled = true,
      FolderName = nil, -- Create a custom folder for your hub/game
      FileName = "Big Hub"
   },
   Discord = {
      Enabled = false,
      Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
      RememberJoins = true -- Set this to false to make them join the discord every time they load it up
   },
   KeySystem = false, -- Set this to true to use our key system
   KeySettings = {
      Title = "Key System",
      Subtitle = "Key System",
      Note = "Since this script is in BETA the key is : XorzHub_BETA-ACCESS",
      FileName = "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 = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
      Key = {"XorzHub_BETA-ACCESS"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
   }
})

Window.active = true
Window.draggable = true

Rayfield:Notify({
   Title = "XorzHub | v1",
   Content = "Welcome to XorzHub | v1",
   Duration = 6.5,
   Image = 4483362458,
   Actions = { -- Notification Buttons
      Ignore = {
         Name = "Join Discord",
         Callback = function()
         setclipboard("https://[Log in to view URL]")
      end
   },
},
})

local Tab = Window:CreateTab("🙋Welcome") -- Title, Image

local Section = Tab:CreateSection("Notice")

local Paragraph = Tab:CreateParagraph({Title = "NOTICE :", Content = "Most of the scripts are not mines !"})

local Tab = Window:CreateTab("🎮Games") -- Title, 

local Section = Tab:CreateSection("Simulators")

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

local Button = Tab:CreateButton({
   Name = "Go Kart Race Simulator",
   Callback = function()
   game:GetService("ReplicatedStorage").Remotes.ClientRemote:InvokeServer("Train","Power",9e9)

for i = 1, 1000 do

game:GetService("ReplicatedStorage").Remotes.Daily:FireServer("D5")

            end
   end,
})

local Button = Tab:CreateButton({
   Name = "Block Digging Simulator",
   Callback = function()
   loadstring(game:HttpGet("https://[Log in to view URL]"))()
   end,
})

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

local Button = Tab:CreateButton({
   Name = "Gamer Life Simulator",
   Callback = function()
   loadstring(game:HttpGet("https://[Log in to view URL]"))()
   end,
})

local Button = Tab:CreateButton({
   Name = "Break In 2 GUI",
   Callback = function()
   loadstring(game:HttpGet("https://[Log in to view URL]"))()
   end,
})

local Section = Tab:CreateSection("Tycoons")

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

local Tab = Window:CreateTab("🧾Credits") -- Title, Image

local Section = Tab:CreateSection("Credits")

local Paragraph = Tab:CreateParagraph({Title = "UI Library", Content = "Rayfield/Sirius"})
local Paragraph = Tab:CreateParagraph({Title = "UI Content", Content = "OrzScript"})
local Paragraph = Tab:CreateParagraph({Title = "Roblox Scripts", Content = "Envixity Script"})

local Tab = Window:CreateTab("🎲Misc") -- Title, Image

local Section = Tab:CreateSection("Misc")

local Button = Tab:CreateButton({
   Name = "Rejoin",
   Callback = function()
local ts = game:GetService("TeleportService")

local p = game:GetService("Players").LocalPlayer

ts:Teleport(game.PlaceId, p)
   end,
})

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

Embed on website

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