-- Keyless Brookhaven Script Hub - Rayfield UI local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "Brookhaven Keyless Hub", LoadingTitle = "Brookhaven Scripts", LoadingSubtitle = "All Keyless - 2026", ConfigurationSaving = {Enabled = false}, KeySystem = false }) local MainTab = Window:CreateTab("Main Hubs", 4483362458) MainTab:CreateSection("Popular Keyless Hubs") MainTab:CreateButton({ Name = "SP Hub (Troll, Unlock, Kill, Bring)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/as6cd0/SP_Hub/refs/heads/main/Brookhaven"))() end }) MainTab:CreateButton({ Name = "REDz Hub (Premium Unlock + More)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/REDzHUB/main/REDzHUB"))() end }) MainTab:CreateButton({ Name = "MoonUI / Chaos Scripts", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/IlikeyocutgHAH/MoonUI-v13-102-SCRIPTS/main/MoonUI%20v13!"))() end }) MainTab:CreateButton({ Name = "Nytherune Hub (Chaos + Trolls)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/wx-sources/spacecomm/refs/heads/main/nytheruneplus"))() end }) MainTab:CreateButton({ Name = "Glazed Hub", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Gazer-Ha/Gaze-stuff/refs/heads/main/Brookhaven'))() end }) local PastebinTab = Window:CreateTab("Pastebin Scripts", 4483362458) PastebinTab:CreateSection("Direct Pastebin Loads") PastebinTab:CreateButton({ Name = "Brookhaven RP Pastebin #1", Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/LCmR8qkj"))() end }) PastebinTab:CreateButton({ Name = "OP Reveal / Player Reveal", Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/xAhueyVg"))() end }) PastebinTab:CreateButton({ Name = "Zynora Hub (Troll + Avatar)", Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/PwyJLxeJ"))() end }) PastebinTab:CreateButton({ Name = "Speed / Jump / Teleport Script", Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/E2rnJA1p"))() end }) Rayfield:LoadConfiguration()