How can i add thumbnails to all of my posts of autoblogs?



Why NSFW? At least you didn't use the boobs icon

If you are using WP Robot, there is a flickr module you can use to post thumbnails. I'm not sure, but it might be theme dependent as well.
 
assuming you've already got wp robot, look in to the module.

personally, since I do not have wp-robot, I'd write a plugin/filter myself that searched for img src="" and then took that and added a thumbnail. But if you've got wp robot, then all that work is already done for you.
 
Which module you are talking about?
Can you just give the name of the module in Wp robot.

Or if you know a plugin which can add thumbnail to every posts in Homepage then it would be much better

assuming you've already got wp robot, look in to the module.

personally, since I do not have wp-robot, I'd write a plugin/filter myself that searched for img src="" and then took that and added a thumbnail. But if you've got wp robot, then all that work is already done for you.