RuneScape Hiscore UBBC Code:

Global Footer:

<script type="text/javascript"><!--
var newButton = 'http://img77.imageshack.us/img77/1826/iconfw4.png';
if(document.postForm){
var buttonImage = document.createElement('img');
buttonImage.src = newButton;
buttonImage.border = "0";
var newClicky = document.createElement('a');
var Rsubbc = 'Rs';
newClicky.href = 'javascript:add("['+Rsubbc+']","[/'+Rsubbc+']")';
newClicky.appendChild(buttonImage);
document.postForm.color.parentNode.appendChild(newClicky);}
if(location.href.match(/action\=(display|pmview|recent|userrecentposts|gotopost|search|calendarview)/) || (!location.href.match(/action\=/) && document.postForm)){
td=document.getElementsByTagName("td");
for(i=0;i<td.length;i++){
if(td[i].width=="20%" && td[i].className.match(/windowbg/)){
r=td[i].nextSibling.innerHTML.match(/\[Rs\](.+?)\[\/Rs\]/i);
if(r!=null){
q=RegExp.$1;
td[i].nextSibling.innerHTML=td[i].nextSibling.innerHTML.replace(r[0],"<a href=\"http://hiscore.runescape.com/hiscorepersonal.ws?user1="+escape(q.replace(/<\/?.+?>/ig,""))+"\" target=\"_blank\">"+q+"</a>");
i--;}}}}
//--></script>

Code Database:

If you have a Code Database (a forum that serves as a collection of scripts) on your message board, you may paste the following code into that forum to add it your own code list.

[b]Title:[/b] [url=http://proboards.gamingmedley.com/codes/runescape-hiscore-ubbc.html]RuneScape Hiscore UBBC[/url]
[b]Creator:[/b] Ambo100
[b]Cross-Browser:[/b] Yes
[b]Placement:[/b] Global Footer
[code]<script type="text/javascript"><!--
var newButton = 'http://img77.imageshack.us/img77/1826/iconfw4.png';
if(document.postForm){
var buttonImage = document.createElement('img');
buttonImage.src = newButton;
buttonImage.border = "0";
var newClicky = document.createElement('a');
var Rsubbc = 'Rs';
newClicky.href = 'javascript:add("['+Rsubbc+']","[/'+Rsubbc+']")';
newClicky.appendChild(buttonImage);
document.postForm.color.parentNode.appendChild(newClicky);}
if(location.href.match(/action\=(display|pmview|recent|userrecentposts|gotopost|search|calendarview)/) || (!location.href.match(/action\=/) && document.postForm)){
td=document.getElementsByTagName("td");
for(i=0;i<td.length;i++){
if(td[i].width=="20%" && td[i].className.match(/windowbg/)){
r=td[i].nextSibling.innerHTML.match(/\[Rs\](.+?)\[\/Rs\]/i);
if(r!=null){
q=RegExp.$1;
td[i].nextSibling.innerHTML=td[i].nextSibling.innerHTML.replace(r[0],"<a href=\"http://hiscore.runescape.com/hiscorepersonal.ws?user1="+escape(q.replace(/<\/?.+?>/ig,""))+"\" target=\"_blank\">"+q+"</a>");
i--;}}}}
//--></script>[/code]