Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = 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 DeliverySimulatorAutoFarmActivateHere = Instance.new("TextButton")
- local UIGradient_4 = Instance.new("UIGradient")
- local UICorner_3 = Instance.new("UICorner")
- local DeliverySimulatorAutoFarmDisableHere = Instance.new("TextButton")
- local UIGradient_5 = Instance.new("UIGradient")
- local UICorner_4 = Instance.new("UICorner")
- local UICorner_5 = Instance.new("UICorner")
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ResetOnSpawn = false
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Frame.Position = UDim2.new(0.224191859, 0, 0.253756255, 0)
- Frame.Size = UDim2.new(0, 529, 0, 295)
- Frame.Active = true
- Frame.Draggable = true
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.Size = UDim2.new(0, 529, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Avoidzs 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 = Frame
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.Position = UDim2.new(0, 0, 0.830508471, 0)
- TextLabel_2.Size = UDim2.new(0, 529, 0, 50)
- 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 = Frame
- DeliverySimulatorAutoFarmActivateHere.Name = "Delivery Simulator AutoFarm Activate Here!!!"
- DeliverySimulatorAutoFarmActivateHere.Parent = Frame
- DeliverySimulatorAutoFarmActivateHere.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- DeliverySimulatorAutoFarmActivateHere.Position = UDim2.new(0, 0, 0.169491529, 0)
- DeliverySimulatorAutoFarmActivateHere.Size = UDim2.new(0, 265, 0, 195)
- DeliverySimulatorAutoFarmActivateHere.Font = Enum.Font.SourceSans
- DeliverySimulatorAutoFarmActivateHere.Text = "Delivery Simulator AutoFarm Activate Here!!!"
- DeliverySimulatorAutoFarmActivateHere.TextColor3 = Color3.fromRGB(0, 0, 0)
- DeliverySimulatorAutoFarmActivateHere.TextScaled = true
- DeliverySimulatorAutoFarmActivateHere.TextSize = 14.000
- DeliverySimulatorAutoFarmActivateHere.TextWrapped = true
- DeliverySimulatorAutoFarmActivateHere.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 = DeliverySimulatorAutoFarmActivateHere
- UICorner_3.Parent = DeliverySimulatorAutoFarmActivateHere
- DeliverySimulatorAutoFarmDisableHere.Name = "Delivery Simulator AutoFarm Disable Here!!!"
- DeliverySimulatorAutoFarmDisableHere.Parent = Frame
- DeliverySimulatorAutoFarmDisableHere.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- DeliverySimulatorAutoFarmDisableHere.Position = UDim2.new(0.500945151, 0, 0.169491529, 0)
- DeliverySimulatorAutoFarmDisableHere.Size = UDim2.new(0, 265, 0, 195)
- DeliverySimulatorAutoFarmDisableHere.Font = Enum.Font.SourceSans
- DeliverySimulatorAutoFarmDisableHere.Text = "Delivery Simulator AutoFarm Disable Here!!!"
- DeliverySimulatorAutoFarmDisableHere.TextColor3 = Color3.fromRGB(0, 0, 0)
- DeliverySimulatorAutoFarmDisableHere.TextScaled = true
- DeliverySimulatorAutoFarmDisableHere.TextSize = 14.000
- DeliverySimulatorAutoFarmDisableHere.TextWrapped = true
- DeliverySimulatorAutoFarmDisableHere.MouseButton1Down:connect(function()
- _G.Enabled = false ---Disable script
- _G.Stock = false --Disable Auto all racks
- _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 = DeliverySimulatorAutoFarmDisableHere
- UICorner_4.Parent = DeliverySimulatorAutoFarmDisableHere
- UICorner_5.Parent = Frame
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement