To add this in 4.2 is actually easy, but 4.2 does not have a navbar like this, however you can use a mod like
https://vborg.vbsupport.ru/showthread.php?t=257261 which is what i do, and for the template edit for header you can just replace
Code:
<b>Post Count:</b> {vb:raw bbuserinfo.posts}<br><br><b>Last Visit:</b> {vb:raw pmbox.lastvisitdate} @ {vb:raw pmbox.lastvisittime}
With
Code:
<b>Post Count:</b> {vb:raw bbuserinfo.posts}<br><b>Credits:</b> {vb:raw bbuserinfo.credits}<br><b>Last Visit:</b> {vb:raw pmbox.lastvisitdate} @ {vb:raw pmbox.lastvisittime}
Also if you changed the name of the credits, just change credits accordingly. However you don't necessarily need the header rework, you can put "<b>Credits:</b> {vb:raw bbuserinfo.credits}" anywhere if you want.