local player = game.Players.LocalPlayer local screenGui = Instance.new("ScreenGui") screenGui.Name = "z238z_f3x" screenGui.ResetOnSpawn = false screenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling screenGui.Parent = player:WaitForChild("PlayerGui") local mainFrame = Instance.new("Frame") mainFrame.Size = UDim2.new(0, 400, 0, 538) mainFrame.Position = UDim2.new(0.5, -200, 0.5, -269) mainFrame.BackgroundColor3 = Color3.fromRGB(15, 0, 0) mainFrame.BorderSizePixel = 0 mainFrame.Parent = screenGui local fc = Instance.new("UICorner") fc.CornerRadius = UDim.new(0, 10) fc.Parent = mainFrame local fg = Instance.new("UIGradient") fg.Color = ColorSequence.new{ColorSequenceKeypoint.new(0, Color3.fromRGB(40, 0, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(120, 0, 0))} fg.Parent = mainFrame Instance.new("UIDragDetector", mainFrame) local title = Instance.new("TextLabel") title.Size = UDim2.new(1, 0, 0, 50) title.BackgroundTransparency = 1 title.Text = "" title.TextColor3 = Color3.fromRGB(255, 0, 0) title.TextScaled = true title.Font = Enum.Font.GothamBlack title.Parent = mainFrame local function makeBtn(name, text, pos, size) local btn = Instance.new("TextButton") btn.Name = name btn.Text = text btn.Size = size btn.Position = pos btn.BackgroundColor3 = Color3.new(1,1,1) btn.BorderSizePixel = 0 btn.TextColor3 = Color3.new(0,0,0) btn.TextScaled = true btn.Font = Enum.Font.GothamBold btn.Parent = mainFrame local c = Instance.new("UICorner") c.CornerRadius = UDim.new(0, 10) c.Parent = White local g = Instance.new("UIGradient") g.Color = ColorSequence.new{ ColorSequenceKeypoint.new(0, Color3.fromRGB(80, 0, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(200, 0, 0)) } g.Parent = White return btn end local btnHint = makeBtn("title", "title", UDim2.new(0, 274, 0, 220), UDim2.new(0, 94, 0, 52)) local btnSky2 = makeBtn("Sky2", "skybox 2", UDim2.new(0, 270, 0, 362), UDim2.new(0, 104, 0, 62)) local btnSlap = makeBtn("realm", "realm z238z 😔", UDim2.new(0, 26, 0, 366), UDim2.new(0, 94, 0, 54)) local btnDisco = makeBtn("Disco", "fog disco", UDim2.new(0, 276, 0, 82), UDim2.new(0, 90, 0, 46)) local btnBtools = makeBtn("Btools", "Btools", UDim2.new(0, 34, 0, 146), UDim2.new(0, 88, 0, 46)) local btnSky3 = makeBtn("Sky3", "skybox 3", UDim2.new(0, 30, 0, 446), UDim2.new(0, 92, 0, 70)) local btnUndisco = makeBtn("Undisco", "unmusic", UDim2.new(0, 276, 0, 152), UDim2.new(0, 92, 0, 46)) local btnMeep = makeBtn("JONH", "JONH DOE", UDim2.new(0, 30, 0, 288), UDim2.new(0, 88, 0, 54)) local btnSky5 = makeBtn("Sky5", "skybox 5", UDim2.new(0, 146, 0, 442), UDim2.new(0, 112, 0, 72)) local btnSky4 = makeBtn("Sky4", "skybox 4", UDim2.new(0, 268, 0, 440), UDim2.new(0, 108, 0, 74)) local btnZ00 = makeBtn("LNicky", "LNicky GUI f3x", UDim2.new(0, 146, 0, 288), UDim2.new(0, 102, 0, 52)) local btnMsg = makeBtn("Msg", "message", UDim2.new(0, 270, 0, 288), UDim2.new(0, 98, 0, 52)) local btnDecal = makeBtn("Decal", "decal", UDim2.new(0, 146, 0, 82), UDim2.new(0, 98, 0, 44)) local btnAvatar = makeBtn("char", "char all", UDim2.new(0, 148, 0, 222), UDim2.new(0, 98, 0, 50)) local btnR6 = makeBtn("R6", "R6", UDim2.new(0, 30, 0, 78), UDim2.new(0, 88, 0, 46)) local btnMsg2 = makeBtn("Msg2", "theme 2", UDim2.new(0, 146, 0, 364), UDim2.new(0, 108, 0, 58)) local btnSky1 = makeBtn("Sky1", "skybox", UDim2.new(0, 30, 0, 220), UDim2.new(0, 90, 0, 54)) local btnTheme = makeBtn("Theme", "theme", UDim2.new(0, 150, 0, 150), UDim2.new(0, 94, 0, 44)) local function getSyncTool() local tool for _, v in pairs(player:GetDescendants()) do if v.Name == "SyncAPI" then tool = v.Parent break end end if not tool then for _, v in pairs(game.ReplicatedStorage:GetDescendants()) do if v.Name == "SyncAPI" then tool = v.Parent break end end end return tool end local function runSync(args) local tool = getSyncTool() if tool and tool.SyncAPI and tool.SyncAPI.ServerEndpoint then tool.SyncAPI.ServerEndpoint:InvokeServer(unpack(args)) end end local function Sky(id) local char = player.Character or player.CharacterAdded:Wait() local root = char:FindFirstChild("HumanoidRootPart") if not root then return end local cf = root.CFrame local pos = CFrame.new(math.floor(cf.X), math.floor(cf.Y), math.floor(cf.Z)) + Vector3.new(0,6,0) runSync({"CreatePart", "Normal", pos, workspace}) task.wait(0) for _, v in pairs(workspace:GetDescendants()) do if v:IsA("BasePart") and math.abs(v.Position.X - pos.X) < 10 and math.abs(v.Position.Z - pos.Z) < 10 then runSync({"SetName", {v}, "Skybox"}) runSync({"CreateMeshes", {{["Part"] = v}}}) runSync({"SyncMesh", {{["Part"] = v, ["MeshId"] = "rbxassetid://111891702759441"}}}) runSync({"SyncMesh", {{["Part"] = v, ["TextureId"] = "rbxassetid://"..id}}}) runSync({"SyncMesh", {{["Part"] = v, ["Scale"] = Vector3.new(7200,7200,7200)}}}) runSync({"SetLocked", {v}, true}) end end if game.Lighting:FindFirstChild("Sky") then game.Lighting.Sky:Destroy() end end local function DecalSpam(id) for _, v in pairs(workspace:GetDescendants()) do if v:IsA("BasePart") then task.spawn(function() runSync({"SetLocked", {v}, false}) for _, face in pairs(Enum.NormalId:GetEnumItems()) do runSync({"CreateTextures", {{["Part"] = v, ["Face"] = face, ["TextureType"] = "Decal"}}}) runSync({"SyncTexture", {{["Part"] = v, ["Face"] = face, ["TextureType"] = "Decal", ["Texture"] = "rbxassetid://"..id}}}) end end) end end end local function hdCommand(cmdStr) local rs = game:GetService("ReplicatedStorage") if rs:FindFirstChild("HDAdminHDClient") and rs.HDAdminHDClient.Signals:FindFirstChild("RequestCommandSilent") then rs.HDAdminHDClient.Signals.RequestCommandSilent:InvokeServer(cmdStr) end end btnHint.MouseButton1Click:Connect(function() hdCommand(";title me z238z") end) btnSky1.MouseButton1Click:Connect(function() Sky("123149585508128") end) btnSky2.MouseButton1Click:Connect(function() Sky("90212103944401") end) btnSky3.MouseButton1Click:Connect(function() Sky("135542882582422") end) btnSky4.MouseButton1Click:Connect(function() Sky("124668096806568") end) btnSky5.MouseButton1Click:Connect(function() Sky("136862573295569") end) btnSlap.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-realm-F3x-z238z-89304"))() end) btnMeep.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-John-Doe-F3X-Script-86500"))() end) btnZ00.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-LNicky-Ultimate-F3X-Gui-42094"))() end) btnDisco.MouseButton1Click:Connect(function() hdCommand(";fog ;disco") end) btnUndisco.MouseButton1Click:Connect(function() hdCommand(";unmusic") end) btnBtools.MouseButton1Click:Connect(function() hdCommand(";btools") end) btnDecal.MouseButton1Click:Connect(function() DecalSpam("135542882582422") end) btnAvatar.MouseButton1Click:Connect(function() hdCommand(";"); hdCommand(";Char all z238z") end) btnR6.MouseButton1Click:Connect(function() hdCommand(";r6") end) btnMsg.MouseButton1Click:Connect(function() hdCommand(";serverMessage team z238z join today! LOL") end) btnMsg2.MouseButton1Click:Connect(function() hdCommand(";music 122047801154955 ;volume inf") end) btnTheme.MouseButton1Click:Connect(function() hdCommand(";music 128186476216166"); hdCommand(";volume Inf") end)