local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "HUB++ | Gigiscripts", Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default). LoadingTitle = "HUB++", LoadingSubtitle = "by Gigiscripts", Theme = "Ocean", -- Check https://docs.sirius.menu/rayfield/configuration/themes DisableRayfieldPrompts = false, DisableBuildWarnings = false, -- Prevents Rayfield from warning when the script has a version mismatch with the interface ConfigurationSaving = { Enabled = true, FolderName = nil, -- Create a custom folder for your hub/game FileName = "Big Hub" }, Discord = { Enabled = false, -- Prompt the user to join your Discord server if their executor supports it 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 = "Untitled", Subtitle = "Key System", Note = "No method of obtaining the key is provided", -- Use this to tell the user how to get a key 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 = {"Hello"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22") } }) Rayfield:Notify({ Title = "sub to @gigiscripts", Content = "made by gigiscripts", Duration = 6.5, Image = 4483362458, }) local Tab = Window:CreateTab("grow a garden✅", 4483362458) -- Title, Image local Section = Tab:CreateSection("grow a garden scripts here✅") local Button = Tab:CreateButton({ Name = "Ronix(Keyless)", Callback = function() loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/a8f02a61fc38bf9256dd0f17be6b16d7.lua"))() end, }) local Button = Tab:CreateButton({ Name = "Tora(Keyless)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/gumanba/Scripts/main/GrowaGarden"))() end, }) local Button = Tab:CreateButton({ Name = "No lag Hub(Keyless)", Callback = function() loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/NoLag-id/No-Lag-HUB/refs/heads/main/Loader/LoaderV1.lua"))() end, }) local Button = Tab:CreateButton({ Name = "BlackHub(Keyless)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Skibidiking123/Fisch1/refs/heads/main/FischMain"))() end, }) local Button = Tab:CreateButton({ Name = "SpeedHub(keyless", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/AhmadV99/Speed-Hub-X/main/Speed%20Hub%20X.lua", true))() end, }) local Button = Tab:CreateButton({ Name = "depso(Keyless)", Callback = function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/depthso/Grow-a-Garden/refs/heads/main/autofarm.lua')))() end, }) local Tab = Window:CreateTab("Blox Fruits✅", 4483362458) -- Title, Image local Section = Tab:CreateSection("blox fruits script here✅") local Button = Tab:CreateButton({ Name = "W-Azure(Keyless)", Callback = function() --[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] getgenv().Team = "Pirates" getgenv().AutoLoad = true --Will Load Script On Server Hop getgenv().SlowLoadUi = false getgenv().ForceUseSilentAimDashModifier = false --Force turn on silent aim , if error then executor problem getgenv().ForceUseWalkSpeedModifier = false --Force turn on Walk Speed Modifier , if error then executor problem loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/3b2169cf53bc6104dabe8e19562e5cc2.lua"))() end, }) local Button = Tab:CreateButton({ Name = "Volcano(Keyless)", Callback = function() loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/indexeduu/BF-NewVer/refs/heads/main/V3New.lua"))() end, }) local Button = Tab:CreateButton({ Name = "RedzHUB(Keyless)", Callback = function() -- Official Redz local Settings = { JoinTeam = "Pirates"; -- Pirates/Marines Translator = true; -- true/false } loadstring(game:HttpGet("https://raw.githubusercontent.com/newredz/BloxFruits/refs/heads/main/Source.luau"))(Settings) end, }) local Button = Tab:CreateButton({ Name = "Maru(Keyless)", Callback = function() getgenv().Team = "Marines" loadstring(game:HttpGet("https://raw.githubusercontent.com/LuaCrack/KimP/refs/heads/main/MaruHub"))() end, }) local Section = Tab:CreateSection("more comming soon…")