local Rayfield = loadstring(game:HttpGet("https://sirius.menu/rayfield"))() local Window = Rayfield:CreateWindow({ Name = "aioHub", Icon = "cloud-cog", LoadingTitle = "All in One HUB", LoadingSubtitle = "by chadleythecat on discord", ShowText = "AIOHub", Theme = "Serenity", ToggleUIKeybind = "K", DisableRayfieldPrompts = false, DisableBuildWarnings = false, ConfigurationSaving = { Enabled = true, FileName = "AllInOneHUB" }, Discord = { Enabled = false, Invite = "noinvitelink", RememberJoins = true }, KeySystem = false, KeySettings = { Title = "aiohub", Subtitle = "Key System", Note = "find key in aiohub discord server .gg/uFyk9f245a", FileName = "OhSoChadley", GrabKeyFromSite = false, Key = { "chadleythecat" } } }) local MainTab = Window:CreateTab("Main", "hexagon") MainTab:CreateSection("All Hubs/Scripts") Rayfield:Notify({ Title = "Executed AIO HUB", Content = "Succesfully executed", Duration = 6.5 }) MainTab:CreateButton({ Name = "black hole script (works on any game with unanchored parts)", Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/wBsi24w3"))() end }) MainTab:CreateButton({ Name = "fling selected player", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Kilasik/Roblox-Scripts/main/FlingGUI.lua"))() end }) MainTab:CreateButton({ Name = "touch fling", Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/wBsi24w3"))() end }) MainTab:CreateButton({ Name = "Yarhm", Callback = function() local success, result = pcall(function() return game:HttpGet("https://yarhm.mhi.im/scr") end) if not success or not result then game:GetService("StarterGui"):SetCore("SendNotification", { Title = "YARHM Outage", Text = "YARHM Online is currently unavailable! Sorry for the inconvenience. Using YARHM Offline.", Duration = 5 }) result = game:HttpGet("https://raw.githubusercontent.com/Joystickplays/psychic-octo-invention/main/source/yarhm/1.19/yarhm.lua") end loadstring(result)() end }) MainTab:CreateButton({ Name = "Talentless (piano autoplayer)", Callback = function() pcall(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/hellohellohell012321/TALENTLESS/main/TALENTLESS"))() end) end }) MainTab:CreateButton({ Name = "FakeLag", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Biem6ondo/FAKELAG/refs/heads/main/Fakelag"))() end }) MainTab:CreateButton({ Name = "Fling all players", Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/wBsi24w3"))() end }) MainTab:CreateButton({ Name = "InfYield", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))() end }) MainTab:CreateButton({ Name = "Dex explorer", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/BigBoyTimme/New.Loadstring.Scripts/refs/heads/main/Dex.Explorer"))() end }) MainTab:CreateButton({ Name = "Slap Tower Hanger troll gui", Callback = function() loadstring(game:HttpGet("https://pastefy.app/MUHN9FgU/raw"))() end }) MainTab:CreateButton({ Name = "Soleilkii's Client Music Player", Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/wBsi24w3"))() end }) local HubsTab = Window:CreateTab("Hubs", "computer") HubsTab:CreateSection("Useful hubs") HubsTab:CreateButton({ Name = "Yarhm MM2, fling, teleport", Callback = function() local success, result = pcall(function() return game:HttpGet("https://yarhm.mhi.im/scr") end) if not success or not result then game:GetService("StarterGui"):SetCore("SendNotification", { Title = "YARHM Outage", Text = "YARHM Online is currently unavailable! Sorry for the inconvenience. Using YARHM Offline.", Duration = 5 }) result = game:HttpGet("https://raw.githubusercontent.com/Joystickplays/psychic-octo-invention/main/source/yarhm/1.19/yarhm.lua") end loadstring(result)() end }) HubsTab:CreateButton({ Name = "Nds Hub", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/KaterHub-Inc/NaturalDisasterSurvival/refs/heads/main/main.lua"))() end }) HubsTab:CreateButton({ Name = "Katerhub trolling (universal)", Callback = function() loadstring(game:HttpGet("https://katerhub-inc.github.io/KaterHub/main.lua"))() end }) HubsTab:CreateButton({ Name = "VexonHub (keyless?) MM2, TSB, Slap Battles, BBAFT", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/DiosDi/VexonHub/refs/heads/main/VexonHub"))() end }) local MiscTab = Window:CreateTab("Misc", "book-x") MiscTab:CreateSection("Misc stuff") MiscTab:CreateButton({ Name = "InfJump", Callback = function() local Players = game:GetService("Players") local LocalPlayer = Players.LocalPlayer local Character = LocalPlayer.Character or LocalPlayer.CharacterAdded:Wait() local Humanoid = Character:WaitForChild("Humanoid") local HumanoidRootPart = Character:WaitForChild("HumanoidRootPart") local JumpPower = 50 local Touched local JumpRequest JumpRequest = Humanoid.JumpRequest:Connect(function() Humanoid.FloorMaterial = Enum.Material.Air task.delay(0.1, function() Humanoid.FloorMaterial = Enum.Material.Air end) Humanoid:ChangeState(Enum.HumanoidStateType.Jumping) end) Touched = HumanoidRootPart.Touched:Connect(function(hit) if hit.Parent == Character then return end Humanoid.FloorMaterial = Enum.Material.Air HumanoidRootPart.Velocity = Vector3.new(0, JumpPower, 0) end) print("InfJump script loaded.") end }) MiscTab:CreateSlider({ Name = "Walkspeed", Range = { 0, 10000 }, Increment = 10, Suffix = "Walkspeed", CurrentValue = 16, Flag = "Slider1", Callback = function(value) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = value end }) MiscTab:CreateButton({ Name = "Rejoin Server", Callback = function() local TeleportService = game:GetService("TeleportService") local Players = game:GetService("Players") local LocalPlayer = Players.LocalPlayer coroutine.resume(coroutine.create(function() local success, err = pcall(function() TeleportService:Teleport(game.PlaceId, LocalPlayer) end) if not success then warn(err) end end)) end }) MiscTab:CreateButton({ Name = "idk 2", Callback = function() end }) MiscTab:CreateButton({ Name = "idk 2", Callback = function() end }) MiscTab:CreateButton({ Name = "idk 2", Callback = function() end }) MiscTab:CreateButton({ Name = "idk 2", Callback = function() end }) MiscTab:CreateButton({ Name = "nds black hole script", Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/wBsi24w3"))() end }) local NDSTab = Window:CreateTab("Natural disaster survival", "cloud-lightning") NDSTab:CreateSection("Natural disaster scripts") NDSTab:CreateButton({ Name = "NDS black hole script", Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/wBsi24w3"))() end }) local LBBTab = Window:CreateTab("Lucky block battlegrounds", "clover") LBBTab:CreateSection("Lucky block battlegrounds scripts") LBBTab:CreateButton({ Name = "give all items", Callback = function() loadstring(game:HttpGet("https://pastefy.app/DfkSRQJ9/raw"))() end }) local NightsTab = Window:CreateTab("99 nights in the forest", "trees") NightsTab:CreateSection("99 nights in the forest scripts/hubs") NightsTab:CreateButton({ Name = "future script (not working)", Callback = function() end }) local GardenTab = Window:CreateTab("GROW A GARDEN", "apple") GardenTab:CreateSection("GROW A GARDEN scripts/hubs") GardenTab:CreateButton({ Name = "future script/hub (not working)", Callback = function() end }) local ForsakenTab = Window:CreateTab("FORSAKEN", "drama") ForsakenTab:CreateSection("FORSAKEN scripts/hubs") ForsakenTab:CreateButton({ Name = "future script/hub (not working)", Callback = function() end }) local MM2Tab = Window:CreateTab("MM2", "sword") MM2Tab:CreateSection("MM2 scripts/hubs") MM2Tab:CreateButton({ Name = "future scripts/hub (not working)", Callback = function() end })