Just figured it out, I hope someone else will find it useful:
In the footer template use the following code:
<if test="in_array( $this->memberData['member_group_id'], array( 4,10 ) )">
<script type="text/javascript" src="/forum/u2u/external.php?type=djs" charset="utf-8"></script>
<script type="text/javascript" src="/forum/u2u/external.php?type=js" charset="utf-8"></script>
</if>
Of course, apply your own member group ids :)