Roblox Piggy Created 1/23/2020, Updated 5/28/2020, Max Players 6, Genre Horror. (Online Multiplayer Game, Piggy, How to, True Ending, Piggy True Ending, Chapter 12, Chapter 12 True Ending, Plant True Ending)- Yesterday Gamelog - Roblox Outbreak! How to escape from New Chapter 3 - Island! Hashtag Generator is shown as “??????????” before the player gets the true ending. Tycoons can get stacked if you get lucky and spawn them in the right place, unless it is too high. If you have Star Spawn Chance upgraded from the tycoon's Ruby Upgrades, stars have a chance of spawning from tycoons.
Dec 31st, 2019
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- -- https://discord.gg/TSNQ5Hk
- -- Instances:
- local TycoonSimulatorGUI = Instance.new('ScreenGui')
- local OpenButton = Instance.new('TextButton')
- local DeleteGUIBUtton = Instance.new('TextButton')
- local TPTOROBUXBUTTON = Instance.new('TextButton')
- local TPTOTICKETBUTTON = Instance.new('TextButton')
- local DISABLEANTICHEAT = Instance.new('TextButton')
- local DISCORDNAME = Instance.new('TextLabel')
- local CLOSEMAINFRAMEBUTTON = Instance.new('TextButton')
- --Properties:
- TycoonSimulatorGUI.Name = 'TycoonSimulatorGUI'
- OpenFrame.Parent = TycoonSimulatorGUI
- OpenFrame.BackgroundColor3 = Color3.new(0.741176, 0.286275, 0.25098)
- OpenFrame.BorderColor3 = Color3.new(0.45098, 0.172549, 0.14902)
- OpenFrame.Position = UDim2.new(0.450563192, 0, 0.134684145, 0)
- OpenFrame.Draggable = true
- OpenButton.Name = 'OpenButton'
- OpenButton.BackgroundColor3 = Color3.new(1, 1, 1)
- OpenButton.BorderSizePixel = 0
- OpenButton.Position = UDim2.new(-0.00536271557, 0, -0.00665077567, 0)
- OpenButton.Font = Enum.Font.GothamSemibold
- OpenButton.TextColor3 = Color3.new(1, 1, 1)
- OpenButton.TextSize = 14
- OpenButton.MouseButton1Down:connect(function()
- MainFrame.Visible = true -- Makes the gui visible
- OpenFrame.Visible = false -- Makes the open button invisible
- DeleteGUIBUtton.Parent = OpenFrame
- DeleteGUIBUtton.BackgroundColor3 = Color3.new(1, 0.32549, 0.192157)
- DeleteGUIBUtton.Position = UDim2.new(-0.0059891711, 0, -0.903044879, 0)
- DeleteGUIBUtton.Font = Enum.Font.GothamSemibold
- DeleteGUIBUtton.TextColor3 = Color3.new(1, 1, 1)
- DeleteGUIBUtton.TextSize = 14
- DeleteGUIBUtton.MouseButton1Down:connect(function()
- end)
- MainFrame.Parent = TycoonSimulatorGUI
- MainFrame.BackgroundColor3 = Color3.new(0.741176, 0.286275, 0.25098)
- MainFrame.BorderColor3 = Color3.new(0.45098, 0.172549, 0.14902)
- MainFrame.Position = UDim2.new(0.350438029, 0, 0.22526817, 0)
- MainFrame.Visible = false
- MainFrame.Active = true
- TPTOROBUXBUTTON.Parent = MainFrame
- TPTOROBUXBUTTON.BackgroundColor3 = Color3.new(1, 0.32549, 0.192157)
- TPTOROBUXBUTTON.BackgroundTransparency = 0.69999998807907
- TPTOROBUXBUTTON.Position = UDim2.new(0.0620056838, 0, 0.560823321, 0)
- TPTOROBUXBUTTON.Font = Enum.Font.GothamSemibold
- TPTOROBUXBUTTON.Text = '[Keep Clicking] Teleport to highest value ROBUX'
- TPTOROBUXBUTTON.TextScaled = true
- TPTOROBUXBUTTON.TextWrapped = true
- TPTOROBUXBUTTON.MouseButton1Down:connect(function()
- for i=1,#children do
- if children[i].Owner.Value 'Nobody' then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(children[i].Position)
- end
- end
- TPTOTICKETBUTTON.Name = 'TPTOTICKETBUTTON'
- TPTOTICKETBUTTON.BackgroundColor3 = Color3.new(1, 0.32549, 0.192157)
- TPTOTICKETBUTTON.BackgroundTransparency = 0.69999998807907
- TPTOTICKETBUTTON.Position = UDim2.new(0.558847785, 0, 0.560823321, 0)
- TPTOTICKETBUTTON.Font = Enum.Font.GothamSemibold
- TPTOTICKETBUTTON.Text = '[Keep Clicking] Teleport to highest value ticket'
- TPTOTICKETBUTTON.TextColor3 = Color3.new(1, 1, 1)
- TPTOTICKETBUTTON.TextSize = 14
- TPTOTICKETBUTTON.MouseButton1Down:connect(function()
- for i=1,#children do
- if children[i].Owner.Value 'Nobody' then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(children[i].Position)
- end
- end
- DISABLEANTICHEAT.Parent = MainFrame
- DISABLEANTICHEAT.BackgroundColor3 = Color3.new(1, 0.32549, 0.192157)
- DISABLEANTICHEAT.BackgroundTransparency = 0.69999998807907
- DISABLEANTICHEAT.Position = UDim2.new(0.0620056801, 0, 0.273626089, 0)
- DISABLEANTICHEAT.Font = Enum.Font.GothamSemibold
- DISABLEANTICHEAT.Text = '[Run First] DISABLE ANTI-CHEAT'
- DISABLEANTICHEAT.TextColor3 = Color3.new(1, 1, 1)
- DISABLEANTICHEAT.TextSize = 14
- DISABLEANTICHEAT.MouseButton1Down:connect(function()
- game:GetService('ReplicatedStorage').Events.AntiCheat:Destroy()
- DISCORDLINK.Parent = MainFrame
- DISCORDLINK.BackgroundColor3 = Color3.new(1, 1, 1)
- DISCORDLINK.BorderSizePixel = 0
- DISCORDLINK.Font = Enum.Font.GothamSemibold
- DISCORDLINK.TextColor3 = Color3.new(1, 1, 1)
- DISCORDLINK.TextSize = 14
- DISCORDNAME.Parent = MainFrame
- DISCORDNAME.BackgroundColor3 = Color3.new(1, 1, 1)
- DISCORDNAME.BorderSizePixel = 0
- DISCORDNAME.Position = UDim2.new(0, 0, 0.103806227, 0)
- DISCORDNAME.Font = Enum.Font.GothamSemibold
- DISCORDNAME.TextColor3 = Color3.new(1, 1, 1)
- DISCORDNAME.TextSize = 14
- CLOSEMAINFRAMEBUTTON.Name = 'CLOSEMAINFRAMEBUTTON'
- CLOSEMAINFRAMEBUTTON.BackgroundColor3 = Color3.new(1, 0.32549, 0.192157)
- CLOSEMAINFRAMEBUTTON.BackgroundTransparency = 0.69999998807907
- CLOSEMAINFRAMEBUTTON.Position = UDim2.new(0.29147923, 0, 0.916955054, 0)
- CLOSEMAINFRAMEBUTTON.Size = UDim2.new(0, 198, 0, 24)
- CLOSEMAINFRAMEBUTTON.Font = Enum.Font.GothamSemibold
- CLOSEMAINFRAMEBUTTON.TextColor3 = Color3.new(1, 1, 1)
- CLOSEMAINFRAMEBUTTON.TextSize = 14
- CLOSEMAINFRAMEBUTTON.MouseButton1Down:connect(function()
- MainFrame.Visible = false-- Makes the gui visible
- OpenFrame.Visible = true-- Makes the open button invisible
RAW Paste Data
Nov 28th, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Best Roblox Tycoons
- while true do
- local f = 'StarDust'
- local Event = game:GetService('ReplicatedStorage').RPC['Codes_Applied']
- end
- AUTO FARM:
- while _G.Enabled do
- local A_1 = 'hotdog'
- local Event = game:GetService('ReplicatedStorage').RPC['Businesses_Click']
- wait(0.002)
- local Event = game:GetService('ReplicatedStorage').RPC['Businesses_Click']
- wait(0.003)
- local Event = game:GetService('ReplicatedStorage').RPC['Businesses_Click']
- end
- Auto Purcahse Upgrades:
- _G.Enabled = true -- False To Stop
- wait(0.001)
- local A_2 = 10
- local Event = game:GetService('ReplicatedStorage').RPC['Businesses_Purchase']
- wait(0.002)
- local A_2 = 10
- local Event = game:GetService('ReplicatedStorage').RPC['Businesses_Purchase']
- wait(0.003)
- local A_2 = 10
- local Event = game:GetService('ReplicatedStorage').RPC['Businesses_Purchase']
- end
- AUTO REBIRTH:
- while wait(5) do
- local Event = game:GetService('ReplicatedStorage').RPC.AttemptRebirth
- end
- Auto Buy Manager:
- while wait(5) do
- local Event = game:GetService('ReplicatedStorage').RPC['Managers_Buy']
- end