function autoFarm()
if autofarm then
coordStart(-2458.5100, 137.5128, 134.4279, 300, 4, false)
math.randomseed(os.time())
local coords = coordinates[math.random(#coordinates)]
coordStart(coords.x, coords.y, coords.z, 300, 4, false)
end
end
оно сначала...