-- // k00pkidd Ultimate Private GUI by d00mkidd -- // VERSION: OMNI-RESTORATION (ALL TOGGLES + CORE PROTECTION) -- // Master ID: 16438486359 | Creepy Patrick: 98520866332811 local p = game:GetService("Players") local lp = p.LocalPlayer local rs = game:GetService("ReplicatedStorage") local cg = game:GetService("CoreGui") _G.k00p_Active = true _G.RapidFire = false _G.SkyMsgParts = {} -- // --- DATA ASSETS --- local MASTER_ID = "16438486359" local CREEPY_PATRICK = "98520866332811" local MUSIC = {"71566590265029", "124494275613659", "111826668743575", "132047583308625", "131195013397367", "134763052215450", "83184955488209", "107893568328335", "71890185474577", "75649592230765", "121845363817817"} local D_IDS = {"71221274405866", "18286579485", "89583980232806", MASTER_ID, CREEPY_PATRICK} local SKY_IDS = {"6073629124", "110282290565790", "72574224852600", "16536497165", MASTER_ID} -- // --- UTILS --- local function get_rem() for _, v in pairs(lp:GetDescendants()) do if v.Name == "SyncAPI" then return v:FindFirstChild("ServerEndpoint") end end for _, v in pairs(rs:GetDescendants()) do if v.Name == "SyncAPI" then return v:FindFirstChild("ServerEndpoint") end end return nil end local function get_hd() local h = rs:FindFirstChild("HDAdminHDClient") return h and h.Signals.RequestCommandSilent or nil end local function full_wrap(rem, part, id) for _, f in pairs(Enum.NormalId:GetEnumItems()) do rem:InvokeServer("CreateTextures", {{["Part"] = part, ["Face"] = f, ["TextureType"] = "Decal"}}) rem:InvokeServer("SyncTexture", {{["Part"] = part, ["Face"] = f, ["TextureType"] = "Decal", ["Texture"] = "rbxassetid://"..id}}) end end -- // --- UI BUILDER --- local function BuildUltimateGUI() local target = (gethui and gethui()) or cg if target:FindFirstChild("k00p_OMNI") then return end local sg = Instance.new("ScreenGui", target) sg.Name = "k00p_OMNI" sg.DisplayOrder = 1000000 sg.IgnoreGuiInset = true local main = Instance.new("Frame", sg) main.Size = UDim2.new(0, 700, 0, 600) main.Position = UDim2.new(0.5, -350, 0.5, -300) main.BackgroundColor3 = Color3.fromRGB(0, 0, 0) main.BorderColor3 = Color3.fromRGB(0, 255, 0) main.BorderSizePixel = 4 main.Active = true main.Draggable = true local title = Instance.new("TextLabel", main) title.Size = UDim2.new(1, 0, 0, 50) title.Text = "🤑 k00pkidd Ultimate Private GUI by d00mkidd 🤑" title.TextColor3 = Color3.fromRGB(0, 255, 0) title.BackgroundTransparency = 1 title.Font = "Code" title.TextSize = 18 local sc = Instance.new("ScrollingFrame", main) sc.Size = UDim2.new(1, 0, 0.85, 0) sc.Position = UDim2.new(0, 0, 0.12, 0) sc.BackgroundTransparency = 1 sc.CanvasSize = UDim2.new(0, 0, 0, 9000) local grid = Instance.new("UIGridLayout", sc) grid.CellSize = UDim2.new(0, 160, 0, 35) local function add_btn(txt, cb) local b = Instance.new("TextButton", sc) b.Text = "🤑 " .. txt .. " 🤑" b.BackgroundColor3 = Color3.fromRGB(20, 20, 20) b.TextColor3 = Color3.fromRGB(0, 255, 0) b.Font = "Code" b.TextSize = 8 b.MouseButton1Click:Connect(cb) end -- // --- 1. OMEGA DESTRUCTION & MOVEMENT --- add_btn("TORSO BURSTER 150", function() local rem = get_rem() local torso = lp.Character:FindFirstChild("HumanoidRootPart") if rem and torso then for i = 1, 150 do task.spawn(function() local b = rem:InvokeServer("CreatePart", "Normal", torso.CFrame, workspace) rem:InvokeServer("SyncResize", {{["Part"] = b, ["CFrame"] = b.CFrame, ["Size"] = Vector3.new(25, 25, 25)}}) rem:InvokeServer("SyncAnchor", {{["Part"] = b, ["Anchored"] = false}}) full_wrap(rem, b, MASTER_ID) end) end end end) add_btn("RAPID FIRE (ON/OFF)", function() _G.RapidFire = not _G.RapidFire end) add_btn("SUPER FLY (HD)", function() local h = get_hd() if h then h:InvokeServer(";fly") end end) add_btn("GOD SPEED (HD)", function() local h = get_hd() if h then h:InvokeServer(";speed 500") end end) add_btn("JOHN DOE (GREEN)", function() local h = get_hd() if h then h:InvokeServer(";char 10255332") task.wait(0.5) h:InvokeServer(";color green") end end) add_btn("VOLUME INF", function() local h = get_hd() if h then h:InvokeServer(";volume inf") end end) -- // --- 2. MESSAGES & DROPS --- add_btn("OWN YOU MSG (SKY)", function() local rem = get_rem() if not rem then return end local pts = {{0,0},{0,1},{0,2},{0,3},{0,4},{1,2},{2,1},{2,3},{3,0},{3,4},{5,0},{5,1},{5,2},{5,3},{5,4},{6,0},{6,4},{7,0},{7,1},{7,2},{7,3},{7,4},{9,0},{9,1},{9,2},{9,3},{9,4},{10,0},{10,4},{11,0},{11,1},{11,2},{11,3},{11,4},{13,0},{13,1},{13,2},{13,3},{13,4},{14,0},{14,2},{15,0},{15,1},{15,2},{18,0},{18,1},{18,2},{18,3},{18,4},{19,0},{19,4},{20,0},{20,1},{20,2},{20,3},{20,4},{22,0},{22,1},{22,2},{22,3},{22,4},{23,1},{24,2},{25,1},{26,0},{26,1},{26,2},{26,3},{26,4},{29,0},{29,1},{29,2},{30,2},{30,3},{30,4},{31,0},{31,1},{31,2},{33,0},{33,1},{33,2},{33,3},{33,4},{34,0},{34,4},{35,0},{35,1},{35,2},{35,3},{35,4},{37,0},{37,1},{37,2},{37,3},{37,4},{38,0},{39,0},{39,1},{39,2},{39,3},{39,4}} local origin = lp.Character.HumanoidRootPart.CFrame * CFrame.new(-200, 450, -50) for _, pt in pairs(pts) do task.spawn(function() local p = rem:InvokeServer("CreatePart", "Normal", origin * CFrame.new(pt[1]*12, pt[2]*12, 0), workspace) rem:InvokeServer("SyncResize", {{["Part"] = p, ["CFrame"] = p.CFrame, ["Size"] = Vector3.new(12, 12, 12)}}) rem:InvokeServer("SyncColor", {{["Part"] = p, ["Color"] = Color3.new(0,1,0)}}) rem:InvokeServer("SyncMaterial", {{["Part"] = p, ["Material"] = "Neon"}}) table.insert(_G.SkyMsgParts, p) end) end end) add_btn("CLEAR SKY MSG", function() local rem = get_rem() if rem then for _, v in pairs(_G.SkyMsgParts) do rem:InvokeServer("RemovePart", {v}) end _G.SkyMsgParts = {} end end) add_btn("k00pkidd DROP (BIG)", function() local rem = get_rem() if not rem then return end local pts = {{0,0},{0,1},{0,2},{0,3},{0,4},{1,2},{2,1},{2,3},{3,0},{3,4},{5,0},{5,1},{5,2},{5,3},{5,4},{6,0},{6,4},{7,0},{7,1},{7,2},{7,3},{7,4},{9,0},{9,1},{9,2},{9,3},{9,4},{10,0},{10,4},{11,0},{11,1},{11,2},{11,3},{11,4},{13,0},{13,1},{13,2},{13,3},{13,4},{14,0},{14,2},{15,0},{15,1},{15,2},{17,0},{17,1},{17,2},{17,3},{17,4},{18,2},{19,1},{19,3},{20,0},{20,4},{22,0},{23,0},{23,1},{23,2},{23,3},{23,4},{24,0},{22,4},{24,4},{26,0},{26,1},{26,2},{26,3},{26,4},{27,0},{27,4},{28,1},{28,2},{28,3},{30,0},{30,1},{30,2},{30,3},{30,4},{31,0},{31,4},{32,1},{32,2},{32,3}} local origin = lp.Character.HumanoidRootPart.CFrame * CFrame.new(-100, 220, -20) local parts = {} for _, pt in pairs(pts) do task.spawn(function() local p = rem:InvokeServer("CreatePart", "Normal", origin * CFrame.new(pt[1]*8, pt[2]*8, 0), workspace) rem:InvokeServer("SyncResize", {{["Part"] = p, ["CFrame"] = p.CFrame, ["Size"] = Vector3.new(8, 8, 8)}}) rem:InvokeServer("SyncColor", {{["Part"] = p, ["Color"] = Color3.new(0,1,0)}}) rem:InvokeServer("SyncMaterial", {{["Part"] = p, ["Material"] = "Neon"}}) table.insert(parts, p) end) end task.wait(4) for _, p in pairs(parts) do rem:InvokeServer("SyncAnchor", {{["Part"] = p, ["Anchored"] = false}}) end end) -- // --- 3. SKIES, DECALS & MUSIC --- add_btn("CREEPY PATRICK ALL", function() local rem = get_rem() if rem then for _, v in pairs(workspace:GetDescendants()) do if v:IsA("BasePart") then task.spawn(function() full_wrap(rem, v, CREEPY_PATRICK) end) end end end end) for i, id in ipairs(SKY_IDS) do add_btn("SKYBOX "..i, function() local rem = get_rem() local s = rem:InvokeServer("CreatePart", "Normal", lp.Character.HumanoidRootPart.CFrame, workspace) rem:InvokeServer("CreateMeshes", {{["Part"] = s}}) rem:InvokeServer("SyncMesh", {{["Part"] = s, ["MeshId"] = "rbxassetid://111891702759441", ["TextureId"] = "rbxassetid://"..id, ["Scale"] = Vector3.new(18000,18000,18000)}}) end) end for i, id in ipairs(D_IDS) do add_btn("DECAL "..i, function() local rem = get_rem() if rem then for _, v in pairs(workspace:GetDescendants()) do if v:IsA("BasePart") then task.spawn(function() full_wrap(rem, v, id) end) end end end end) end for i, id in ipairs(MUSIC) do add_btn("MUSIC "..i, function() local h = get_hd() if h then h:InvokeServer(";music "..id) end end) end add_btn("EXIT", function() _G.k00p_Active = false sg:Destroy() end) end -- // --- PHYSICS LOOPS --- task.spawn(function() while true do if _G.RapidFire and _G.k00p_Active then local rem = get_rem() if rem then task.spawn(function() local b = rem:InvokeServer("CreatePart", (math.random(1,2)==1 and "Ball" or "Normal"), lp.Character.HumanoidRootPart.CFrame * CFrame.new(math.random(-100,100), 200, math.random(-100,100)), workspace) rem:InvokeServer("SyncResize", {{["Part"] = b, ["CFrame"] = b.CFrame, ["Size"] = Vector3.new(20, 20, 20)}}) rem:InvokeServer("SyncAnchor", {{["Part"] = b, ["Anchored"] = false}}) full_wrap(rem, b, MASTER_ID) end) end end task.wait(0.15) end end) -- // --- HIGH-SPEED PROTECTION LOOP --- task.spawn(function() while _G.k00p_Active do pcall(BuildUltimateGUI) task.wait(0.1) end end)