I managed to figure it out...this displays to all the groups except for those listed:
Code:
<if condition="$post['postid'] == $thread['firstpostid']">
<if condition="($bbuserinfo[usergroupid]!=5 AND $bbuserinfo[usergroupid]!=6 AND $bbuserinfo[usergroupid]!=7 AND $bbuserinfo[usergroupid]!=10)">
Ad code goes here
</if>
</if>