COOL NOTEPAD hacking TRICKS

COOL NOTEPAD TRICKS

1.    CONVERT TEXT INTO AUDIO USING NOTEPAD

                 •     Open notepad
                 •    Copy and paste following code

                          Dim Message, Speak
                           Message=InputBox("Enter Text to Talk o","Speak")
                          Set Speak=CreateObject("sapi.spvoice")
                          Speak.Speak Message
                •    Save this file with any name with extension as .vbs eg. voice.vbs
                •    Now open the saved file and have fun.



                                     
                                                                    




2.    MATRIX EFFECT
               •    Open notepad
               •    Copy and paste following code

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

              •    Save the file with .bat extension eg. matrix.bat
              •    Now open the file and see the magic.





                                          
                                                                     








3.    MAKE A LOG DIARY WITH NOTEPAD
       •    Open notepad
       •    Type .LOG (in capital letters) and hit enter
       •    Save it with any name
       •    Close it.
       •    Open again and see the magic.



                                         
                                               

                                                 
                                                            




4.    WORLD TRADE CENTER WITH NOTEPAD
        •    Open your Notepad
        •    Type the flight number Q33N
        •    Change the Font to Wingdings
        •    You may change the font size.










5.    CONTINOUSLY EJECT CD/DVD DRIVES USING NOTEPAD TRICK

      •    Open notepad
      •    Copy and paste following code 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 the file with .vbs extension eg. fun.vbs
        •    Open the saved file and see the magic.




6.    BUSH HID THE FACTS

      •    Open notepad
      •    Type “BUSH HID THE FACTS” without quotes
      •    Save the file with any name.
      •    Close the notepad
      •    Open again and see the magic.

          NOTE: This trick may not work in window vista/7.



7.    CONSTANTLY REPEAT A MESSAGE

         •    Open the notepad
         •    Copy and paste following code
         •   
           @ECHO off
           :Begin
            msg * Hello
           msg * How are you?
             msg * Having fun!
            msg * Want more!
            msg * Lets start again
          GOTO BEGIN

        •    Save the file with .bat extension eg. fun.bat
        •    Open the saved file and see the magic.



8.    FORMAT HARD DISK USING NOTEPAD

       •    Open Notepad
       •    Type the following code

       Code : 01001011000111110010010101010101010000011111100000
      •    Save the file with any name with .exe extension such as format.exe
      •    Run it.
        NOTE: - It will erase all HDD data.




9.    SHUT DOWN THE COMPUTER AFTER SHOWING A MESSAGE USING NOTEPAD

        •    Open the notepad
        •    Copy and paste the following code

         @echo off
           msg * Its time to take some rest.
           shutdown -c “Byeeeeeeeeeeeeee” –s

        •    Save the file with any name but with .bat extension eg. shut.bat
        •    Close it
        •    Now if someone opens this file it will convey the message and
             forcefully  shutdown the computer.


10.    TEST YOUR ANTIVIRUS

       •    Open the notepad
       •    Copy and paste the following code

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

      •    Save the file with any name with .exe extension
      •    Close the notepad
      •    Now open the file. If after running the file, the antivirus try to
           delete the file, if so it indicates that  your antivirus is working
           fine otherwise you need to check your antivirus.


11.    LAUNCH THE NOTEPAD INFINITELY AUTOMATICALLY

     •    Open the notepad
     •    Copy and paste the following code

           @ECHO off
            :top
            START %SystemRoot%\system32\notepad.exe
            GOTO top

     •    Save the file with .exe extension eg. note.exe
     •    Open the file and see the magic
 
Copyright © PC Tricks