Created by Saiky
Features:
- GET EVERY ORB
getgenv().autofarm = true
while autofarm == true do
game:GetService("Workspace")
local playerHead = game.Players.LocalPlayer.Character.Head
for i, v in pairs(game:GetService("Workspace"):GetDescendants()) do
if v.Name == "CanRespawn" and v.Parent then
firetouchinterest(playerHead, v.Parent, 0)
firetouchinterest(playerHead, v.Parent, 1)
end
end
wait()
end
ENJOY!