Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local UIGradient = Instance.new("UIGradient")
- local UICorner = Instance.new("UICorner")
- local TextLabel_2 = Instance.new("TextLabel")
- local UIGradient_2 = Instance.new("UIGradient")
- local UICorner_2 = Instance.new("UICorner")
- local UIGradient_3 = Instance.new("UIGradient")
- local DeliverySimulatorAutoFarmActivateItHere = Instance.new("TextButton")
- local UIGradient_4 = Instance.new("UIGradient")
- local UICorner_3 = Instance.new("UICorner")
- local DeliverySimulatorAutoFarmDisableItHere = Instance.new("TextButton")
- local UIGradient_5 = Instance.new("UIGradient")
- local UICorner_4 = Instance.new("UICorner")
- local CLOSE = Instance.new("TextButton")
- local UICorner_5 = Instance.new("UICorner")
- local UIGradient_6 = Instance.new("UIGradient")
- local UICorner_6 = Instance.new("UICorner")
- local openmain = Instance.new("Frame")
- local open = Instance.new("TextButton")
- local UICorner_7 = Instance.new("UICorner")
- local UIGradient_7 = Instance.new("UIGradient")
- local UICorner_8 = Instance.new("UICorner")
- local UIGradient_8 = Instance.new("UIGradient")
- ScreenGui.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- main.Position = UDim2.new(0.246190876, 0, 0.316688567, 0)
- main.Size = UDim2.new(0, 646, 0, 279)
- main.Visible = false
- main.Active = true
- main.Draggable = true
- TextLabel.Parent = main
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.Size = UDim2.new(0, 646, 0, 46)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Avoidzs YT GUI"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 0, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(0, 0, 255))}
- UIGradient.Parent = TextLabel
- UICorner.Parent = TextLabel
- TextLabel_2.Parent = main
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.Position = UDim2.new(0, 0, 0.835125446, 0)
- TextLabel_2.Size = UDim2.new(0, 646, 0, 46)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "GUI Made By Avoidzs On YT | Please Like And Subscribe"
- TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14.000
- TextLabel_2.TextWrapped = true
- UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 0, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(0, 0, 255))}
- UIGradient_2.Parent = TextLabel_2
- UICorner_2.Parent = TextLabel_2
- UIGradient_3.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 0, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(0, 0, 255))}
- UIGradient_3.Parent = main
- DeliverySimulatorAutoFarmActivateItHere.Name = "Delivery Simulator AutoFarm Activate It Here!!!"
- DeliverySimulatorAutoFarmActivateItHere.Parent = main
- DeliverySimulatorAutoFarmActivateItHere.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- DeliverySimulatorAutoFarmActivateItHere.Position = UDim2.new(0, 0, 0.164874554, 0)
- DeliverySimulatorAutoFarmActivateItHere.Size = UDim2.new(0, 326, 0, 187)
- DeliverySimulatorAutoFarmActivateItHere.Font = Enum.Font.SourceSans
- DeliverySimulatorAutoFarmActivateItHere.Text = "Delivery Simulator AutoFarm Activate It Here!!!"
- DeliverySimulatorAutoFarmActivateItHere.TextColor3 = Color3.fromRGB(0, 0, 0)
- DeliverySimulatorAutoFarmActivateItHere.TextScaled = true
- DeliverySimulatorAutoFarmActivateItHere.TextSize = 14.000
- DeliverySimulatorAutoFarmActivateItHere.TextWrapped = true
- DeliverySimulatorAutoFarmActivateItHere.MouseButton1Down:connect(function()
- _G.Enabled = true ---Enable script
- _G.Stock = true --Auto restock all racks
- _G.Deliver = true --Auto sell everything
- loadstring(game:HttpGet('https://pastebin.com/raw/VkRfdPp1'))()
- end)
- UIGradient_4.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 0, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(0, 0, 255))}
- UIGradient_4.Parent = DeliverySimulatorAutoFarmActivateItHere
- UICorner_3.Parent = DeliverySimulatorAutoFarmActivateItHere
- DeliverySimulatorAutoFarmDisableItHere.Name = "Delivery Simulator AutoFarm Disable It Here!!!"
- DeliverySimulatorAutoFarmDisableItHere.Parent = main
- DeliverySimulatorAutoFarmDisableItHere.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- DeliverySimulatorAutoFarmDisableItHere.Position = UDim2.new(0.504643977, 0, 0.164874554, 0)
- DeliverySimulatorAutoFarmDisableItHere.Size = UDim2.new(0, 320, 0, 187)
- DeliverySimulatorAutoFarmDisableItHere.Font = Enum.Font.SourceSans
- DeliverySimulatorAutoFarmDisableItHere.Text = "Delivery Simulator AutoFarm Disable It Here!!!"
- DeliverySimulatorAutoFarmDisableItHere.TextColor3 = Color3.fromRGB(0, 0, 0)
- DeliverySimulatorAutoFarmDisableItHere.TextScaled = true
- DeliverySimulatorAutoFarmDisableItHere.TextSize = 14.000
- DeliverySimulatorAutoFarmDisableItHere.TextWrapped = true
- DeliverySimulatorAutoFarmDisableItHere.MouseButton1Down:connect(function()
- _G.Enabled = false ---Disable script
- _G.Stock = false --Auto restock all racks Disable
- _G.Deliver = false --Auto sell everything Disable
- loadstring(game:HttpGet('https://pastebin.com/raw/VkRfdPp1'))()
- end)
- UIGradient_5.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 0, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(0, 0, 255))}
- UIGradient_5.Parent = DeliverySimulatorAutoFarmDisableItHere
- UICorner_4.Parent = DeliverySimulatorAutoFarmDisableItHere
- CLOSE.Name = "CLOSE"
- CLOSE.Parent = main
- CLOSE.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- CLOSE.BorderColor3 = Color3.fromRGB(53, 0, 0)
- CLOSE.Position = UDim2.new(0.907120764, 0, 0, 0)
- CLOSE.Size = UDim2.new(0, 60, 0, 46)
- CLOSE.Font = Enum.Font.SourceSans
- CLOSE.Text = "x"
- CLOSE.TextColor3 = Color3.fromRGB(0, 0, 0)
- CLOSE.TextScaled = true
- CLOSE.TextSize = 14.000
- CLOSE.TextStrokeColor3 = Color3.fromRGB(255, 0, 0)
- CLOSE.TextWrapped = true
- CLOSE.MouseButton1Down:connect(function()
- main.Visible = false
- openmain.Visible = true
- end)
- UICorner_5.Parent = CLOSE
- UIGradient_6.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 0, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(0, 0, 255))}
- UIGradient_6.Parent = CLOSE
- UICorner_6.Parent = main
- openmain.Name = "openmain"
- openmain.Parent = ScreenGui
- openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- openmain.Position = UDim2.new(0, 0, 0.552587688, 0)
- openmain.Size = UDim2.new(0, 156, 0, 40)
- openmain.Active = true
- openmain.Draggable = true
- open.Name = "open"
- open.Parent = openmain
- open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- open.Size = UDim2.new(0, 156, 0, 40)
- open.Font = Enum.Font.SourceSans
- open.Text = "OPEN"
- open.TextColor3 = Color3.fromRGB(0, 0, 0)
- open.TextSize = 14.000
- open.MouseButton1Down:connect(function()
- openmain.Visible = false
- main.Visible = true
- end)
- UICorner_7.Parent = open
- UIGradient_7.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 0, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(0, 0, 255))}
- UIGradient_7.Parent = open
- UICorner_8.Parent = openmain
- UIGradient_8.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 0, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(0, 0, 255))}
- UIGradient_8.Parent = openmain
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement