Here's another way...
Go AdminCP > Plugins & Products > Add New Plugin
Fill out the fields as displayed in the picture:
Attachment 31
You need to change the '19' to whichever forums you want to exclude, in the following format:
Code:
$vbulletin->GPC['exclude'] .= ',X,X,Z';
...where ,X,X,Z represents the forum IDs.