IamSourFish

Roblox Roville AutoFarm Script

Jul 15th, 2021
864
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.88 KB | None | 0 0
  1. --Roville Autofarm
  2. --uknown credits
  3. local a=game:GetService"Workspace".PoliceStation.PJobDesks;local b=game:GetService"RunService"local function c()for d,e in pairs(a:GetChildren())do if e.Temp:FindFirstChild"Paper"then local f=e.Temp.Paper.S.OFF.Text;if f=="Theft"or f=="Murder"or f=="Breaking In"then fireclickdetector(e.A.C)else fireclickdetector(e.B.C)end end end end;local function g()for d,e in pairs(a:GetChildren())do if not e.Temp:FindFirstChild"Paper"then fireclickdetector(e.Print.C)end end end;local function h()g()c()end;local i={["HeaderWidth"]=200,["AccentColor"]=Color3.new(1,1,1)}local j=loadstring(game:HttpGet"https://gitlab.com/0x45.xyz/droplib/-/raw/master/drop-minified.lua")():Init(i,game.CoreGui)local k=j:CreateCategory"Farms"k:CreateSwitch("Toggle Police Farm",function(l)if l then b:BindToRenderStep("policeFarm",1,h)else b:UnbindFromRenderStep"policeFarm"end end,false)
Advertisement
Add Comment
Please, Sign In to add comment