You need to edit the postbit template. Just do a search for adsense on vbulletin.org there are lots of different mods for this.
<div id="post_message_$post[postid]">$post[message]</div> <!---ads--> <if condition="THIS_SCRIPT == 'showthread'"> <if condition="!$GLOBALS['FIRSTPOSTID']"> your ads </if> </if> <!--ads-->
postbit! insert below code which one thread only show one time adsense. if you show over 3 times, will against TOS <div id="post_message_$post[postid]">$post[message]</div> <!---ads--> <if condition="THIS_SCRIPT == 'showthread'"> <if condition="!$GLOBALS['FIRSTPOSTID']"> your ads </if> </if> <!--ads-->