Htaccess Useragent Cloaking
Here is a .htacess cloaking which i used quickly to monetize traffic when i switched to affiliate marketing when adsense banned me for MFA sites few months back. Few Members helped me out quickly.Here is the quick htacess cloaking code and you can modify it on your own.
Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_USER_AGENT} !googlebot|slurp|msnbot|ask| [nc]
RewriteRule (.*) http://yourdomain.com/somefolder/ [R,L]
Use it on your own risk

