Have your Black Hat Code Breaker script link point to a php file with these contents in it, obviously change your links to your cpa redirector affiliate links Code: <?php $random_url = array("http://www.yahoo.com", "http://www.google.com"); srand(time()); $random = (rand()%count($random_url)); header ("Location: $random_url[$random]"); ?> And it'll randomly pick one of the links to go to, handy for spreading the money