draxe55

shoefarm

Jun 18th, 2021
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(116.618, 22.799, -479.274)
  2. local job = game:GetService("Workspace").Ignored.HospitalJob
  3. while true do
  4. wait(3)
  5. if job:FindFirstChild('Can I get the Red bottle') then
  6. fireclickdetector(game:GetService("Workspace").Ignored.HospitalJob.Red.ClickDetector)
  7. wait(.1)
  8. fireclickdetector(game:GetService("Workspace").Ignored.HospitalJob["Can I get the Red bottle"].ClickDetector)
  9.  
  10. elseif job:FindFirstChild('Can I get the Green bottle') then
  11. fireclickdetector(game:GetService("Workspace").Ignored.HospitalJob.Green.ClickDetector)
  12. wait(.1)
  13. fireclickdetector(game:GetService("Workspace").Ignored.HospitalJob["Can I get the Green bottle"].ClickDetector)
  14. elseif job:FindFirstChild('Can I get the Blue bottle') then
  15. fireclickdetector(game:GetService("Workspace").Ignored.HospitalJob.Blue.ClickDetector)
  16. wait(.1)
  17. fireclickdetector(game:GetService("Workspace").Ignored.HospitalJob["Can I get the Blue bottle"].ClickDetector)
  18.  
  19. end
  20. end
Advertisement
Add Comment
Please, Sign In to add comment