Saturday 28 May 2016

how to make a beep virus in computer whenever anyone opens it

Hello guys....!
when I surfing the net........I had seen that we can make a beep sound with cmd.......!
so that I thought that we can make virus by batch file ....!
actually this is not a virus,,,,,,,,,but it annoys you by a beep sound...........!



Step 1: Coding

step1:-

go to cmd and navigate to local disk D and type as below


echo ctrl+g > beep.bat

step 2:-

then right click and edit that batch file

there we can find only dot (.)

step 3:-

then add the first and bottom code lines to it .........like

:v

.

goto v

and then save it...

Step 2: Hiding the virus

we don't need to advertise that we had make a virus....!

converting the batch to exe.........!

now you will need a software "batch to exe converter".....

we are not only converting the .bat file to .exe file ....we are also changing its mode to invisible mode.... you just gonna do is select the batch file as a input and specify the output file.... then check the invisible application option in the visibility tab....

Step 3: Binding virus and any exe application

In this step we need another software "Easy Binder"......which is used to bind multiple files together.....
Then select any other useful,often used software....
After that open Easy Binder software....
then add both the files... then select the icon (any)...
you can download the icon file from the internet...
then click on bind files...
then your virus file is created now....

Step 4: How it works.....

when it is executed it creates a continuous beep sound..........which annoys users...!
so I named it as beep virus....
when we hit ctrl+g command in cmd......we can hear a beep sound......
so I make this virus by looping that command .........!
actually It does not do any harm to ur pc.....you may recover from this by restart or logoff....

No comments:

Post a Comment