@hate115 I think no one can teach you for free for this, you have to learn it yourself.
You can:
In BAS there is an image processing module, you should try to learn about it.
It will be easier if the number of images is limited.
from the function 'sovle captcha with clicks' i get [[COORDINATES_LIST]]
Then i use Foreach [[COORDINATES_LIST]] 
but how can i access x and y coordinates from that list so i could click on these coords?
i have [[FOREACH_DATA]] which for instance is [1,5] (where 1 is x.pos and 5 is y.pos] but when i do [[FOREACH_DATA]][0] i get an error, so how to do it correctly?
ERROR --- TypeError: Result of expression 'point[1]' [undefined] is not an object