Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made by Neb#7444, Neb0 @v3rmillion.net
- --Credits to original script creators.
- -- Instances:
- local snowmangui = Instance.new("ScreenGui")
- local mainframe = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local Sell = Instance.new("TextButton")
- local Autosell = Instance.new("TextButton")
- local autosnow = Instance.new("TextButton")
- local colelctcane = Instance.new("TextButton")
- local walkspeed = Instance.new("TextButton")
- local jump = Instance.new("TextButton")
- local statement = Instance.new("TextLabel")
- --Properties:
- snowmangui.Name = "snowmangui"
- snowmangui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- mainframe.Name = "mainframe"
- mainframe.Parent = snowmangui
- mainframe.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
- mainframe.BorderColor3 = Color3.new(1, 1, 1)
- mainframe.Position = UDim2.new(0.361730009, 0, 0.378486067, 0)
- mainframe.Size = UDim2.new(0, 211, 0, 182)
- title.Name = "title"
- title.Parent = mainframe
- title.BackgroundColor3 = Color3.new(1, 1, 1)
- title.BorderColor3 = Color3.new(1, 1, 1)
- title.Position = UDim2.new(0, 0, -0.275428385, 0)
- title.Size = UDim2.new(0, 211, 0, 50)
- title.Font = Enum.Font.SourceSansBold
- title.Text = "Snowman Simualor GUI by Neb#7444"
- title.TextColor3 = Color3.new(0.333333, 0.666667, 1)
- title.TextScaled = true
- title.TextSize = 14
- title.TextWrapped = true
- Sell.Name = "Sell"
- Sell.Parent = mainframe
- Sell.BackgroundColor3 = Color3.new(1, 1, 1)
- Sell.BorderColor3 = Color3.new(1, 1, 1)
- Sell.Position = UDim2.new(0.0900473967, 0, 0.0934065953, 0)
- Sell.Size = UDim2.new(0, 75, 0, 18)
- Sell.Font = Enum.Font.SourceSansBold
- Sell.Text = "Sell All"
- Sell.TextColor3 = Color3.new(0.333333, 0.666667, 1)
- Sell.TextSize = 14
- Autosell.Name = "Autosell"
- Autosell.Parent = mainframe
- Autosell.BackgroundColor3 = Color3.new(1, 1, 1)
- Autosell.BorderColor3 = Color3.new(1, 1, 1)
- Autosell.Position = UDim2.new(0.51184833, 0, 0.0934065953, 0)
- Autosell.Size = UDim2.new(0, 75, 0, 18)
- Autosell.Font = Enum.Font.SourceSansBold
- Autosell.Text = "Autosell"
- Autosell.TextColor3 = Color3.new(0.333333, 0.666667, 1)
- Autosell.TextSize = 14
- autosnow.Name = "autosnow"
- autosnow.Parent = mainframe
- autosnow.BackgroundColor3 = Color3.new(1, 1, 1)
- autosnow.BorderColor3 = Color3.new(1, 1, 1)
- autosnow.Position = UDim2.new(0.0900473893, 0, 0.252747267, 0)
- autosnow.Size = UDim2.new(0, 75, 0, 18)
- autosnow.Font = Enum.Font.SourceSansBold
- autosnow.Text = "Auto Collect Snow"
- autosnow.TextColor3 = Color3.new(0.333333, 0.666667, 1)
- autosnow.TextScaled = true
- autosnow.TextSize = 14
- autosnow.TextWrapped = true
- colelctcane.Name = "colelctcane"
- colelctcane.Parent = mainframe
- colelctcane.BackgroundColor3 = Color3.new(1, 1, 1)
- colelctcane.BorderColor3 = Color3.new(1, 1, 1)
- colelctcane.Position = UDim2.new(0.51184833, 0, 0.252747267, 0)
- colelctcane.Size = UDim2.new(0, 75, 0, 18)
- colelctcane.Font = Enum.Font.SourceSansBold
- colelctcane.Text = "Collect Candy Canes"
- colelctcane.TextColor3 = Color3.new(0.333333, 0.666667, 1)
- colelctcane.TextScaled = true
- colelctcane.TextSize = 14
- colelctcane.TextWrapped = true
- walkspeed.Name = "walkspeed"
- walkspeed.Parent = mainframe
- walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
- walkspeed.BorderColor3 = Color3.new(1, 1, 1)
- walkspeed.Position = UDim2.new(0.0900473893, 0, 0.417582452, 0)
- walkspeed.Size = UDim2.new(0, 75, 0, 18)
- walkspeed.Font = Enum.Font.SourceSansBold
- walkspeed.Text = "Walkspeed +10"
- walkspeed.TextColor3 = Color3.new(0.333333, 0.666667, 1)
- walkspeed.TextScaled = true
- walkspeed.TextSize = 14
- walkspeed.TextWrapped = true
- jump.Name = "jump"
- jump.Parent = mainframe
- jump.BackgroundColor3 = Color3.new(1, 1, 1)
- jump.BorderColor3 = Color3.new(1, 1, 1)
- jump.Position = UDim2.new(0.51184833, 0, 0.417582452, 0)
- jump.Size = UDim2.new(0, 75, 0, 18)
- jump.Font = Enum.Font.SourceSansBold
- jump.Text = "Jumppower +10"
- jump.TextColor3 = Color3.new(0.333333, 0.666667, 1)
- jump.TextScaled = true
- jump.TextSize = 14
- jump.TextWrapped = true
- statement.Name = "statement"
- statement.Parent = mainframe
- statement.BackgroundColor3 = Color3.new(1, 1, 1)
- statement.BorderColor3 = Color3.new(1, 1, 1)
- statement.Position = UDim2.new(0, 0, 0.625670373, 0)
- statement.Size = UDim2.new(0, 211, 0, 68)
- statement.Font = Enum.Font.SourceSansBold
- statement.Text = "that's all, I MIGHT update if new stuff comes out or if there is something patched. Enjoy."
- statement.TextColor3 = Color3.new(0.333333, 0.666667, 1)
- statement.TextScaled = true
- statement.TextSize = 14
- statement.TextWrapped = true
- -- Scripts:
- function SCRIPT_HDQL77_FAKESCRIPT() -- Sell.Script
- getfenv().script = Instance.new('Script', Sell)
- script.Parent.MouseButton1Click:Connect(function()
- game.ReplicatedStorage.ThisGame.Calls.snowballControllerFunc:InvokeServer("stopRoll")
- game.ReplicatedStorage.ThisGame.Calls.snowballController:FireServer("addToSnowman")
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_HDQL77_FAKESCRIPT))
- function SCRIPT_TNVC68_FAKESCRIPT() -- Autosell.Script
- getfenv().script = Instance.new('Script', Autosell)
- local autosell = script.Parent
- script.Parent.MouseButton1Click:Connect(function()
- while true do
- game.ReplicatedStorage.ThisGame.Calls.snowballControllerFunc:InvokeServer("stopRoll")
- game.ReplicatedStorage.ThisGame.Calls.snowballController:FireServer("addToSnowman")
- wait(0.4)
- end
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_TNVC68_FAKESCRIPT))
- function SCRIPT_YNKH66_FAKESCRIPT() -- autosnow.Script
- getfenv().script = Instance.new('Script', autosnow)
- script.Parent.MouseButton1Click:Connect(function()
- while true do
- game:GetService("ReplicatedStorage").ThisGame.Calls.collectSnow:FireServer()
- wait()
- end
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_YNKH66_FAKESCRIPT))
- function SCRIPT_WJHU77_FAKESCRIPT() -- colelctcane.Script
- getfenv().script = Instance.new('Script', colelctcane)
- script.Parent.MouseButton1Click:Connect(function()
- local players = game:GetService('Players')
- local original = players.LocalPlayer.Character.HumanoidRootPart.CFrame
- for i,v in pairs(workspace.gameCandyCanes:GetChildren()) do
- wait(0.1)
- players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.cane.CFrame
- end
- wait(0.25)
- players.LocalPlayer.Character.HumanoidRootPart.CFrame = original
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_WJHU77_FAKESCRIPT))
- function SCRIPT_EBJJ65_FAKESCRIPT() -- walkspeed.Script
- getfenv().script = Instance.new('Script', walkspeed)
- script.Parent.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.Walkspeed = game.Players.LocalPlayer.Character.Humanoid.Walkspeed + 10
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_EBJJ65_FAKESCRIPT))
- function SCRIPT_PWBR89_FAKESCRIPT() -- jump.Script
- getfenv().script = Instance.new('Script', jump)
- script.Parent.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = game.Players.LocalPlayer.Character.Humanoid.Jumppower + 10
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_PWBR89_FAKESCRIPT))
- function SCRIPT_DDAK81_FAKESCRIPT() -- mainframe.Script
- getfenv().script = Instance.new('Script', mainframe)
- script.Parent.Active = true
- script.Parent.Draggable = true
- end
- coroutine.resume(coroutine.create(SCRIPT_DDAK81_FAKESCRIPT))
Add Comment
Please, Sign In to add comment