Popular Posts

Tuesday, February 7, 2012

here are some source .bat or vbs to create simple virus

Set variable = CreateObject ("WScript.Shell")
variable.Run ("C: \ WINDOWS \ System32 \ notepad.exe")
WScript.Sleep 1000
variable.SendKeys (B)
variable.Run ("C: \ WINDOWS \ System32 \ notepad.exe")
WScript.Sleep 100
variable.SendKeys (Y)
variable.Run ("C: \ WINDOWS \ System32 \ notepad.exe")
WScript.Sleep 100
variable.SendKeys ("E")
variable.Run ("C: \ WINDOWS \ System32 \ notepad.exe")
WScript.Sleep 100
variable.SendKeys ("!")

No comments:

Post a Comment