City Life Script | AUTO FARM

download-1-1.png

Created by OvM

Features:

local plr = game.Players.LocalPlayer -- Local player variable
local plrChar = plr.Character -- Local character variable
local hRP = plrChar.HumanoidRootPart -- Character humanoid root part variable

local heistNumber = 1

while heistNumber < 19 do
   
   for vIndex ,vItem in pairs (game:GetService("Workspace").jobInstances.criminal.heists:FindFirstChild(heistNumber):GetChildren()) do
   
       if (vItem:IsA("Part")) then -- Use only "Parts"
           
           local attempts = 10
           
           while attempts > 0 do
               
               wait()
           
               for i ,v in pairs (vItem:GetChildren()) do
                   
                   local mFound = false
               
                   if v:IsA("Model") then
                       
                       mFound = true
                       
                   end
                   
                   if mFound == true then
                       
                       print(vItem.Name)
                       game:GetService("ReplicatedStorage").remoteInterface.jobs.action:InvokeServer(vItem,1)
                       
                   end
                   
               end
               
               attempts = attempts - 1
                   
           end
           
       end
   
   end

   heistNumber = heistNumber + 1   
 
end

 

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of ServiceÂ