Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Edited by [email protected]
- --discord.gg/F3fkuCx for updates
- local gui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local bottom = Instance.new("Frame")
- local toptext = Instance.new("TextLabel")
- local exit = Instance.new("TextButton")
- local open = Instance.new("TextButton")
- local bottomtext = Instance.new("TextLabel")
- local toptext = Instance.new("TextLabel")
- local exit = Instance.new("TextButton")
- local previous = Instance.new("TextButton")
- local nextpage = Instance.new("TextButton")
- local page1 = Instance.new("Frame")
- local shovel = Instance.new("TextButton")
- local housenum = Instance.new("TextBox")
- local tptohouse = Instance.new("TextButton")
- local gift = Instance.new("TextButton")
- local lake = Instance.new("TextButton")
- local expansion = Instance.new("TextButton")
- local page2 = Instance.new("Frame")
- local pengu = Instance.new("TextButton")
- local frosty = Instance.new("TextButton")
- local snowsell = Instance.new("TextButton")
- local icesell = Instance.new("TextButton")
- local tims = Instance.new("TextButton")
- local cheater = Instance.new("TextButton")
- local page3 = Instance.new("Frame")
- local boss = Instance.new("TextButton")
- local icecointainer = Instance.new("TextButton")
- local partybadge = Instance.new("TextButton")
- local discord = Instance.new("TextLabel")
- gui.Name = "gui"
- gui.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = gui
- main.Active = true
- main.BackgroundColor3 = Color3.new(0.0980392, 0.741176, 0.917647)
- main.BorderSizePixel = 0
- main.Draggable = true
- main.Position = UDim2.new(0.206, 0, 1.325, 0)
- main.Size = UDim2.new(0, 570, 0, 439)
- main.Visible = true
- main:TweenPosition(UDim2.new(0.206, 0, 0.3, 0), 'In', 'Quart', 1)
- wait(.2)
- function notify(msg)
- game.StarterGui:SetCore('SendNotification', {
- Title = 'Snow Shoveling GUI';
- Text = msg;
- Duration = 5;
- })
- end
- bottom.Name = "bottom"
- bottom.Parent = main
- bottom.BackgroundColor3 = Color3.new(0.054902, 0.443137, 0.541176)
- bottom.BorderSizePixel = 0
- bottom.Position = UDim2.new(0, 0, 0, 408)
- bottom.Size = UDim2.new(0, 570, 0, 31)
- partybadge.Name = "partybadge"
- partybadge.Parent = page3
- partybadge.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
- partybadge.BorderSizePixel = 0
- partybadge.Position = UDim2.new(0, 23, 0, 153)
- partybadge.Size = UDim2.new(0, 200, 0, 50)
- partybadge.Font = Enum.Font.Code
- partybadge.FontSize = Enum.FontSize.Size14
- partybadge.Text = "Teleport to Party House Badge"
- partybadge.TextScaled = true
- partybadge.TextSize = 14
- partybadge.TextWrapped = true
- toptext.Name = "toptext"
- toptext.Parent = main
- toptext.BackgroundColor3 = Color3.new(1, 1, 1)
- toptext.BackgroundTransparency = 1
- toptext.Size = UDim2.new(0, 532, 0, 50)
- toptext.Font = Enum.Font.Code
- toptext.FontSize = Enum.FontSize.Size14
- toptext.Text = "Snow Shoveling Simulator GUI"
- toptext.TextScaled = true
- toptext.TextSize = 14
- toptext.TextWrapped = true
- discord.Name = "discord"
- discord.Parent = bottom
- discord.BackgroundColor3 = Color3.new(1, 1, 1)
- discord.BackgroundTransparency = 1
- discord.BorderSizePixel = 0
- discord.Position = UDim2.new(0, 128, 0, -366)
- discord.Size = UDim2.new(0, 314, 0, 31)
- discord.Font = Enum.Font.Code
- discord.FontSize = Enum.FontSize.Size14
- discord.Text = "feel free to join the discord for updates: https://discord.gg/F3fkuCx "
- discord.TextScaled = true
- discord.TextSize = 14
- discord.TextWrapped = true
- page3.Name = "page3"
- page3.Parent = main
- page3.BackgroundColor3 = Color3.new(1, 1, 1)
- page3.BackgroundTransparency = 1
- page3.Size = UDim2.new(0, 569, 0, 406)
- page3.Visible = false
- boss.Name = "boss"
- boss.Parent = page3
- boss.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
- boss.BorderSizePixel = 0
- boss.Position = UDim2.new(0, 23, 0, 84)
- boss.Size = UDim2.new(0, 200, 0, 50)
- boss.Font = Enum.Font.Code
- boss.FontSize = Enum.FontSize.Size14
- boss.Text = "Get Boss Ice Pack"
- boss.TextScaled = true
- boss.TextSize = 14
- boss.TextWrapped = true
- icecointainer.Name = "icecointainer"
- icecointainer.Parent = page3
- icecointainer.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
- icecointainer.BorderSizePixel = 0
- icecointainer.Position = UDim2.new(0, 285, 0, 84)
- icecointainer.Size = UDim2.new(0, 200, 0, 50)
- icecointainer.Font = Enum.Font.Code
- icecointainer.FontSize = Enum.FontSize.Size14
- icecointainer.Text = "Teleport to Ice Cointainers"
- icecointainer.TextScaled = true
- icecointainer.TextSize = 14
- icecointainer.TextWrapped = true
- exit.Parent = main
- exit.BackgroundColor3 = Color3.new(1, 1, 1)
- exit.BackgroundTransparency = 1
- exit.Position = UDim2.new(0, 529, 0, 0)
- exit.Size = UDim2.new(0, 41, 0, 50)
- exit.Font = Enum.Font.Code
- exit.FontSize = Enum.FontSize.Size14
- exit.Text = "X"
- exit.TextScaled = true
- exit.TextSize = 14
- exit.TextWrapped = true
- cheater.Name = "cheater"
- cheater.Parent = page2
- cheater.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
- cheater.BorderSizePixel = 0
- cheater.Position = UDim2.new(0, 26, 0, 153)
- cheater.Size = UDim2.new(0, 200, 0, 50)
- cheater.Font = Enum.Font.Code
- cheater.FontSize = Enum.FontSize.Size14
- cheater.Text = "Get cheater sign"
- cheater.TextScaled = true
- cheater.TextSize = 14
- cheater.TextWrapped = true
- open.Name = "open"
- open.Parent = gui
- open.BackgroundColor3 = Color3.new(0.0980392, 0.741176, 0.917647)
- open.BorderSizePixel = 0
- open.Position = UDim2.new(0, 791, -1.9, 0)
- open.Size = UDim2.new(0, 200, 0, 62)
- open.Font = Enum.Font.Code
- open.FontSize = Enum.FontSize.Size14
- open.Text = "Open"
- open.TextScaled = true
- open.TextSize = 14
- open.TextWrapped = true
- open.Visible = false
- bottomtext.Parent = bottom
- bottomtext.BackgroundColor3 = Color3.new(1, 1, 1)
- bottomtext.BackgroundTransparency = 1
- bottomtext.BorderSizePixel = 0
- bottomtext.Size = UDim2.new(0, 202, 0, 31)
- bottomtext.Font = Enum.Font.Code
- bottomtext.FontSize = Enum.FontSize.Size14
- bottomtext.Text = "Welcome, "
- bottomtext.TextScaled = true
- bottomtext.TextSize = 14
- bottomtext.TextWrapped = true
- toptext.Name = "toptext"
- toptext.Parent = main
- toptext.BackgroundColor3 = Color3.new(1, 1, 1)
- toptext.BackgroundTransparency = 1
- toptext.Size = UDim2.new(0, 532, 0, 50)
- toptext.Font = Enum.Font.Code
- toptext.FontSize = Enum.FontSize.Size14
- toptext.Text = "Snow Shoveling Simulator GUI"
- toptext.TextScaled = true
- toptext.TextSize = 14
- toptext.TextWrapped = true
- previous.Name = "previous"
- previous.Parent = main
- previous.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
- previous.BorderSizePixel = 0
- previous.Position = UDim2.new(0, 26, 0, 325)
- previous.Size = UDim2.new(0, 200, 0, 50)
- previous.Font = Enum.Font.Code
- previous.FontSize = Enum.FontSize.Size14
- previous.Text = "Previous Page"
- previous.TextScaled = true
- previous.TextSize = 14
- previous.TextWrapped = true
- nextpage.Name = "nextpage"
- nextpage.Parent = main
- nextpage.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
- nextpage.BorderSizePixel = 0
- nextpage.Position = UDim2.new(0, 284, 0, 322)
- nextpage.Size = UDim2.new(0, 200, 0, 50)
- nextpage.Font = Enum.Font.Code
- nextpage.FontSize = Enum.FontSize.Size14
- nextpage.Text = "Next Page"
- nextpage.TextScaled = true
- nextpage.TextSize = 14
- nextpage.TextWrapped = true
- page1.Name = "page1"
- page1.Parent = main
- page1.BackgroundColor3 = Color3.new(1, 1, 1)
- page1.BackgroundTransparency = 1
- page1.Size = UDim2.new(0, 569, 0, 406)
- shovel.Name = "shovel"
- shovel.Parent = page1
- shovel.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
- shovel.BorderSizePixel = 0
- shovel.Position = UDim2.new(0, 285, 0, 231)
- shovel.Size = UDim2.new(0, 200, 0, 50)
- shovel.Font = Enum.Font.Code
- shovel.FontSize = Enum.FontSize.Size14
- shovel.Text = "Teleport to Shovel Shop"
- shovel.TextScaled = true
- shovel.TextSize = 14
- shovel.TextWrapped = true
- housenum.Name = "housenum"
- housenum.Parent = page1
- housenum.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
- housenum.BorderSizePixel = 0
- housenum.Position = UDim2.new(0, 27, 0, 153)
- housenum.Size = UDim2.new(0, 200, 0, 50)
- housenum.Font = Enum.Font.Code
- housenum.FontSize = Enum.FontSize.Size14
- housenum.Text = "House 1"
- housenum.TextScaled = true
- housenum.TextSize = 14
- housenum.TextWrapped = true
- tptohouse.Name = "tptohouse"
- tptohouse.Parent = page1
- tptohouse.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
- tptohouse.BorderSizePixel = 0
- tptohouse.Position = UDim2.new(0, 285, 0, 153)
- tptohouse.Size = UDim2.new(0, 200, 0, 50)
- tptohouse.Font = Enum.Font.Code
- tptohouse.FontSize = Enum.FontSize.Size14
- tptohouse.Text = "Teleport to House"
- tptohouse.TextScaled = true
- tptohouse.TextSize = 14
- tptohouse.TextWrapped = true
- gift.Name = "gift"
- gift.Parent = page1
- gift.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
- gift.BorderSizePixel = 0
- gift.Position = UDim2.new(0, 24, 0, 81)
- gift.Size = UDim2.new(0, 200, 0, 50)
- gift.Font = Enum.Font.Code
- gift.FontSize = Enum.FontSize.Size14
- gift.Text = "Teleport Gift"
- gift.TextScaled = true
- gift.TextSize = 14
- gift.TextWrapped = true
- lake.Name = "lake"
- lake.Parent = page1
- lake.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
- lake.BorderSizePixel = 0
- lake.Position = UDim2.new(0, 285, 0, 81)
- lake.Size = UDim2.new(0, 200, 0, 50)
- lake.Font = Enum.Font.Code
- lake.FontSize = Enum.FontSize.Size14
- lake.Text = "Teleport to Ice Lake"
- lake.TextScaled = true
- lake.TextSize = 14
- lake.TextWrapped = true
- expansion.Name = "expansion"
- expansion.Parent = page1
- expansion.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
- expansion.BorderSizePixel = 0
- expansion.Position = UDim2.new(0, 27, 0, 231)
- expansion.Size = UDim2.new(0, 200, 0, 50)
- expansion.Font = Enum.Font.Code
- expansion.FontSize = Enum.FontSize.Size14
- expansion.Text = "Teleport to Expansion"
- expansion.TextScaled = true
- expansion.TextSize = 14
- expansion.TextWrapped = true
- page2.Name = "page2"
- page2.Parent = main
- page2.BackgroundColor3 = Color3.new(1, 1, 1)
- page2.BackgroundTransparency = 1
- page2.Size = UDim2.new(0, 569, 0, 406)
- page2.Visible = false
- pengu.Name = "pengu"
- pengu.Parent = page2
- pengu.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
- pengu.BorderSizePixel = 0
- pengu.Position = UDim2.new(0, 27, 0, 84)
- pengu.Size = UDim2.new(0, 200, 0, 50)
- pengu.Font = Enum.Font.Code
- pengu.FontSize = Enum.FontSize.Size14
- pengu.Text = "Teleport to Pengus Pets"
- pengu.TextScaled = true
- pengu.TextSize = 14
- pengu.TextWrapped = true
- frosty.Name = "frosty"
- frosty.Parent = page2
- frosty.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
- frosty.BorderSizePixel = 0
- frosty.Position = UDim2.new(0, 285, 0, 84)
- frosty.Size = UDim2.new(0, 200, 0, 50)
- frosty.Font = Enum.Font.Code
- frosty.FontSize = Enum.FontSize.Size14
- frosty.Text = "Teleport to Frosty"
- frosty.TextScaled = true
- frosty.TextSize = 14
- frosty.TextWrapped = true
- snowsell.Name = "snowsell"
- snowsell.Parent = page2
- snowsell.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
- snowsell.BorderSizePixel = 0
- snowsell.Position = UDim2.new(0, 284, 0, 153)
- snowsell.Size = UDim2.new(0, 200, 0, 50)
- snowsell.Font = Enum.Font.Code
- snowsell.FontSize = Enum.FontSize.Size14
- snowsell.Text = "Teleport to Snow Selling area"
- snowsell.TextScaled = true
- snowsell.TextSize = 14
- snowsell.TextWrapped = true
- icesell.Name = "icesell"
- icesell.Parent = page2
- icesell.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
- icesell.BorderSizePixel = 0
- icesell.Position = UDim2.new(0, 284, 0, 229)
- icesell.Size = UDim2.new(0, 200, 0, 50)
- icesell.Font = Enum.Font.Code
- icesell.FontSize = Enum.FontSize.Size14
- icesell.Text = "Teleport to Ice Sell"
- icesell.TextScaled = true
- icesell.TextSize = 14
- icesell.TextWrapped = true
- tims.Name = "tims"
- tims.Parent = page2
- tims.BackgroundColor3 = Color3.new(0.0745098, 0.623529, 0.760784)
- tims.BorderSizePixel = 0
- tims.Position = UDim2.new(0, 24, 0, 226)
- tims.Size = UDim2.new(0, 200, 0, 50)
- tims.Font = Enum.Font.Code
- tims.FontSize = Enum.FontSize.Size14
- tims.Text = "Teleport to Tims Tools"
- tims.TextScaled = true
- tims.TextSize = 14
- tims.TextWrapped = true
- open.MouseButton1Down:connect(function()
- if main.Visible == false then
- main.Draggable = true
- main.Draggable = false
- main.Visible = true
- wait(.2)
- main:TweenPosition(UDim2.new(0.206, 0, 0.3, 0), 'In', 'Quart', 1)
- open:TweenPosition(UDim2.new(0, -791, -1.5, 0), 'Out', 'Linear', 1)
- else
- end
- end)
- exit.MouseButton1Down:connect(function()
- main.Draggable = false
- main.Active = false
- main:TweenPosition(UDim2.new(0.206, 0, 1.8, 0), 'In', 'Quart', 1)
- open.Visible = true
- open:TweenPosition(UDim2.new(0, 791, 0, 0), 'In', 'Linear', 1)
- wait(1.9)
- main.Visible = false
- end)
- nextpage.MouseButton1Down:connect(function()
- if page1.Visible == true then
- page1.Visible = false
- page2.Visible = true
- else
- if page2.Visible == true then
- page2.Visible = false
- page1.Visible = false
- page3.Visible = true
- else
- if page3.Visible == true then
- page1.Visible = true
- page3.Visible = false
- end
- end
- end
- end)
- previous.MouseButton1Down:connect(function()
- if page1.Visible == true then
- --nothing
- print'already on page 1'
- else
- if page2.Visible == true then
- page2.Visible = false
- page1.Visible = true
- else
- if page3.Visible == true then
- page3.Visible = false
- page2.Visible = true
- end
- end
- end
- end)
- local Name = game.Players.LocalPlayer.name
- bottomtext.Text = "Welcome, "..Name
- --page 1
- tptohouse.MouseButton1Down:connect(function()
- if housenum.Text:lower() == "house 1" then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(107, 3, -190))
- notify'Teleported to house 1'
- end
- if housenum.Text:lower() == 'house 2' then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(161, 3, -190))
- notify'Teleported to house 2'
- end
- if housenum.Text:lower() == 'house 3' then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(109, 3, -20))
- notify'Teleported to house 3'
- end
- if housenum.Text:lower() == 'house 4' then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(161, 3, -20))
- notify'Teleported to house 4'
- end
- if housenum.Text:lower() == 'house 5' then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(163, 3, 77))
- notify'Teleported to house 5'
- end
- if housenum.Text:lower() == 'house 6' then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(163, 3, 232))
- notify'Teleported to house 6'
- end
- if housenum.Text:lower() == 'house 7' then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(102, 3, 232))
- notify'Teleported to house 7'
- end
- if housenum.Text:lower() == 'house 8' then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(178, 3, 232))
- notify'Teleported to house 8'
- end
- if housenum.Text:lower() == 'house 9' then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(115, 3, 232))
- notify'Teleported to house 9'
- end
- if housenum.Text:lower() == 'house 10' then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(172, 3, 71))
- notify'Teleported to house 10'
- end
- if housenum.Text:lower() == 'house 11' then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(115, 3, 71))
- notify'Teleported to house 11'
- end
- if housenum.Text:lower() == 'house 12' then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(172, 3, -14))
- notify'Teleported to house 12'
- end
- if housenum.Text:lower() == 'house 13' then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(115, 3, -18))
- notify'Teleported to house 13'
- end
- if housenum.Text:lower() == 'house 14' then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(172, 3, -184))
- notify'Teleported to house 14'
- end
- if housenum.Text:lower() == 'house 15' then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(115, 3, -263))
- notify'Teleported to house 15'
- end
- end)
- expansion.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(135, 3.5, -483))
- notify'Teleported to Expansion Map!'
- end)
- lake.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(16, 552, -1480))
- notify'Teleported to Ice Lake!'
- end)
- shovel.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-10, 3, -29))
- notify'Teleported to Jims Shovels'
- end)
- gift.MouseButton1Down:connect(function()
- for _,v in pairs(game.Workspace.LootBoxContainer:GetChildren()) do
- if string.match(v.Name, "GiftBox") then
- v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(math.random(0,0),0,math.random(0,0))
- end
- end
- end)
- --page 2
- snowsell.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(366, 3.5, -102))
- notify('Teleported to Snow Selling!')
- end)
- frosty.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(509, 3.5, -63))
- notify'Teleported to frosty!(Badge)'
- end)
- pengu.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3, 3, 251))
- notify'Teleported to Pengus Pets'
- end)
- icesell.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(395, 175, -2021))
- notify'Teleported to Sell Ice'
- end)
- tims.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(165, 8, -602))
- notify'Teleported to Tims Tools'
- end)
- cheater.MouseButton1Down:connect(function()
- game:GetService("ReplicatedStorage").Cheater:Clone().Parent = game.Players.LocalPlayer.Backpack
- notify'Cheater sign in your Backpack'
- end)
- --page 3
- icecointainer.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(72, 5, -571))
- notify'Teleport to Ice Cointainers'
- end)
- boss.MouseButton1Down:connect(function()
- game.Workspace.EXPANSION.IcePackShop.ShopItems["6"].BossKills.Value = 0
- notify'Boss Ice Pack unlocked'
- end)
- partybadge.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(405, 560, -1856))
- notify'Teleported to Party House'
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement