function zb()
mSleep(1500);
x, y =findColorInRegion(0x9A9A9A,1109, 271,1115, 2337)
if x ~= -1 and y ~= -1 then
n=y
mSleep(100);
x1, y1 = findColorInRegion(0xFEFFFE, 1109, n,1115, 2337);
if x1 ~= -1 and y1 ~= -1 then
cd = y1
end
else
end
end