-- Gui to Lua -- Version: 3.2 -- Instances: local OmegaZ = Instance.new("ScreenGui") local UI = Instance.new("ImageLabel") local HomePage = Instance.new("Frame") local HomePage_2 = Instance.new("ImageLabel") local ScriptSearcherPage = Instance.new("Frame") local ScriptSearcherPage_2 = Instance.new("ImageLabel") local ScriptHubPage = Instance.new("Frame") local ScriptHubPage_2 = Instance.new("ImageLabel") local ExecutorPage = Instance.new("Frame") local ExecutorPage_2 = Instance.new("ImageLabel") local Home = Instance.new("ImageButton") local ScriptSearcher = Instance.new("ImageButton") local ScriptHub = Instance.new("ImageButton") local Executor = Instance.new("ImageButton") local AboutUs = Instance.new("ImageButton") local AboutUsPage = Instance.new("Frame") local AboutUsPage_2 = Instance.new("ImageLabel") --Properties: OmegaZ.Name = "OmegaZ" OmegaZ.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") OmegaZ.ZIndexBehavior = Enum.ZIndexBehavior.Sibling UI.Name = "UI" UI.Parent = OmegaZ UI.BackgroundColor3 = Color3.fromRGB(255, 255, 255) UI.BackgroundTransparency = 1.000 UI.BorderColor3 = Color3.fromRGB(0, 0, 0) UI.BorderSizePixel = 0 UI.Position = UDim2.new(0.250649363, 0, 0.11133603, 0) UI.Size = UDim2.new(0, 384, 0, 384) UI.Image = "rbxassetid://16493582833" HomePage.Name = "HomePage" HomePage.Parent = OmegaZ HomePage.BackgroundColor3 = Color3.fromRGB(255, 255, 255) HomePage.BackgroundTransparency = 1.000 HomePage.BorderColor3 = Color3.fromRGB(0, 0, 0) HomePage.BorderSizePixel = 0 HomePage.Position = UDim2.new(0.357142866, 0, 0.344129562, 0) HomePage.Size = UDim2.new(0, 258, 0, 171) HomePage_2.Name = "HomePage" HomePage_2.Parent = HomePage HomePage_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) HomePage_2.BackgroundTransparency = 1.000 HomePage_2.BorderColor3 = Color3.fromRGB(0, 0, 0) HomePage_2.BorderSizePixel = 0 HomePage_2.Position = UDim2.new(-0.280257821, 0, -0.53801167, 0) HomePage_2.Size = UDim2.new(0, 337, 0, 337) HomePage_2.Image = "rbxassetid://16493866184" ScriptSearcherPage.Name = "ScriptSearcherPage" ScriptSearcherPage.Parent = OmegaZ ScriptSearcherPage.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ScriptSearcherPage.BackgroundTransparency = 1.000 ScriptSearcherPage.BorderColor3 = Color3.fromRGB(0, 0, 0) ScriptSearcherPage.BorderSizePixel = 0 ScriptSearcherPage.Position = UDim2.new(0.357142866, 0, 0.344129562, 0) ScriptSearcherPage.Size = UDim2.new(0, 258, 0, 171) ScriptSearcherPage.Visible = false ScriptSearcherPage_2.Name = "ScriptSearcherPage" ScriptSearcherPage_2.Parent = ScriptSearcherPage ScriptSearcherPage_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ScriptSearcherPage_2.BackgroundTransparency = 1.000 ScriptSearcherPage_2.BorderColor3 = Color3.fromRGB(0, 0, 0) ScriptSearcherPage_2.BorderSizePixel = 0 ScriptSearcherPage_2.Position = UDim2.new(-0.280000001, 0, -0.537999988, 0) ScriptSearcherPage_2.Size = UDim2.new(0, 337, 0, 337) ScriptHubPage.Name = "ScriptHubPage" ScriptHubPage.Parent = OmegaZ ScriptHubPage.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ScriptHubPage.BackgroundTransparency = 1.000 ScriptHubPage.BorderColor3 = Color3.fromRGB(0, 0, 0) ScriptHubPage.BorderSizePixel = 0 ScriptHubPage.Position = UDim2.new(0.357142866, 0, 0.344129562, 0) ScriptHubPage.Size = UDim2.new(0, 258, 0, 171) ScriptHubPage.Visible = false ScriptHubPage_2.Name = "ScriptHubPage" ScriptHubPage_2.Parent = ScriptHubPage ScriptHubPage_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ScriptHubPage_2.BackgroundTransparency = 1.000 ScriptHubPage_2.BorderColor3 = Color3.fromRGB(0, 0, 0) ScriptHubPage_2.BorderSizePixel = 0 ScriptHubPage_2.Position = UDim2.new(-0.280000001, 0, -0.537999988, 0) ScriptHubPage_2.Size = UDim2.new(0, 337, 0, 337) ExecutorPage.Name = "ExecutorPage" ExecutorPage.Parent = OmegaZ ExecutorPage.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ExecutorPage.BackgroundTransparency = 1.000 ExecutorPage.BorderColor3 = Color3.fromRGB(0, 0, 0) ExecutorPage.BorderSizePixel = 0 ExecutorPage.Position = UDim2.new(0.357142866, 0, 0.344129562, 0) ExecutorPage.Size = UDim2.new(0, 258, 0, 171) ExecutorPage.Visible = false ExecutorPage_2.Name = "ExecutorPage" ExecutorPage_2.Parent = ExecutorPage ExecutorPage_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ExecutorPage_2.BackgroundTransparency = 1.000 ExecutorPage_2.BorderColor3 = Color3.fromRGB(0, 0, 0) ExecutorPage_2.BorderSizePixel = 0 ExecutorPage_2.Position = UDim2.new(-0.197674423, 0, -0.602327585, 0) ExecutorPage_2.Size = UDim2.new(0, 356, 0, 356) ExecutorPage_2.Image = "rbxassetid://16467854051" Home.Name = "Home" Home.Parent = OmegaZ Home.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Home.BackgroundTransparency = 1.000 Home.BorderColor3 = Color3.fromRGB(0, 0, 0) Home.BorderSizePixel = 0 Home.Position = UDim2.new(0.290909082, 0, 0.342105269, 0) Home.Size = UDim2.new(0, 42, 0, 42) Home.Image = "rbxassetid://16466788149" ScriptSearcher.Name = "ScriptSearcher" ScriptSearcher.Parent = OmegaZ ScriptSearcher.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ScriptSearcher.BackgroundTransparency = 1.000 ScriptSearcher.BorderColor3 = Color3.fromRGB(0, 0, 0) ScriptSearcher.BorderSizePixel = 0 ScriptSearcher.Position = UDim2.new(0.290909082, 0, 0.41093117, 0) ScriptSearcher.Size = UDim2.new(0, 42, 0, 42) ScriptSearcher.Image = "rbxassetid://16466851828" ScriptHub.Name = "ScriptHub" ScriptHub.Parent = OmegaZ ScriptHub.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ScriptHub.BackgroundTransparency = 1.000 ScriptHub.BorderColor3 = Color3.fromRGB(0, 0, 0) ScriptHub.BorderSizePixel = 0 ScriptHub.Position = UDim2.new(0.290909082, 0, 0.483805656, 0) ScriptHub.Size = UDim2.new(0, 40, 0, 40) ScriptHub.Image = "rbxassetid://16466856820" Executor.Name = "Executor" Executor.Parent = OmegaZ Executor.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Executor.BackgroundTransparency = 1.000 Executor.BorderColor3 = Color3.fromRGB(0, 0, 0) Executor.BorderSizePixel = 0 Executor.Position = UDim2.new(0.290909082, 0, 0.546558678, 0) Executor.Size = UDim2.new(0, 42, 0, 42) Executor.Image = "rbxassetid://16466863464" AboutUs.Name = "AboutUs" AboutUs.Parent = OmegaZ AboutUs.BackgroundColor3 = Color3.fromRGB(255, 255, 255) AboutUs.BackgroundTransparency = 1.000 AboutUs.BorderColor3 = Color3.fromRGB(0, 0, 0) AboutUs.BorderSizePixel = 0 AboutUs.Position = UDim2.new(0.293506473, 0, 0.609311759, 0) AboutUs.Size = UDim2.new(0, 38, 0, 38) AboutUs.Image = "rbxassetid://16466867271" AboutUsPage.Name = "AboutUsPage" AboutUsPage.Parent = OmegaZ AboutUsPage.BackgroundColor3 = Color3.fromRGB(255, 255, 255) AboutUsPage.BackgroundTransparency = 1.000 AboutUsPage.BorderColor3 = Color3.fromRGB(0, 0, 0) AboutUsPage.BorderSizePixel = 0 AboutUsPage.Position = UDim2.new(0.357142866, 0, 0.344129562, 0) AboutUsPage.Size = UDim2.new(0, 258, 0, 171) AboutUsPage.Visible = false AboutUsPage_2.Name = "AboutUsPage" AboutUsPage_2.Parent = AboutUsPage AboutUsPage_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) AboutUsPage_2.BackgroundTransparency = 1.000 AboutUsPage_2.BorderColor3 = Color3.fromRGB(0, 0, 0) AboutUsPage_2.BorderSizePixel = 0 AboutUsPage_2.Position = UDim2.new(-0.011134658, 0, -0.33850652, 0) AboutUsPage_2.Size = UDim2.new(0, 267, 0, 267) AboutUsPage_2.Image = "rbxassetid://16467326440" -- Scripts: local function TUOZMU_fake_script() -- Home.LocalScript local script = Instance.new('LocalScript', Home) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.HomePage.Visible = true script.Parent.Parent.ScriptSearcherPage.Visible = false script.Parent.Parent.ScriptHubPage.Visible = false script.Parent.Parent.ExecutorPage.Visible = false script.Parent.Parent.AboutUsPage.Visible = false wait(0.1) end) end coroutine.wrap(TUOZMU_fake_script)() local function PYTPFZ_fake_script() -- ScriptSearcher.LocalScript local script = Instance.new('LocalScript', ScriptSearcher) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.HomePage.Visible = false script.Parent.Parent.ScriptSearcherPage.Visible = true script.Parent.Parent.ScriptHubPage.Visible = false script.Parent.Parent.ExecutorPage.Visible = false script.Parent.Parent.AboutUsPage.Visible = false wait(0.1) end) end coroutine.wrap(PYTPFZ_fake_script)() local function INUN_fake_script() -- ScriptHub.LocalScript local script = Instance.new('LocalScript', ScriptHub) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.HomePage.Visible = false script.Parent.Parent.ScriptSearcherPage.Visible = false script.Parent.Parent.ScriptHubPage.Visible = true script.Parent.Parent.ExecutorPage.Visible = false script.Parent.Parent.AboutUsPage.Visible = false wait(0.1) end) end coroutine.wrap(INUN_fake_script)() local function NKSNYCY_fake_script() -- Executor.LocalScript local script = Instance.new('LocalScript', Executor) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.HomePage.Visible = false script.Parent.Parent.ScriptSearcherPage.Visible = false script.Parent.Parent.ScriptHubPage.Visible = false script.Parent.Parent.ExecutorPage.Visible = true script.Parent.Parent.AboutUsPage.Visible = false wait(0.1) end) end coroutine.wrap(NKSNYCY_fake_script)() local function EYJFKY_fake_script() -- AboutUs.LocalScript local script = Instance.new('LocalScript', AboutUs) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.HomePage.Visible = false script.Parent.Parent.ScriptSearcherPage.Visible = false script.Parent.Parent.ScriptHubPage.Visible = false script.Parent.Parent.ExecutorPage.Visible = false script.Parent.Parent.AboutUsPage.Visible = true wait(0.1) end) end coroutine.wrap(EYJFKY_fake_script)()