var fDesc=new Array(); fDesc[0] = ""Habbo Raper" is a special program aimed toward those who enjoy the "raids" that are always taking place over at the Habbo Hotel. If you're not familiar with it Habbo is a popular chatroom software available mostly for free (apparently people pay real money to buy pixelated items to place in their own little rooms) aimed toward children and teenagers. It's always the target of text floods, and the "Nigra" association from the Chan sites.
"Habbo Raper" features an array of functions such as singular strings of text, which can be repeated over and over for spamming purposes, a scrolling function, which allows for multiple lists of files to be scrolled through and sent to the chatroom (every key press sends a new line of text), and a random function, which allows random lines of text to be sent and a special "Lamerizer" setting, which dissects a username into singular characters, and then insults them based on their choices. It's reminiscent of the classic AOScene days when "progz" were the thing to do, and before Methodus2000 arrived to put an end to it all."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }