task.wait(1,5) local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))() local Window = Library.CreateLib("Xanax Hub Private", "Midnight") local Tab1 = Window:NewTab("Main") local Tab1Section = Tab1:NewSection("Main Hub") local Tab2 = Window:NewTab("Important Info") local Tab2Section = Tab2:NewSection("Info Hub") Tab2:NewSection("Script in Xanax Hub Only works for Arceus x 2.0.1.0") Tab2:NewSection("Script in Xanax Hub Not working for Arceus x beta 2.1") Tab2:NewSection("Some Scripts in Xanax Hub working for Arceus x beta 2.1") local Tab3 = Window:NewTab("Credit to Jefri") local Tab3Section = Tab3:NewSection("This Script Made By Jefri") local Tab4 = Window:NewTab("Credits Info") Tab4:NewSection("Vape V4 Credits to 7GrandDad") Tab4:NewSection("Keyboard Script Credits to Warrior Robbert") Tab4:NewSection("Softbed Script Credits to YZHacker") Tab4:NewSection("Nightbed Script Credits to NTD") Tab4:NewSection("Sytronight Credits to Vamp") local Tab5 = Window:NewTab("Player Hub") local Tab5Section = Tab5:NewSection("Player Hub") local Tab6 = Window:NewTab("Keybind Hub") local Tab6Section = Tab6:NewSection("Keybind Hub") Tab6Section:NewKeybind("Keybind:F", "Keybind Is F", Enum.KeyCode.F, function() Library:ToggleUI() end) local Tab7 = Window:NewTab("World") Tab5Section:NewButton("Inf Jumps", "Enables Inf Jumps", function() local InfiniteJumpEnabled = true game:GetService("UserInputService").JumpRequest:connect(function() if InfiniteJumpEnabled then game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping") end end) end) Tab5Section:NewToggle("Fov", "Changes Fov", function(state) if state then game.Workspace.CurrentCamera.FieldOfView = 120 else game.Workspace.CurrentCamera.FieldOfView = 80 end end) Tab5Section:NewKeybind("Toggle Fly (Sometime you get Anti-Cheat)", "Toggle Fly Has Been Enabled", Enum.KeyCode.K, function() local sound = Instance.new("Sound") sound.SoundId = "rbxassetid://1852347417" sound.Parent = game:GetService("SoundService") sound:Play() wait() if state then game.StarterGui:SetCore("SendNotification", { Title = "Gravity"; Text = "Set Gravity"; -- what the text says (ofc) Duration = 60; }) game.Workspace.Gravity = 0.000000000000000001 else game.StarterGui:SetCore("SendNotification", { Title = "Gravity"; Text = "Stop Set Gravity"; -- what the text says (ofc) Duration = 60; }) game.Workspace.Gravity = 200 end end) Tab1Section:NewButton("Vape V4,idk Patched Or No", "Main Script", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua", true))() end) Tab1Section:NewButton("Keyboard Script", "Main Script", function() loadstring(game:HttpGet("https://pastebin.com/raw/BQNcKLCL",true))() end) Tab1Section:NewButton("Softbed", "Main Script", function() print("You just activate") loadstring(game:HttpGet("https://pastebin.com/raw/ELCkygpv",true))() end) Tab1Section:NewButton("Nightbed", "Main Script", function() print("You just activate") loadstring(game:HttpGet("https://raw.githubusercontent.com/NTDCore/Nightbed.bed/main/NightbedBeta/Nightbed.lua", true))() end) Tab1Section:NewButton("JN HH Gaming Hub V5", "Main Script", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/JNHHGaming123/JNHHGaming123/main/JN%20HH%20Gaming%20Bedwars%20V5",true))() end) Tab1Section:NewButton("MoonLight", "Main Script", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/NTDCore/MoonLight/main/MoonlightScript.lua", true))() end) Tab1Section:NewButton("Sytronight,Only Intro", "local script", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/7GrandLittleBrother/SytroNight4ROBLOX/main/sytro/Intro/Max.lua", true))() end)