Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local TextLabel_2 = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ResetOnSpawn = false
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
- Frame.Position = UDim2.new(0.545462608, 0, 0.376395017, 0)
- Frame.Size = UDim2.new(0, 425, 0, 372)
- Frame.Active = true
- Frame.Draggable = true
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(85, 255, 255)
- TextLabel.Position = UDim2.new(0, 0, -0.0039049373, 0)
- TextLabel.Size = UDim2.new(0, 428, 0, 72)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "DELIVERY SIMULATOR AUTOFARM"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 35.000
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
- TextButton.Position = UDim2.new(0.141491562, 0, 0.317911685, 0)
- TextButton.Size = UDim2.new(0, 304, 0, 151)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "ACTIVATE!!!"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextSize = 55.000
- TextButton.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)
- TextLabel_2.Parent = Frame
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
- TextLabel_2.Position = UDim2.new(-0.00154346228, 0, 0.798174858, 0)
- TextLabel_2.Size = UDim2.new(0, 426, 0, 75)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "Gui Made By Avoidzs On Yt / Brooklyn"
- TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.TextSize = 30.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement