Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local virtualUser = game:GetService('VirtualUser')
- virtualUser:CaptureController()
- function teleportTo(CFrame)
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame
- end
- _G.autoFarm = false
- function autoFarm()
- while _G.autoFarm do
- fireclickdetector(game:GetService("Workspace").DeliverySys.Misc["Package Pile"].ClickDetector)
- task.wait(2.2)
- for _,point in pairs(game:GetService("Workspace").DeliverySys.DeliveryPoints:GetChildren()) do
- if point.Locate.Locate.Enabled then
- teleportTo(point.CFrame)
- end
- end
- task.wait(0)
- end
- end
- local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/246437373/Venyx-UI-Library/main/source.lua"))()
- local venyx = library.new("唐县", 5013109572)
- if game.CoreGui:FindFirstChild("AWToggle") then
- game.CoreGui:FindFirstChild("AWToggle"):Destroy()
- end
- local AWToggle = Instance.new("ScreenGui")
- local Logo = Instance.new("ImageButton")
- local UIC = Instance.new("UICorner")
- AWToggle.Parent = game.CoreGui
- AWToggle.Name = "AWToggle"
- Logo.Parent = AWToggle
- Logo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Logo.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Logo.BorderSizePixel = 0
- Logo.Position = UDim2.new(0.0246002469, 0, 0.44853875, 0)
- Logo.Size = UDim2.new(0.0615006164, 0, 0.127064809, 0)
- Logo.Image = "http://www.roblox.com/asset/?id=17411013742"
- Logo.Draggable = true
- Logo.Active = true
- Logo.Selectable = true
- UIC.CornerRadius = UDim.new(1, 0)
- UIC.Parent = Logo
- Logo.MouseButton1Click:Connect(function()
- if game.CoreGui:FindFirstChild("唐县") then
- local ui = game.CoreGui:FindFirstChild("唐县")
- if ui.Enabled == true then
- game.CoreGui:FindFirstChild("唐县").Enabled = false
- else
- game.CoreGui:FindFirstChild("唐县").Enabled = true
- end
- end
- end)
- local themes = {
- Background = Color3.fromRGB(24, 24, 24),
- Glow = Color3.fromRGB(0, 0, 0),
- Accent = Color3.fromRGB(10, 10, 10),
- LightContrast = Color3.fromRGB(20, 20, 20),
- DarkContrast = Color3.fromRGB(14, 14, 14),
- TextColor = Color3.fromRGB(255, 255, 255)
- }
- local page = venyx:addPage("自动刷钱", 5012544693)
- local section1 = page:addSection("自动刷钱")
- section1:addToggle("自动刷钱 | 送货员", nil, function(value)
- _G.autoFarm = value
- if value then
- autoFarm()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement