var fDesc=new Array();
fDesc[0] = "RockXP is a tool that allows you to retrieve password. To do that, RockXP uses a third part tool called Pwdump2.exe which is an opensource software (Sources are included in RockXp). This tool retrieves HASH password of Windows.
Features:
Allow you to get all Microsoft Software Serials
- Allow you to change your XP key
- Allow you to save you XP activation
- Allow you to retrieve you internet connection parameters (like passwords)
- Allow you to retrieve MSN login and password
- Allow you to retrieve XP login and HASH password
- Allow you to display system password (LSA)
- Allow you to generate random password";
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 = '';
}
}