Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Open2 = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- local frame_2 = Instance.new("Frame")
- local DoNotTouch = Instance.new("TextLabel")
- local DoNotTouch_2 = Instance.new("TextLabel")
- local OpenKillGui = Instance.new("TextButton")
- local AddSnowToSnowman = Instance.new("TextButton")
- local BothCombined = Instance.new("TextButton")
- local X = Instance.new("TextButton")
- local frame_3 = Instance.new("Frame")
- local DoNotTouch_3 = Instance.new("TextLabel")
- local level3 = Instance.new("TextButton")
- local Level2 = Instance.new("TextButton")
- local level1 = Instance.new("TextButton")
- local X2 = Instance.new("TextButton")
- local level4 = Instance.new("TextButton")
- local level5 = Instance.new("TextButton")
- local tptocan = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Open2.Parent = ScreenGui
- Open2.BackgroundColor3 = Color3.new(1, 1, 1)
- Open2.BackgroundTransparency = 1
- Open2.Position = UDim2.new(-2.98023224e-08, 0, 0.450160772, 0)
- Open2.Size = UDim2.new(0, 98, 0, 32)
- Open.Name = "Open"
- Open.Parent = Open2
- Open.BackgroundColor3 = Color3.new(0.666667, 1, 1)
- Open.BackgroundTransparency = 0.5
- Open.Position = UDim2.new(0.0123269605, 0, 0.194787979, 0)
- Open.Size = UDim2.new(0, 94, 0, 26)
- Open.Font = Enum.Font.Gotham
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(0, 0, 0)
- Open.TextSize = 14
- Open.MouseButton1Down:connect(function()
- local Imput = game:GetService("UserInputService")
- local Plr = game.Players.LocalPlayer
- local Mouse = Plr:GetMouse()
- function To(position)
- local Chr = Plr.Character
- if Chr ~= nil then
- Chr:MoveTo(position)
- end
- end
- Imput.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 and Imput:IsKeyDown(Enum.KeyCode.LeftControl) then
- To(Mouse.Hit.p)
- end
- end)
- frame_2.Visible = true
- Open2.Visible = false
- end)
- frame_2.Name = "frame"
- frame_2.Parent = ScreenGui
- frame_2.BackgroundColor3 = Color3.new(0.666667, 1, 1)
- frame_2.BackgroundTransparency = 0.5
- frame_2.Position = UDim2.new(0.42153284, 0, 0.0932475924, 0)
- frame_2.Size = UDim2.new(0, 246, 0, 200)
- frame_2.Visible = false
- frame_2.Active = true
- frame_2.Draggable = true
- DoNotTouch.Name = "DoNotTouch"
- DoNotTouch.Parent = frame_2
- DoNotTouch.BackgroundColor3 = Color3.new(0, 0.333333, 1)
- DoNotTouch.BackgroundTransparency = 0.5
- DoNotTouch.Position = UDim2.new(0.0934959352, 0, 0, 0)
- DoNotTouch.Size = UDim2.new(0, 200, 0, 24)
- DoNotTouch.Font = Enum.Font.SourceSans
- DoNotTouch.Text = "Stupid Snowman Sim GUI"
- DoNotTouch.TextColor3 = Color3.new(0, 0, 0)
- DoNotTouch.TextSize = 14
- DoNotTouch_2.Name = "DoNotTouch"
- DoNotTouch_2.Parent = frame_2
- DoNotTouch_2.BackgroundColor3 = Color3.new(0, 0.333333, 1)
- DoNotTouch_2.BackgroundTransparency = 0.5
- DoNotTouch_2.Position = UDim2.new(0.0934959352, 0, 0.879999995, 0)
- DoNotTouch_2.Size = UDim2.new(0, 200, 0, 24)
- DoNotTouch_2.Font = Enum.Font.SourceSans
- DoNotTouch_2.Text = "Made by Homebrew#1098"
- DoNotTouch_2.TextColor3 = Color3.new(0, 0, 0)
- DoNotTouch_2.TextSize = 14
- OpenKillGui.Name = "OpenKillGui"
- OpenKillGui.Parent = frame_2
- OpenKillGui.BackgroundColor3 = Color3.new(0, 0.333333, 1)
- OpenKillGui.BackgroundTransparency = 0.5
- OpenKillGui.Position = UDim2.new(0.0934959352, 0, 0.654999912, 0)
- OpenKillGui.Size = UDim2.new(0, 200, 0, 38)
- OpenKillGui.Font = Enum.Font.SourceSans
- OpenKillGui.Text = "Kill Snowmen"
- OpenKillGui.TextColor3 = Color3.new(0, 0, 0)
- OpenKillGui.TextSize = 20
- OpenKillGui.MouseButton1Down:connect(function()
- frame_2.Visible = false
- frame_3.Visible = true
- end)
- AddSnowToSnowman.Name = "AddSnowToSnowman"
- AddSnowToSnowman.Parent = frame_2
- AddSnowToSnowman.BackgroundColor3 = Color3.new(0, 0.333333, 1)
- AddSnowToSnowman.BackgroundTransparency = 0.5
- AddSnowToSnowman.Position = UDim2.new(0.0934959352, 0, 0.405000001, 0)
- AddSnowToSnowman.Size = UDim2.new(0, 200, 0, 38)
- AddSnowToSnowman.Font = Enum.Font.SourceSans
- AddSnowToSnowman.Text = "Add storage snow to snowman"
- AddSnowToSnowman.TextColor3 = Color3.new(0, 0, 0)
- AddSnowToSnowman.TextSize = 17
- AddSnowToSnowman.MouseButton1Down:connect(function()
- game:GetService("ReplicatedStorage").ThisGame.Calls.snowballController:FireServer("addToSnowman")
- end)
- BothCombined.Name = "BothCombined"
- BothCombined.Parent = frame_2
- BothCombined.BackgroundColor3 = Color3.new(0, 0.333333, 1)
- BothCombined.BackgroundTransparency = 0.5
- BothCombined.Position = UDim2.new(0.0934959352, 0, 0.154999927, 0)
- BothCombined.Size = UDim2.new(0, 200, 0, 38)
- BothCombined.Font = Enum.Font.SourceSans
- BothCombined.Text = "Grow ball and sell"
- BothCombined.TextColor3 = Color3.new(0, 0, 0)
- BothCombined.TextSize = 20
- BothCombined.MouseButton1Down:connect(function()
- game:GetService("ReplicatedStorage").ThisGame.Calls.collectSnow:FireServer()
- game:GetService("ReplicatedStorage").ThisGame.Calls.snowballController:FireServer("addToSnowman")
- while true do wait()
- game:GetService("ReplicatedStorage").ThisGame.Calls.minionHelper:FireServer("minionHit", workspace.minionsHolder["2"])
- end
- end)
- X.Name = "X"
- X.Parent = frame_2
- X.BackgroundColor3 = Color3.new(0, 0.333333, 1)
- X.BackgroundTransparency = 0.5
- X.Position = UDim2.new(0.930894375, 0, 0, 0)
- X.Size = UDim2.new(0, 17, 0, 24)
- X.Font = Enum.Font.SourceSans
- X.Text = "X"
- X.TextColor3 = Color3.new(0, 0, 0)
- X.TextSize = 20
- X.MouseButton1Down:connect(function()
- frame_2.Visible = false
- Open2.Visible = true
- end)
- frame_3.Name = "frame"
- frame_3.Parent = ScreenGui
- frame_3.BackgroundColor3 = Color3.new(0.666667, 1, 1)
- frame_3.BackgroundTransparency = 0.5
- frame_3.Position = UDim2.new(0.315797806, 0, 0.228295818, 0)
- frame_3.Size = UDim2.new(0, 246, 0, 282)
- frame_3.Visible = false
- frame_3.Active = true
- frame_3.Draggable = true
- DoNotTouch_3.Name = "DoNotTouch"
- DoNotTouch_3.Parent = frame_3
- DoNotTouch_3.BackgroundColor3 = Color3.new(0, 0.333333, 1)
- DoNotTouch_3.BackgroundTransparency = 0.5
- DoNotTouch_3.Position = UDim2.new(0.0934959352, 0, 0, 0)
- DoNotTouch_3.Size = UDim2.new(0, 200, 0, 24)
- DoNotTouch_3.Font = Enum.Font.SourceSans
- DoNotTouch_3.Text = "Stupid Snowman Sim GUI"
- DoNotTouch_3.TextColor3 = Color3.new(0, 0, 0)
- DoNotTouch_3.TextSize = 14
- level3.Name = "level 3"
- level3.Parent = frame_3
- level3.BackgroundColor3 = Color3.new(0, 0.333333, 1)
- level3.BackgroundTransparency = 0.5
- level3.Position = UDim2.new(0.0934959352, 0, 0.430685163, 0)
- level3.Size = UDim2.new(0, 200, 0, 38)
- level3.Font = Enum.Font.SourceSans
- level3.Text = "Kill level 3 (150health)"
- level3.TextColor3 = Color3.new(0, 0, 0)
- level3.TextSize = 20
- level3.MouseButton1Down:connect(function()
- while true do wait()
- game:GetService("ReplicatedStorage").ThisGame.Calls.minionHelper:FireServer("minionHit", workspace.minionsHolder["3"])
- end
- end)
- Level2.Name = "Level2"
- Level2.Parent = frame_3
- Level2.BackgroundColor3 = Color3.new(0, 0.333333, 1)
- Level2.BackgroundTransparency = 0.5
- Level2.Position = UDim2.new(0.0934959352, 0, 0.268187702, 0)
- Level2.Size = UDim2.new(0, 200, 0, 38)
- Level2.Font = Enum.Font.SourceSans
- Level2.Text = "Kill level 2 (25health)"
- Level2.TextColor3 = Color3.new(0, 0, 0)
- Level2.TextSize = 20
- Level2.MouseButton1Down:connect(function()
- while true do wait()
- game:GetService("ReplicatedStorage").ThisGame.Calls.minionHelper:FireServer("minionHit", workspace.minionsHolder["2"])
- end
- end)
- level1.Name = "level1"
- level1.Parent = frame_3
- level1.BackgroundColor3 = Color3.new(0, 0.333333, 1)
- level1.BackgroundTransparency = 0.5
- level1.Position = UDim2.new(0.0934959352, 0, 0.108900636, 0)
- level1.Size = UDim2.new(0, 200, 0, 38)
- level1.Font = Enum.Font.SourceSans
- level1.Text = "Kill level 1 (4health)"
- level1.TextColor3 = Color3.new(0, 0, 0)
- level1.TextSize = 20
- level1.MouseButton1Down:connect(function()
- while true do wait()
- game:GetService("ReplicatedStorage").ThisGame.Calls.minionHelper:FireServer("minionHit", workspace.minionsHolder["1"])
- end
- end)
- X2.Name = "X2"
- X2.Parent = frame_3
- X2.BackgroundColor3 = Color3.new(0, 0.333333, 1)
- X2.BackgroundTransparency = 0.5
- X2.Position = UDim2.new(0.930894375, 0, 0, 0)
- X2.Size = UDim2.new(0, 17, 0, 24)
- X2.Font = Enum.Font.SourceSans
- X2.Text = "X"
- X2.TextColor3 = Color3.new(0, 0, 0)
- X2.TextSize = 20
- X2.MouseButton1Down:connect(function()
- frame_3.Visible = false
- frame_2.Visible = true
- end)
- level4.Name = "level 4"
- level4.Parent = frame_3
- level4.BackgroundColor3 = Color3.new(0, 0.333333, 1)
- level4.BackgroundTransparency = 0.5
- level4.Position = UDim2.new(0.0934959352, 0, 0.589972079, 0)
- level4.Size = UDim2.new(0, 200, 0, 38)
- level4.Font = Enum.Font.SourceSans
- level4.Text = "Kill level 4 (1khealth)"
- level4.TextColor3 = Color3.new(0, 0, 0)
- level4.TextSize = 20
- level4.MouseButton1Down:connect(function()
- while true do wait()
- game:GetService("ReplicatedStorage").ThisGame.Calls.minionHelper:FireServer("minionHit", workspace.minionsHolder["4"])
- end
- end)
- level5.Name = "level 5"
- level5.Parent = frame_3
- level5.BackgroundColor3 = Color3.new(0, 0.333333, 1)
- level5.BackgroundTransparency = 0.5
- level5.Position = UDim2.new(0.0934959352, 0, 0.749258995, 0)
- level5.Size = UDim2.new(0, 200, 0, 38)
- level5.Font = Enum.Font.SourceSans
- level5.Text = "Kill level 5 (50khealth"
- level5.TextColor3 = Color3.new(0, 0, 0)
- level5.TextSize = 20
- level5.MouseButton1Down:connect(function()
- while true do wait()
- game:GetService("ReplicatedStorage").ThisGame.Calls.minionHelper:FireServer("minionHit", workspace.minionsHolder["5"])
- end
- end)
- tptocan.Name = "tptocan"
- tptocan.Parent = frame_3
- tptocan.BackgroundColor3 = Color3.new(0, 0.333333, 1)
- tptocan.BackgroundTransparency = 0.5
- tptocan.Position = UDim2.new(0.0934959352, 0, 0.915925682, 0)
- tptocan.Size = UDim2.new(0, 200, 0, 23)
- tptocan.Font = Enum.Font.SourceSans
- tptocan.Text = "Teleport to Canes"
- tptocan.TextColor3 = Color3.new(0, 0, 0)
- tptocan.TextSize = 20
- tptocan.MouseButton1Down:connect(function()
- local canes = {}
- for i,v in pairs(game.Workspace:GetDescendants()) do
- if string.lower(v.Name) == "cane" then
- table.insert(canes,v)
- end
- end
- for i,v in pairs(canes) do
- if v ~= nil then
- --teleport to cane here, cane is v
- game.Players.LocalPlayer.Character:MoveTo(v.Position)
- wait(.5) --change this to however fast you want to teleport to the canes .5 is default
- end
- end
- end)
- -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement