Advertisement
sync_exploits

Rocitizens Autofarm

Feb 12th, 2022
697
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. -- Distributed by dsc.gg/shxrp -- // Best Roblox Exploits, Cheats & Hacks Source!
  2.  
  3. getgenv().AutoFarm = true -- false/off true/on
  4. spawn(function()
  5. while AutoFarm do task.wait(0.1)
  6. pcall(function()
  7.  
  8. local args = {
  9. [1] = "Food Clerk",
  10. [2] = "Nomburger"
  11. }
  12.  
  13. game:GetService("ReplicatedStorage").Modules.Work.Working.Relays.StartShift:InvokeServer(unpack(args))
  14. wait()
  15. local args = {
  16. [1] = "Nurse",
  17. [2] = "Hospital"
  18. }
  19.  
  20. game:GetService("ReplicatedStorage").Modules.Work.Working.Relays.StartShift:InvokeServer(unpack(args))
  21. end) end end)
  22. spawn(function()
  23. while AutoFarm do task.wait()
  24. pcall(function()
  25. for i,v in pairs(game:GetService("Workspace").WorkEnvironments["Nomburger_Food Clerk"]:GetChildren()) do
  26. if v.Name == "Station" then
  27. Customer = v.Customers:FindFirstChild("Customer")
  28.  
  29.  
  30. workspace.WorkEnvironments["Nomburger_Food Clerk"].EnvironmentHandler.CompleteOrder:FireServer(v, Customer)
  31. wait()
  32. end end
  33. end) end end)
  34. spawn(function()
  35. while AutoFarm do task.wait()
  36. pcall(function()
  37. for i ,v in pairs(game:GetService("Workspace").WorkEnvironments["Hospital_Nurse"]:GetChildren()) do
  38. if v.Name == "Station" then
  39. Money = v.Patients:FindFirstChild("Patient")
  40.  
  41. game:GetService("ReplicatedStorage").Relays.Work.FulfillPatient:FireServer(Money, "Success")
  42. wait()
  43. end end end) end end)
  44.  
  45. game:GetService("Players").LocalPlayer.Idled:connect(function()
  46. local vu = game:GetService("VirtualUser")
  47. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  48. wait(1)
  49. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  50. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement