x32x01
ADMINISTRATOR
- by x32x01 ||
What is a bat file?
Windows is the most commonly used operating system and with the help of some coding knowledge, we can create bat files which will work simple virus on any Windows computer. Bat it file contains a list of command and when someone clicks on it get executed one line after another.
The virus that will open unlimited notepad in windows Pc.
we will make a virus using .bat file which will open unlimited notepad if someone clicks on it.
To make the scripts you can follow the steps below or you can just download it from the link given below:
Step1:
open Notepad and write this code(Naah just copy-paste it
Step2:
Press Ctrl+S or just Go to files>save and save it as myvirus.bat (you can give it any name but you have to put .bat at the end)and click on save button.
Step3:
Now your virus is ready you can test it on your system if you want(it is just a bat file but you need to shut down your system if you wanna get out of this loop of bat files)or you can give it to your friends (of course change the name of the file as please don't click me So they can click. To run you just have to double click on it.
HOW TO STOP IT?
sign out or restart your PC.
You can use this bat files at any windows system, just leave it and wait for someone to click on it. to stop this user has to restart their computer but what if we can somehow make this file to start whenever someone restarts there computer. if you wanna know how we can do this just comment and I write a post about it too.
Windows is the most commonly used operating system and with the help of some coding knowledge, we can create bat files which will work simple virus on any Windows computer. Bat it file contains a list of command and when someone clicks on it get executed one line after another.
The virus that will open unlimited notepad in windows Pc.
To make the scripts you can follow the steps below or you can just download it from the link given below:
Step1:
open Notepad and write this code(Naah just copy-paste it
Code:
@echo off
:a
start notepad.exe
go to
Press Ctrl+S or just Go to files>save and save it as myvirus.bat (you can give it any name but you have to put .bat at the end)and click on save button.
Now your virus is ready you can test it on your system if you want(it is just a bat file but you need to shut down your system if you wanna get out of this loop of bat files)or you can give it to your friends (of course change the name of the file as please don't click me So they can click. To run you just have to double click on it.
sign out or restart your PC.
You can use this bat files at any windows system, just leave it and wait for someone to click on it. to stop this user has to restart their computer but what if we can somehow make this file to start whenever someone restarts there computer. if you wanna know how we can do this just comment and I write a post about it too.