thanks guys
if found this code but can't seem to get it to work ...(these are not the urls im using just that was the code when i found it)
this just throws up a internal server error for anyone trying to visit
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?.*episodesusdbz/.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?advancedmoneyloans.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?affiliplanet.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?apart-?design.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?auktion.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?autogewinne24.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?autospiele24.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?babay.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?euromillionen.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?eurowins.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?gsm-support.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?qw8.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?geldspiele24.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?goovle.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?heil-fasten.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?immobiliengewinne24.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?incest-.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?keywordmaster.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?one2onemag.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?reisegewinne24.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?rootfood.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?shemale.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?single66.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?slamhost.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?spielepsychatrie.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?superface.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?topgewinn24.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?topspiele24.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?transexual.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?usa-wins.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?vendini.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?webmasterplan.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?wseeker.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?xmaster.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?referrer-script.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://www14\.blogspot.*$ [OR]
RewriteCond %{HTTP_REFERER} ^
http://(www\.)?yahh+oo.*$
RewriteRule /*
http://www.yoursite.com/restricted_url.html [R,L]