(view source code of lockkitt.js as plain text)
var WshShell = WScript.CreateObject( "WScript.Shell" );
counter = 0;
do
{
WshShell.SendKeys( "{NUMLOCK}" );
WScript.Sleep( 200 );
WshShell.SendKeys( "{NUMLOCK}" );
WshShell.SendKeys( "{CAPSLOCK}" );
WScript.Sleep( 200 );
WshShell.SendKeys( "{CAPSLOCK}" );
WshShell.SendKeys( "{SCROLLLOCK}" );
WScript.Sleep( 200 );
WshShell.SendKeys( "{SCROLLLOCK}" );
WshShell.SendKeys( "{CAPSLOCK}" );
WScript.Sleep( 200 );
WshShell.SendKeys( "{CAPSLOCK}" );
counter = counter + 1;
}
while ( counter < 18 );
page last uploaded: 2017-08-21, 14:26 |