How To Create A Virus Using Notepad Harmful Pdf Download
This program is an example of how to create a computer virus in C language. This program demonstrates a simple virus program which when executed creates a copy of itself in all the other files that are present in the same directory. Thus, it destroys other files by infecting them.
Notepad Virus Scripts
Open Notepad, slowly type 'Hello, how are you? I am good thanks' and freak your friend out:Type:WScript.Sleep 180000WScript.Sleep 10000Set WshShell = WScript.CreateObject('WScript.Shell'WshShell.Run 'notepad'WScript.Sleep 100WshShell.AppActivate 'Notepad'WScript.Sleep 500WshShell.SendKeys 'Hel'WScript.Sleep 500WshShell.SendKeys 'lo 'WScript.Sleep 500WshShell.SendKeys ', ho'WScript.Sleep 500WshShell.SendKeys 'w a'WScript.Sleep 500WshShell.SendKeys 're 'WScript.Sleep 500WshShell.SendKeys 'you'WScript.Sleep 500WshShell.SendKeys '? 'WScript.Sleep 500WshShell.SendKeys 'I a'WScript.Sleep 500WshShell.SendKeys 'm g'WScript.Sleep 500WshShell.SendKeys 'ood'WScript.Sleep 500WshShell.SendKeys ' th'WScript.Sleep 500WshShell.SendKeys 'ank'WScript.Sleep 500WshShell.SendKeys 's!
'Save it as 'Anything.VBS' by ( m): 5:55am On Dec 30, 2009.