-- this gui is made for Zoo Tycoon -- link to the game: https://www.roblox.com/games/1128650291/Zoo-Tycoon-NEW-BABY-ANIMALS local CloneHax = Instance.new("ScreenGui") local MainFrame = Instance.new("Frame") local FirstButton = Instance.new("TextButton") local WelcomeLabel = Instance.new("TextLabel") local OstrichButton = Instance.new("TextButton") local ElephantButton = Instance.new("TextButton") local TortoiseButton = Instance.new("TextButton") local BuffaloButton = Instance.new("TextButton") local VelociraptorButton = Instance.new("TextButton") local VultureButton = Instance.new("TextButton") local WolvesButton = Instance.new("TextButton") local GiraffeButton = Instance.new("TextButton") local MeerkatButton = Instance.new("TextButton") local TeleportButton = Instance.new("TextButton") local CashBoostButton = Instance.new("TextButton") local ChooseFrame = Instance.new("Frame") local SecondButton = Instance.new("TextButton") local TirthButton = Instance.new("TextButton") local FourthButton = Instance.new("TextButton") local HideButton = Instance.new("TextButton") local OpenButton = Instance.new("TextButton") local MeLabel = Instance.new("TextLabel") MeLabel.Parent = MainFrame MeLabel.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2) MeLabel.BackgroundTransparency = 1 MeLabel.Position = UDim2.new(0.9, -37.5, 0.9, -12.5) MeLabel.Size = UDim2.new(0, 75, 0, 25) MeLabel.Font = Enum.Font.Arial MeLabel.FontSize = Enum.FontSize.Size24 MeLabel.Text = "Created By AlreadyWokeUp" MeLabel.TextColor3 = Color3.new(0.8, 0.8, 0.8) MeLabel.TextScaled = true CloneHax.Parent = Game.CoreGui CloneHax.Name = "CloneHax" MainFrame.Parent = CloneHax MainFrame.Name = "MainFrame" MainFrame.Active = true MainFrame.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1) MainFrame.BorderSizePixel = 0 MainFrame.ClipsDescendants = true MainFrame.Draggable = true MainFrame.Position = UDim2.new(0.5, -250, 0.5, -150) MainFrame.Size = UDim2.new(0, 500, 0, 300) FirstButton.Parent = MainFrame FirstButton.Active = true FirstButton.Visible = false FirstButton.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5) FirstButton.BorderSizePixel = 0 FirstButton.Position = UDim2.new(0.5, -75, 0.2, -15) FirstButton.Size = UDim2.new(0, 150, 0, 30) FirstButton.Text = "Boost Cash By 1k" FirstButton.TextScaled = true WelcomeLabel.Parent = MainFrame WelcomeLabel.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2) WelcomeLabel.BackgroundTransparency = 1 WelcomeLabel.Position = UDim2.new(0.2, 0, 0, 0) WelcomeLabel.Size = UDim2.new(0, 400, 0, 30) WelcomeLabel.Font = Enum.Font.Arial WelcomeLabel.FontSize = Enum.FontSize.Size24 WelcomeLabel.Text = "Welcome to Zoo Tycoon Hacked!" WelcomeLabel.TextColor3 = Color3.new(0.8, 0.8, 0.8) WelcomeLabel.TextSize = 20 ChooseFrame.Parent = MainFrame ChooseFrame.Name = "ChooseFrame" ChooseFrame.Active = true ChooseFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2) ChooseFrame.BorderSizePixel = 0 ChooseFrame.ClipsDescendants = true ChooseFrame.Draggable = false ChooseFrame.Position = UDim2.new(0, 0, 0, 0) ChooseFrame.Size = UDim2.new(0, 100, 0, 300) OpenButton.Parent = CloneHax OpenButton.Active = true OpenButton.Visible = false OpenButton.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5) OpenButton.BorderSizePixel = 0 OpenButton.Position = UDim2.new(0, 0, 0.6, -15) OpenButton.Size = UDim2.new(0, 75, 0, 30) OpenButton.Text = "Open" OpenButton.TextScaled = true TeleportButton.Parent = ChooseFrame TeleportButton.Active = true TeleportButton.Visible = true TeleportButton.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5) TeleportButton.BorderSizePixel = 0 TeleportButton.Position = UDim2.new(0.5, -37.5, 0.2, -15) TeleportButton.Size = UDim2.new(0, 75, 0, 30) TeleportButton.Text = "Teleports" TeleportButton.TextScaled = true HideButton.Parent = ChooseFrame HideButton.Active = true HideButton.Visible = true HideButton.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5) HideButton.BorderSizePixel = 0 HideButton.Position = UDim2.new(0.5, -37.5, 0.9, -15) HideButton.Size = UDim2.new(0, 75, 0, 30) HideButton.Text = "Hide" HideButton.TextScaled = true CashBoostButton.Parent = ChooseFrame CashBoostButton.Active = true CashBoostButton.Visible = true CashBoostButton.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5) CashBoostButton.BorderSizePixel = 0 CashBoostButton.Position = UDim2.new(0.5, -37.5, 0.4, -15) CashBoostButton.Size = UDim2.new(0, 75, 0, 30) CashBoostButton.Text = "Cash Boosts" CashBoostButton.TextScaled = true OstrichButton.Parent = MainFrame OstrichButton.Active = true OstrichButton.Visible = false OstrichButton.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5) OstrichButton.BorderSizePixel = 0 OstrichButton.Position = UDim2.new(0.4, -50, 0.1, -12.5) OstrichButton.Size = UDim2.new(0, 100, 0, 25) OstrichButton.Text = "Ostrich Area" OstrichButton.TextScaled = true ElephantButton.Parent = MainFrame ElephantButton.Active = true ElephantButton.Visible = false ElephantButton.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5) ElephantButton.BorderSizePixel = 0 ElephantButton.Position = UDim2.new(0.4, -50, 0.3, -12.5) ElephantButton.Size = UDim2.new(0, 100, 0, 25) ElephantButton.Text = "Elephant Area" ElephantButton.TextScaled = true TortoiseButton.Parent = MainFrame TortoiseButton.Active = true TortoiseButton.Visible = false TortoiseButton.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5) TortoiseButton.BorderSizePixel = 0 TortoiseButton.Position = UDim2.new(0.4, -50, 0.5, -12.5) TortoiseButton.Size = UDim2.new(0, 100, 0, 25) TortoiseButton.Text = "Tortoise Area" TortoiseButton.TextScaled = true BuffaloButton.Parent = MainFrame BuffaloButton.Active = true BuffaloButton.Visible = false BuffaloButton.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5) BuffaloButton.BorderSizePixel = 0 BuffaloButton.Position = UDim2.new(0.4, -50, 0.7, -12.5) BuffaloButton.Size = UDim2.new(0, 100, 0, 25) BuffaloButton.Text = "Water Buffalo Area" BuffaloButton.TextScaled = true VelociraptorButton.Parent = MainFrame VelociraptorButton.Active = true VelociraptorButton.Visible = false VelociraptorButton.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5) VelociraptorButton.BorderSizePixel = 0 VelociraptorButton.Position = UDim2.new(0.4, -50, 0.9, -12.5) VelociraptorButton.Size = UDim2.new(0, 100, 0, 25) VelociraptorButton.Text = "Velociraptor Area" VelociraptorButton.TextScaled = true VultureButton.Parent = MainFrame VultureButton.Active = true VultureButton.Visible = false VultureButton.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5) VultureButton.BorderSizePixel = 0 VultureButton.Position = UDim2.new(0.7, -50, 0.2, -12.5) VultureButton.Size = UDim2.new(0, 100, 0, 25) VultureButton.Text = "Vulture Area" VultureButton.TextScaled = true WolvesButton.Parent = MainFrame WolvesButton.Active = true WolvesButton.Visible = false WolvesButton.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5) WolvesButton.BorderSizePixel = 0 WolvesButton.Position = UDim2.new(0.7, -50, 0.4, -12.5) WolvesButton.Size = UDim2.new(0, 100, 0, 25) WolvesButton.Text = "Wolves Area" WolvesButton.TextScaled = true GiraffeButton.Parent = MainFrame GiraffeButton.Active = true GiraffeButton.Visible = false GiraffeButton.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5) GiraffeButton.BorderSizePixel = 0 GiraffeButton.Position = UDim2.new(0.7, -50, 0.6, -12.5) GiraffeButton.Size = UDim2.new(0, 100, 0, 25) GiraffeButton.Text = "Giraffe Area" GiraffeButton.TextScaled = true MeerkatButton.Parent = MainFrame MeerkatButton.Active = true MeerkatButton.Visible = false MeerkatButton.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5) MeerkatButton.BorderSizePixel = 0 MeerkatButton.Position = UDim2.new(0.7, -50, 0.8, -12.5) MeerkatButton.Size = UDim2.new(0, 100, 0, 25) MeerkatButton.Text = "Meerkat Area" MeerkatButton.TextScaled = true SecondButton.Parent = MainFrame SecondButton.Active = true SecondButton.Visible = false SecondButton.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5) SecondButton.BorderSizePixel = 0 SecondButton.Position = UDim2.new(0.5, -75, 0.4, -15) SecondButton.Size = UDim2.new(0, 150, 0, 30) SecondButton.Text = "Boost Cash By 10k" SecondButton.TextScaled = true TirthButton.Parent = MainFrame TirthButton.Active = true TirthButton.Visible = false TirthButton.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5) TirthButton.BorderSizePixel = 0 TirthButton.Position = UDim2.new(0.5, -75, 0.6, -15) TirthButton.Size = UDim2.new(0, 150, 0, 30) TirthButton.Text = "Boost Cash By 100k" TirthButton.TextScaled = true FourthButton.Parent = MainFrame FourthButton.Active = true FourthButton.Visible = false FourthButton.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5) FourthButton.BorderSizePixel = 0 FourthButton.Position = UDim2.new(0.5, -75, 0.8, -15) FourthButton.Size = UDim2.new(0, 150, 0, 30) FourthButton.Text = "Boost Cash By 1M" FourthButton.TextScaled = true HideButton.MouseButton1Click:connect(function() MainFrame.Visible = false OpenButton.Visible = true end) OpenButton.MouseButton1Click:connect(function() MainFrame.Visible = true OpenButton.Visible = false end) FirstButton.MouseButton1Click:connect(function() game.ReplicatedStorage.RemoteCash:FireServer(1000) end) SecondButton.MouseButton1Click:connect(function() game.ReplicatedStorage.RemoteCash:FireServer(10000) end) TirthButton.MouseButton1Click:connect(function() game.ReplicatedStorage.RemoteCash:FireServer(100000) end) FourthButton.MouseButton1Click:connect(function() game.ReplicatedStorage.RemoteCash:FireServer(1000000) end) OstrichButton.MouseButton1Click:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(130,5,-100) end) ElephantButton.MouseButton1Click:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(130,50,280) end) TortoiseButton.MouseButton1Click:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(130,50,280) end) BuffaloButton.MouseButton1Click:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-140,50,40) end) VelociraptorButton.MouseButton1Click:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(140,10,470) end) VultureButton.MouseButton1Click:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-190,30,-150) end) WolvesButton.MouseButton1Click:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-350,20,280) end) GiraffeButton.MouseButton1Click:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-20,80,-450) end) MeerkatButton.MouseButton1Click:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(400,30,-300) end) TeleportButton.MouseButton1Click:connect(function() OstrichButton.Visible = true ElephantButton.Visible = true TortoiseButton.Visible = true BuffaloButton.Visible = true VelociraptorButton.Visible = true VultureButton.Visible = true WolvesButton.Visible = true GiraffeButton.Visible = true MeerkatButton.Visible = true WelcomeLabel.Visible = false FirstButton.Visible = false SecondButton.Visible = false TirthButton.Visible = false FourthButton.Visible = false end) CashBoostButton.MouseButton1Click:connect(function() OstrichButton.Visible = false ElephantButton.Visible = false TortoiseButton.Visible = false BuffaloButton.Visible = false VelociraptorButton.Visible = false VultureButton.Visible = false WolvesButton.Visible = false GiraffeButton.Visible = false MeerkatButton.Visible = false WelcomeLabel.Visible = false FirstButton.Visible = true SecondButton.Visible = true TirthButton.Visible = true FourthButton.Visible = true end)