Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[- You Will Need Snow Balls To Kill Minions,
- - When Your Bag Get Full Up It Will Then Add It To Snowman Else It Will Not.
- - Press 1 Before Farming Snowman And 2 Before Minions.]]
- local u = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local canes = Instance.new("TextButton")
- local canesoff = Instance.new("TextButton")
- local snowman = Instance.new("TextButton")
- local snowmanoff = Instance.new("TextButton")
- local minion = Instance.new("TextButton")
- local minionoff = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- game:GetService("StarterGui"):SetCore("SendNotification", {Title = "FunTrat0r On V3rm", Text = "Steller Is A BITCH!"})
- u.Name = "u"
- u.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = u
- main.Active = true
- main.BackgroundColor3 = Color3.new(0.176471, 0, 0.282353)
- main.BorderSizePixel = 0
- main.Position = UDim2.new(0.335015148, 0, 0.275280893, 0)
- main.Size = UDim2.new(0, 170, 0, 125)
- canes.Name = "canes"
- canes.Parent = main
- canes.BackgroundColor3 = Color3.new(0.290196, 0, 0.470588)
- canes.BorderColor3 = Color3.new(0.972549, 0.976471, 0.976471)
- canes.Position = UDim2.new(0.0665118992, 0, 0.0774759352, 0)
- canes.Size = UDim2.new(0, 109, 0, 18)
- canes.Font = Enum.Font.Fantasy
- canes.Text = "Farm Canes"
- canes.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
- canes.TextSize = 14
- canes.TextStrokeColor3 = Color3.new(1, 1, 1)
- canesoff.Name = "canesoff"
- canesoff.Parent = main
- canesoff.BackgroundColor3 = Color3.new(0.290196, 0, 0.470588)
- canesoff.BorderColor3 = Color3.new(0.972549, 0.976471, 0.976471)
- canesoff.Position = UDim2.new(0.771508813, 0, 0.0774759352, 0)
- canesoff.Size = UDim2.new(0, 28, 0, 18)
- canesoff.Font = Enum.Font.Fantasy
- canesoff.Text = "OFF"
- canesoff.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
- canesoff.TextSize = 14
- canesoff.TextStrokeColor3 = Color3.new(1, 1, 1)
- snowman.Name = "snowman"
- snowman.Parent = main
- snowman.BackgroundColor3 = Color3.new(0.290196, 0, 0.470588)
- snowman.BorderColor3 = Color3.new(0.972549, 0.976471, 0.976471)
- snowman.Position = UDim2.new(0.0606295466, 0, 0.315208554, 0)
- snowman.Size = UDim2.new(0, 109, 0, 18)
- snowman.Font = Enum.Font.Fantasy
- snowman.Text = "Snowman Farm"
- snowman.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
- snowman.TextSize = 14
- snowman.TextStrokeColor3 = Color3.new(1, 1, 1)
- snowmanoff.Name = "snowmanoff"
- snowmanoff.Parent = main
- snowmanoff.BackgroundColor3 = Color3.new(0.290196, 0, 0.470588)
- snowmanoff.BorderColor3 = Color3.new(0.972549, 0.976471, 0.976471)
- snowmanoff.Position = UDim2.new(0.765626431, 0, 0.315208554, 0)
- snowmanoff.Size = UDim2.new(0, 28, 0, 18)
- snowmanoff.Font = Enum.Font.Fantasy
- snowmanoff.Text = "OFF"
- snowmanoff.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
- snowmanoff.TextSize = 14
- snowmanoff.TextStrokeColor3 = Color3.new(1, 1, 1)
- minion.Name = "minion"
- minion.Parent = main
- minion.BackgroundColor3 = Color3.new(0.290196, 0, 0.470588)
- minion.BorderColor3 = Color3.new(0.972549, 0.976471, 0.976471)
- minion.Position = UDim2.new(0.0606295466, 0, 0.54228878, 0)
- minion.Size = UDim2.new(0, 109, 0, 18)
- minion.Font = Enum.Font.Fantasy
- minion.Text = "Minion Kill Farm"
- minion.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
- minion.TextSize = 14
- minion.TextStrokeColor3 = Color3.new(1, 1, 1)
- minionoff.Name = "minionoff"
- minionoff.Parent = main
- minionoff.BackgroundColor3 = Color3.new(0.290196, 0, 0.470588)
- minionoff.BorderColor3 = Color3.new(0.972549, 0.976471, 0.976471)
- minionoff.Position = UDim2.new(0.771508813, 0, 0.54228884, 0)
- minionoff.Size = UDim2.new(0, 28, 0, 18)
- minionoff.Font = Enum.Font.Fantasy
- minionoff.Text = "OFF"
- minionoff.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
- minionoff.TextSize = 14
- minionoff.TextStrokeColor3 = Color3.new(1, 1, 1)
- TextLabel.Parent = main
- TextLabel.BackgroundColor3 = Color3.new(0.0196078, 1, 0.411765)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0.0588235334, 0, 0.895999968, 0)
- TextLabel.Size = UDim2.new(0, 147, 0, 13)
- TextLabel.Font = Enum.Font.Fantasy
- TextLabel.Text = "Credits: FunTrat0r - Dark Devs"
- TextLabel.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
- TextLabel.TextSize = 10
- TextLabel_2.Parent = main
- TextLabel_2.BackgroundColor3 = Color3.new(0.0196078, 1, 0.411765)
- TextLabel_2.BackgroundTransparency = 1
- TextLabel_2.Position = UDim2.new(0.0588235334, 0, 0.743999958, 0)
- TextLabel_2.Size = UDim2.new(0, 147, 0, 13)
- TextLabel_2.Font = Enum.Font.Fantasy
- TextLabel_2.Text = "Need SnowBalls For Minions Kill"
- TextLabel_2.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
- TextLabel_2.TextSize = 10
- main.Draggable = true
- canes.MouseButton1Down:connect(function()
- _G.canes = true
- canes.BackgroundColor3 = Color3.new(0.0196078, 1, 0.411765)
- while _G.canes do
- wait()
- local plr = game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart
- local f = game.Workspace
- for i,v in pairs(f:GetDescendants()) do
- if v.Name == 'cane' then
- v.CFrame = plr.CFrame
- end
- end
- end
- end)
- canesoff.MouseButton1Down:connect(function()
- _G.canes = false
- canes.BackgroundColor3 = Color3.new(0.290196, 0, 0.470588)
- end)
- snowman.MouseButton1Down:connect(function()
- _G.t = true
- snowman.BackgroundColor3 = Color3.new(0.0196078, 1, 0.411765)
- local path = game.Players.LocalPlayer.localData
- while _G.t do
- wait()
- game:GetService("ReplicatedStorage").ThisGame.Calls.collectSnow:FireServer()
- wait()
- if path.snowballs.Value == path.sackStorage.Value then
- local A_1 = "addToSnowman"
- local Event = game:GetService("ReplicatedStorage").ThisGame.Calls.snowballController
- Event:FireServer(A_1)
- end
- end
- end)
- snowmanoff.MouseButton1Down:connect(function()
- _G.t = true
- snowman.BackgroundColor3 = Color3.new(0.290196, 0, 0.470588)
- end)
- minion.MouseButton1Down:connect(function()
- _G.f = true
- minion.BackgroundColor3 = Color3.new(0.0196078, 1, 0.411765)
- while _G.f do
- wait()
- local minion = game:GetService("Workspace").minionsHolder['3']
- for i,v in pairs (minion:GetChildren()) do
- if v.Name == 'head' then
- local A_1 = "throw"
- local A_2 = Vector3.new(v.Position)
- local A_3 = CFrame.new(v.Position)
- local Event = game:GetService("Workspace")[game.Players.LocalPlayer.Name].throwable.RemoteEvent
- Event:FireServer(A_1, A_2, A_3)
- wait()
- local A_1 = "minionHit"
- local A_2 = game:GetService("Workspace").minionsHolder['3']
- local Event = game:GetService("ReplicatedStorage").ThisGame.Calls.minionHelper
- Event:FireServer(A_1, A_2)
- end
- end
- end
- end)
- minionoff.MouseButton1Down:connect(function()
- _G.f = false
- minionoff.BackgroundColor3 = Color3.new(0.290196, 0, 0.470588)
- end)
- -- Don't You Dare Skid This Off Bitch. If You Did Bloody Marry Will Kill You In Dreams.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement