Looking at the code, you cannot do this without a using a hook.
No variables other than the adsense details are registered for that template when its created, so you need to pre-register either $forum or $thread.
PHP Code:
vB_Template::preRegister('ad_showthread_firstpost_start',array('thread' => $thread));
The 'postbit_display_complete' hook should be ok to use.