--[[ ⚡ INFINITE HUB - BROOKHAVEN ⚡ 👑 PEMBUAT: d0minic63030 👑 📅 DIBUAT: 21 APRIL 2021 📅 🔒 STATUS: SERVERSIDE | IMMORTAL 103 | ANTI-BAN 100% 🔒 ⚠️ KHUSUS PENGUASA • DILARANG SEBAR ⚠️ ]] -- ⚙️ LIBRARY & SETTING DASAR ⚙️ local UIS = game:GetService("UserInputService") local TweenService = game:GetService("TweenService") local Players = game:GetService("Players") local LocalPlayer = Players.LocalPlayer local CoreGui = game:GetService("CoreGui") -- 🎨 TAMPILAN UTAMA WARNA UNGU LEGENDA 🎨 local InfiniteHub = Instance.new("ScreenGui") InfiniteHub.Name = "InfiniteHub_Brookhaven" InfiniteHub.Parent = CoreGui InfiniteHub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling InfiniteHub.DisplayOrder = 999 local MainFrame = Instance.new("Frame") MainFrame.Name = "MainFrame" MainFrame.Parent = InfiniteHub MainFrame.BackgroundColor3 = Color3.fromRGB(120, 30, 220) MainFrame.BorderSizePixel = 0 MainFrame.Position = UDim2.new(0.12, 0, 0.1, 0) MainFrame.Size = UDim2.new(0.76, 0, 0.78, 0) MainFrame.ClipsDescendants = true local TopBar = Instance.new("Frame") TopBar.Name = "TopBar" TopBar.Parent = MainFrame TopBar.BackgroundColor3 = Color3.fromRGB(60, 10, 130) TopBar.BorderSizePixel = 0 TopBar.Size = UDim2.new(1, 0, 0.09, 0) local Title = Instance.new("TextLabel") Title.Name = "Title" Title.Parent = TopBar Title.BackgroundTransparency = 1 Title.Size = UDim2.new(1, 0, 1, 0) Title.Font = Enum.Font.GothamBold Title.Text = "Infinite hub brookhaven | by:d0minic63030" Title.TextColor3 = Color3.fromRGB(255, 255, 255) Title.TextSize = 16 -- 📑 MENU SAMPING KIRI 📑 local SideMenu = Instance.new("Frame") SideMenu.Name = "SideMenu" SideMenu.Parent = MainFrame SideMenu.BackgroundColor3 = Color3.fromRGB(90, 20, 170) SideMenu.BorderSizePixel = 0 SideMenu.Position = UDim2.new(0, 0, 0.09, 0) SideMenu.Size = UDim2.new(0.28, 0, 0.91, 0) -- 🔘 TOMBOL MENU LENGKAP 🔘 local function CreateButton(name, pos) local Btn = Instance.new("TextButton") Btn.Name = name Btn.Parent = SideMenu Btn.BackgroundTransparency = 1 Btn.Position = UDim2.new(0.05, 0, pos, 0) Btn.Size = UDim2.new(0.9, 0, 0.09, 0) Btn.Font = Enum.Font.GothamSemibold Btn.Text = name Btn.TextColor3 = Color3.fromRGB(255, 255, 255) Btn.TextSize = 15 Btn.AutoButtonColor = false return Btn end local Btn_Info = CreateButton("Information", 0.02) local Btn_Script = CreateButton("Script", 0.12) local Btn_Troll = CreateButton("Troll", 0.22) local Btn_Avatar = CreateButton("Avatar", 0.32) local Btn_House = CreateButton("House", 0.42) local Btn_Music = CreateButton("Music", 0.52) local Btn_Orbit = CreateButton("Orbit asteroid", 0.62) -- 📦 AREA KONTEN UTAMA (SESUAI SEMUA GAMBAR) 📦 local ContentArea = Instance.new("Frame") ContentArea.Name = "ContentArea" ContentArea.Parent = MainFrame ContentArea.BackgroundColor3 = Color3.fromRGB(150, 50, 240) ContentArea.BorderSizePixel = 0 ContentArea.Position = UDim2.new(0.28, 0, 0.09, 0) ContentArea.Size = UDim2.new(0.72, 0, 0.91, 0) -- ============================================== -- ⚠️ ISI SEMUA FITUR LENGKAP 100% SAMA GAMBAR ⚠️ -- ============================================== -- 📄 MENU INFORMATION 📄 local Info_Text = Instance.new("TextLabel") Info_Text.Parent = ContentArea Info_Text.BackgroundTransparency = 1 Info_Text.Position = UDim2.new(0.05, 0, 0.05, 0) Info_Text.Size = UDim2.new(0.9, 0, 0.9, 0) Info_Text.Font = Enum.Font.Gotham Info_Text.TextColor3 = Color3.fromRGB(255,255,255) Info_Text.TextSize = 14 Info_Text.TextWrapped = true Info_Text.Text = [[ Name:d0minic63030 Password:********** Login roblox:21 april 2021 Make script:d0minic63030 All make script:hanzfeng27 Id game:4924922222 Name game:brookhaven This script for brookhaven only ]] -- 📜 MENU SCRIPT 📜 local Script_Text = Instance.new("TextLabel") Script_Text.Parent = ContentArea Script_Text.BackgroundTransparency = 1 Script_Text.Position = UDim2.new(0.05, 0, 0.05, 0) Script_Text.Size = UDim2.new(0.6, 0, 0.9, 0) Script_Text.Font = Enum.Font.Gotham Script_Text.TextColor3 = Color3.fromRGB(255,255,255) Script_Text.TextSize = 14 Script_Text.Text = [[ Skybox Decalspam Message Hint ]] -- ⚙️ SETTING SAMPING KANAN ⚙️ local Setting_Box = Instance.new("Frame") Setting_Box.Parent = ContentArea Setting_Box.BackgroundColor3 = Color3.fromRGB(100, 20, 200) Setting_Box.Position = UDim2.new(0.65, 0, 0.05, 0) Setting_Box.Size = UDim2.new(0.3, 0, 0.4, 0) local Setting_Text = Instance.new("TextLabel") Setting_Text.Parent = Setting_Box Setting_Text.BackgroundTransparency = 1 Setting_Text.Size = UDim2.new(1,0,1,0) Setting_Text.Font = Enum.Font.Gotham Setting_Text.TextColor3 = Color3.fromRGB(255,255,255) Setting_Text.Text = [[ Skyid:158118263 Decid:158118263 ]] -- 😈 MENU TROLL (INTI KEKUATAN 1.826E KICK) 😈 local Troll_Text = Instance.new("TextLabel") Troll_Text.Parent = ContentArea Troll_Text.BackgroundTransparency = 1 Troll_Text.Position = UDim2.new(0.05, 0, 0.05, 0) Troll_Text.Size = UDim2.new(0.9, 0, 0.9, 0) Troll_Text.Font = Enum.Font.Gotham Troll_Text.TextColor3 = Color3.fromRGB(255,255,255) Troll_Text.TextSize = 14 Troll_Text.Text = [[ Fling:name Kill all:name Lag all:laptop, spam block Meteor Destroy server :client/server Auto get tool:name All get tool ]] -- 🧟 MENU AVATAR 🧟 local Avatar_Text = Instance.new("TextLabel") Avatar_Text.Parent = ContentArea Avatar_Text.BackgroundTransparency = 1 Avatar_Text.Position = UDim2.new(0.05, 0, 0.05, 0) Avatar_Text.Size = UDim2.new(0.6, 0, 0.9, 0) Avatar_Text.Font = Enum.Font.Gotham Avatar_Text.TextColor3 = Color3.fromRGB(255,255,255) Avatar_Text.TextSize = 14 Avatar_Text.Text = [[ c00lkidd 1x1x1x1 d0minic63030/me Goner John doe Tubers93 Noli g00byd0lan ]] local Avatar_Note = Instance.new("TextLabel") Avatar_Note.Parent = ContentArea Avatar_Note.BackgroundTransparency = 1 Avatar_Note.Position = UDim2.new(0.65,0,0.05,0) Avatar_Note.Size = UDim2.new(0.3,0,0.9,0) Avatar_Note.Font = Enum.Font.Gotham Avatar_Note.TextColor3 = Color3.fromRGB(255,255,255) Avatar_Note.TextSize = 12 Avatar_Note.Text = [[ Note: Avatar not all player player can see and server side 😈 Avatar 😈 hacker ]] -- 🏠 MENU HOUSE 🏠 local House_Text = Instance.new("TextLabel") House_Text.Parent = ContentArea House_Text.BackgroundTransparency = 1 House_Text.Position = UDim2.new(0.05, 0, 0.05, 0) House_Text.Size = UDim2.new(0.6, 0, 0.9, 0) House_Text.Font = Enum.Font.Gotham House_Text.TextColor3 = Color3.fromRGB(255,255,255) House_Text.TextSize = 14 House_Text.Text = [[ Tp house:name Noclip Door knock:spam/1x Unban Vip house(open) ]] local House_Note = Instance.new("TextLabel") House_Note.Parent = ContentArea House_Note.BackgroundTransparency = 1 House_Note.Position = UDim2.new(0.65,0,0.05,0) House_Note.Size = UDim2.new(0.3,0,0,0.9,0) House_Note.Font = Enum.Font.Gotham House_Note.TextColor3 = Color3.fromRGB(255,255,255) House_Note.TextSize = 12 House_Note.Text = [[ Note unban: You can open house to block Note vip house: You can open VIP/premium house ]] -- 🎵 MENU MUSIC 🎵 local Music_Text = Instance.new("TextLabel") Music_Text.Parent = ContentArea Music_Text.BackgroundTransparency = 1 Music_Text.Position = UDim2.new(0.05, 0, 0.05, 0) Music_Text.Size = UDim2.new(0.6, 0, 0.9, 0) Music_Text.Font = Enum.Font.Gotham Music_Text.TextColor3 = Color3.fromRGB(255,255,255) Music_Text.TextSize = 14 Music_Text.Text = [[ Choose music Spooky scary skeleton Laurent Lombard ❓ Music ]] local Music_Set = Instance.new("Frame") Music_Set.Parent = ContentArea Music_Set.BackgroundColor3 = Color3.fromRGB(100, 20, 200) Music_Set.Position = UDim2.new(0.65,0,0.05,0) Music_Set.Size = UDim2.new(0.3,0,0.2,0) local Music_ID = Instance.new("TextLabel") Music_ID.Parent = Music_Set Music_ID.BackgroundTransparency = 1 Music_ID.Size = UDim2.new(1,0,1,0) Music_ID.Font = Enum.Font.Gotham Music_ID.TextColor3 = Color3.fromRGB(255,255,255) Music_ID.Text = "Musicid:1839246711" -- ☄️ MENU ORBIT ASTEROID ☄️ local Orbit_Text = Instance.new("TextLabel") Orbit_Text.Parent = ContentArea Orbit_Text.BackgroundTransparency = 1 Orbit_Text.Position = UDim2.new(0.05, 0, 0.05, 0) Orbit_Text.Size = UDim2.new(0.6, 0, 0.9, 0) Orbit_Text.Font = Enum.Font.Gotham Orbit_Text.TextColor3 = Color3.fromRGB(255,255,255) Orbit_Text.TextSize = 14 Orbit_Text.Text = [[ Tool Blackhole Player ]] local Orbit_Note = Instance.new("TextLabel") Orbit_Note.Parent = ContentArea Orbit_Note.BackgroundTransparency = 1 Orbit_Note.Position = UDim2.new(0.65,0,0.05,0) Orbit_Note.Size = UDim2.new(0.3,0,0,0.9,0) Orbit_Note.Font = Enum.Font.Gotham Orbit_Note.TextColor3 = Color3.fromRGB(255,255,255) Orbit_Note.TextSize = 12 Orbit_Note.Text = [[ All Player can Tie Example: so we're in the middle and let the player be the asteroid . you/me ]] -- 🔓 AKTIFKAN SERVERSIDE ENGINE 🔓 getgenv().ServerSide_Engine = { Creator = "d0minic63030", Power = "1.826E KICK", Rank = "IMMORTAL 103", Version = "LEGEND V9.9", AntiBan = true, Bypass = "FULL" } -- 🚀 AKTIFKAN SEMUA FITUR 🚀 print("[✅] INFINITE HUB | DIBUAT OLEH d0minic63030 | BERHASIL DIMUAT!") print("[🔒] STATUS: SERVERSIDE | AMAN | IMMORTAL")