-- yealetFNG -- https://discord.gg/TSNQ5Hk -- Instances: local TycoonSimulatorGUI = Instance.new("ScreenGui") local OpenFrame = Instance.new("Frame") local OpenButton = Instance.new("TextButton") local DeleteGUIBUtton = Instance.new("TextButton") local MainFrame = Instance.new("Frame") local TPTOROBUXBUTTON = Instance.new("TextButton") local TPTOTICKETBUTTON = Instance.new("TextButton") local DISABLEANTICHEAT = Instance.new("TextButton") local DISCORDLINK = Instance.new("TextLabel") local DISCORDNAME = Instance.new("TextLabel") local CLOSEMAINFRAMEBUTTON = Instance.new("TextButton") --Properties: TycoonSimulatorGUI.Name = "TycoonSimulatorGUI" TycoonSimulatorGUI.Parent = game.CoreGui OpenFrame.Name = "OpenFrame" OpenFrame.Parent = TycoonSimulatorGUI OpenFrame.BackgroundColor3 = Color3.new(0.741176, 0.286275, 0.25098) OpenFrame.BorderColor3 = Color3.new(0.45098, 0.172549, 0.14902) OpenFrame.BorderSizePixel = 4 OpenFrame.Position = UDim2.new(0.450563192, 0, 0.134684145, 0) OpenFrame.Size = UDim2.new(0, 158, 0, 50) OpenFrame.Draggable = true OpenFrame.Active = true OpenButton.Name = "OpenButton" OpenButton.Parent = OpenFrame OpenButton.BackgroundColor3 = Color3.new(1, 1, 1) OpenButton.BackgroundTransparency = 1 OpenButton.BorderSizePixel = 0 OpenButton.Position = UDim2.new(-0.00536271557, 0, -0.00665077567, 0) OpenButton.Size = UDim2.new(0, 158, 0, 50) OpenButton.Font = Enum.Font.GothamSemibold OpenButton.Text = "Open" OpenButton.TextColor3 = Color3.new(1, 1, 1) OpenButton.TextScaled = true OpenButton.TextSize = 14 OpenButton.TextWrapped = true OpenButton.MouseButton1Down:connect(function() MainFrame.Visible = true -- Makes the gui visible OpenFrame.Visible = false -- Makes the open button invisible end) DeleteGUIBUtton.Name = "DeleteGUIBUtton" DeleteGUIBUtton.Parent = OpenFrame DeleteGUIBUtton.BackgroundColor3 = Color3.new(1, 0.32549, 0.192157) DeleteGUIBUtton.BorderSizePixel = 4 DeleteGUIBUtton.Position = UDim2.new(-0.0059891711, 0, -0.903044879, 0) DeleteGUIBUtton.Size = UDim2.new(0, 158, 0, 24) DeleteGUIBUtton.Font = Enum.Font.GothamSemibold DeleteGUIBUtton.Text = "Remove GUI" DeleteGUIBUtton.TextColor3 = Color3.new(1, 1, 1) DeleteGUIBUtton.TextScaled = true DeleteGUIBUtton.TextSize = 14 DeleteGUIBUtton.TextWrapped = true DeleteGUIBUtton.MouseButton1Down:connect(function() TycoonSimulatorGUI:Remove() end) MainFrame.Name = "MainFrame" MainFrame.Parent = TycoonSimulatorGUI MainFrame.BackgroundColor3 = Color3.new(0.741176, 0.286275, 0.25098) MainFrame.BorderColor3 = Color3.new(0.45098, 0.172549, 0.14902) MainFrame.BorderSizePixel = 4 MainFrame.Position = UDim2.new(0.350438029, 0, 0.22526817, 0) MainFrame.Size = UDim2.new(0, 475, 0, 289) MainFrame.Visible = false MainFrame.Draggable = true MainFrame.Active = true TPTOROBUXBUTTON.Name = "TPTOROBUXBUTTON" TPTOROBUXBUTTON.Parent = MainFrame TPTOROBUXBUTTON.BackgroundColor3 = Color3.new(1, 0.32549, 0.192157) TPTOROBUXBUTTON.BackgroundTransparency = 0.69999998807907 TPTOROBUXBUTTON.BorderSizePixel = 4 TPTOROBUXBUTTON.Position = UDim2.new(0.0620056838, 0, 0.560823321, 0) TPTOROBUXBUTTON.Size = UDim2.new(0, 182, 0, 81) TPTOROBUXBUTTON.Font = Enum.Font.GothamSemibold TPTOROBUXBUTTON.Text = "[Keep Clicking] Teleport to highest value ROBUX" TPTOROBUXBUTTON.TextColor3 = Color3.new(1, 1, 1) TPTOROBUXBUTTON.TextScaled = true TPTOROBUXBUTTON.TextSize = 14 TPTOROBUXBUTTON.TextWrapped = true TPTOROBUXBUTTON.MouseButton1Down:connect(function() local children = workspace:getChildren() for i=1,#children do if children[i].Name == "Robux" then if children[i].Owner.Value == "Nobody" then if children[i].Worth.Value >= 1000 then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(children[i].Position) end end end end end) TPTOTICKETBUTTON.Name = "TPTOTICKETBUTTON" TPTOTICKETBUTTON.Parent = MainFrame TPTOTICKETBUTTON.BackgroundColor3 = Color3.new(1, 0.32549, 0.192157) TPTOTICKETBUTTON.BackgroundTransparency = 0.69999998807907 TPTOTICKETBUTTON.BorderSizePixel = 4 TPTOTICKETBUTTON.Position = UDim2.new(0.558847785, 0, 0.560823321, 0) TPTOTICKETBUTTON.Size = UDim2.new(0, 182, 0, 81) TPTOTICKETBUTTON.Font = Enum.Font.GothamSemibold TPTOTICKETBUTTON.Text = "[Keep Clicking] Teleport to highest value ticket" TPTOTICKETBUTTON.TextColor3 = Color3.new(1, 1, 1) TPTOTICKETBUTTON.TextScaled = true TPTOTICKETBUTTON.TextSize = 14 TPTOTICKETBUTTON.TextWrapped = true TPTOTICKETBUTTON.MouseButton1Down:connect(function() local children = workspace:getChildren() for i=1,#children do if children[i].Name == "Ticket" then if children[i].Owner.Value == "Nobody" then if children[i].Worth.Value >= 1000 then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(children[i].Position) end end end end end) DISABLEANTICHEAT.Name = "DISABLEANTICHEAT" DISABLEANTICHEAT.Parent = MainFrame DISABLEANTICHEAT.BackgroundColor3 = Color3.new(1, 0.32549, 0.192157) DISABLEANTICHEAT.BackgroundTransparency = 0.69999998807907 DISABLEANTICHEAT.BorderSizePixel = 4 DISABLEANTICHEAT.Position = UDim2.new(0.0620056801, 0, 0.273626089, 0) DISABLEANTICHEAT.Size = UDim2.new(0, 428, 0, 53) DISABLEANTICHEAT.Font = Enum.Font.GothamSemibold DISABLEANTICHEAT.Text = "[Run First] DISABLE ANTI-CHEAT" DISABLEANTICHEAT.TextColor3 = Color3.new(1, 1, 1) DISABLEANTICHEAT.TextScaled = true DISABLEANTICHEAT.TextSize = 14 DISABLEANTICHEAT.TextWrapped = true DISABLEANTICHEAT.MouseButton1Down:connect(function() game:GetService('ReplicatedStorage').Events.AntiCheat:Destroy() end) DISCORDLINK.Name = "DISCORDLINK" DISCORDLINK.Parent = MainFrame DISCORDLINK.BackgroundColor3 = Color3.new(1, 1, 1) DISCORDLINK.BackgroundTransparency = 1 DISCORDLINK.BorderSizePixel = 0 DISCORDLINK.Size = UDim2.new(0, 475, 0, 30) DISCORDLINK.Font = Enum.Font.GothamSemibold DISCORDLINK.Text = "https://discord.gg/TSNQ5Hk" DISCORDLINK.TextColor3 = Color3.new(1, 1, 1) DISCORDLINK.TextScaled = true DISCORDLINK.TextSize = 14 DISCORDLINK.TextWrapped = true DISCORDNAME.Name = "DISCORDNAME" DISCORDNAME.Parent = MainFrame DISCORDNAME.BackgroundColor3 = Color3.new(1, 1, 1) DISCORDNAME.BackgroundTransparency = 1 DISCORDNAME.BorderSizePixel = 0 DISCORDNAME.Position = UDim2.new(0, 0, 0.103806227, 0) DISCORDNAME.Size = UDim2.new(0, 475, 0, 22) DISCORDNAME.Font = Enum.Font.GothamSemibold DISCORDNAME.Text = "yealetFNG#1693" DISCORDNAME.TextColor3 = Color3.new(1, 1, 1) DISCORDNAME.TextScaled = true DISCORDNAME.TextSize = 14 DISCORDNAME.TextWrapped = true CLOSEMAINFRAMEBUTTON.Name = "CLOSEMAINFRAMEBUTTON" CLOSEMAINFRAMEBUTTON.Parent = MainFrame CLOSEMAINFRAMEBUTTON.BackgroundColor3 = Color3.new(1, 0.32549, 0.192157) CLOSEMAINFRAMEBUTTON.BackgroundTransparency = 0.69999998807907 CLOSEMAINFRAMEBUTTON.BorderSizePixel = 4 CLOSEMAINFRAMEBUTTON.Position = UDim2.new(0.29147923, 0, 0.916955054, 0) CLOSEMAINFRAMEBUTTON.Size = UDim2.new(0, 198, 0, 24) CLOSEMAINFRAMEBUTTON.Font = Enum.Font.GothamSemibold CLOSEMAINFRAMEBUTTON.Text = "Close" CLOSEMAINFRAMEBUTTON.TextColor3 = Color3.new(1, 1, 1) CLOSEMAINFRAMEBUTTON.TextScaled = true CLOSEMAINFRAMEBUTTON.TextSize = 14 CLOSEMAINFRAMEBUTTON.TextWrapped = true CLOSEMAINFRAMEBUTTON.MouseButton1Down:connect(function() MainFrame.Visible = false-- Makes the gui visible OpenFrame.Visible = true-- Makes the open button invisible end)