In this Instructable I will be showing you how to make a batch file, that should fool your friends into thinking that their computer has a virus. It will look something like the above image when it's running. At the end of the program a message will pop up that says "Your computer has committed suicide. Good-bye". Then the computer will shutdown. To cancel the shutdown procces type "shutdown /a" into command prompt and press enter.
Step 1: Open Notepad
Open the typing program notepad on your computer. You'll use notepad to make the batch file.
Step 2: Write the Program
If you have experience writing batch files feel free to modify and improve the below code, If you don't have experience than simply copy and paste the code into notepad. Save the file as a ".bat" file, such as "Virus.bat".
@echo off
title Cyber Attack Sequence Initiationcolor 02echo Warning-Complete File Corruption imminent.timeout /t 3 /nobreak >nulCLSecho Complete file corruption and computer shutdown in 10timeout /t 1 /nobreak >nulClSecho Complete file corruption and computer shutdown in 9timeout /t 1 /nobreak >nulClSecho Complete file corruption and computer shutdown in 8timeout /t 1 /nobreak >nulCLSecho Complete file corruption and computer shutdown in 7timeout /t 1 /nobreak >nulCLSecho Complete file corruption and computer shutdown in 6timeout /t 1 /nobreak >nulCLSecho Complete file corruption and computer shutdown in 5timeout /t 1 /nobreak >nulCLSecho Complete file corruption and computer shutdown in 4timeout /t 1 /nobreak >nulCLSecho Complete file corruption and computer shutdown in 3timeout /t 1 /nobreak >nulCLSecho Complete file corruption and computer shutdown in 2timeout /t 1 /nobreak >nulCLSecho Complete file corruption and computer shutdown in 1timeout /t 1 /nobreak >nulCLSecho File corruption and computer shutdown initiatedtimeout /t 3 /nobreak >nulCLSecho Corrupting Critical System Files...echo del* *timeout /t 2 /nobreak >nulecho The System cannot find the file specified.echo:echo:echo:echo:echo:echo Corrupting Root Partition...echo del C:\Windowstimeout /t 2 /nobreak >nulecho Deletion Successful!echo:echo:echo:echo:echo:echo:echo:echo Disabling Windows Firewall...echo Killing all processes...timeout /t 2 /nobreak >nulecho Allowing virus to boot from startup...timeout /t 2 /nobreak >nulecho:echo:echo:echo:echo:echo Virus has been executed successfully!echo:echo:echo Have Fun!timeout /t 2 /nobreak >nul
shutdown -s -t 45 /c Your computer has committed suicide. Have a nice day.
If you have experience writing batch files feel free to modify and improve the below code, If you don't have experience than simply copy and paste the code into notepad. Save the file as a ".bat" file, such as "Virus.bat".
@echo off
title Cyber Attack Sequence Initiationcolor 02echo Warning-Complete File Corruption imminent.timeout /t 3 /nobreak >nulCLSecho Complete file corruption and computer shutdown in 10timeout /t 1 /nobreak >nulClSecho Complete file corruption and computer shutdown in 9timeout /t 1 /nobreak >nulClSecho Complete file corruption and computer shutdown in 8timeout /t 1 /nobreak >nulCLSecho Complete file corruption and computer shutdown in 7timeout /t 1 /nobreak >nulCLSecho Complete file corruption and computer shutdown in 6timeout /t 1 /nobreak >nulCLSecho Complete file corruption and computer shutdown in 5timeout /t 1 /nobreak >nulCLSecho Complete file corruption and computer shutdown in 4timeout /t 1 /nobreak >nulCLSecho Complete file corruption and computer shutdown in 3timeout /t 1 /nobreak >nulCLSecho Complete file corruption and computer shutdown in 2timeout /t 1 /nobreak >nulCLSecho Complete file corruption and computer shutdown in 1timeout /t 1 /nobreak >nulCLSecho File corruption and computer shutdown initiatedtimeout /t 3 /nobreak >nulCLSecho Corrupting Critical System Files...echo del* *timeout /t 2 /nobreak >nulecho The System cannot find the file specified.echo:echo:echo:echo:echo:echo Corrupting Root Partition...echo del C:\Windowstimeout /t 2 /nobreak >nulecho Deletion Successful!echo:echo:echo:echo:echo:echo:echo:echo Disabling Windows Firewall...echo Killing all processes...timeout /t 2 /nobreak >nulecho Allowing virus to boot from startup...timeout /t 2 /nobreak >nulecho:echo:echo:echo:echo:echo Virus has been executed successfully!echo:echo:echo Have Fun!timeout /t 2 /nobreak >nul
shutdown -s -t 45 /c Your computer has committed suicide. Have a nice day.
Step 3: Congratulations!
The program is ready to freak out the unfortunate person that happens to open it. Just plant it somewhere that you know a person will stumble on it, and wait.
Sem comentários:
Enviar um comentário