Windows tricks, Linux tricks, Windows hacks, Mobile hacks, Notepad tricks, Comment prompt tricks, Facebook Hacking ,gmail hacking ,SQL injection and much more ,please visit regularly to get update.  

Feb 20, 2011

THE COOLEST THINGS THAT YOU CAN DO WITH A NOTEPAD

Notepad is small application that every windows computer have, it is using for making documents in ".txt" format, or you can use it for as editor for HTML,CSS,JAVASCRIPT,PHP.....

Here i will show some cool tricks that you can do with a notepad, these are the notepad hackings. I hope you will enjoy it.






1. MAKING A MATRIX


                                    This trick show you how to make a running matrix using notepad ,follow the steps below.
                    1. Open a notepad
                    2. Write the following code or copy paste it inside the notepad
 @echo off
  color 2
  :start
  echo %random% %random% %random% %random% %random% %random% %random%     
%random%  

goto start:

                   3. Save notepad and give the name   matrix.bat
                   4. Open the saved file (matrix.bat), the matrix will start to work 

 2. MAKE A DIARY 

                            In this example i will show you how to create a simple diary using notepad. follow the below steps 


                       1. Open a notepad 
                       2. Write   .LOG  in the first line of notepad 
                       3. Save it in any name 
                       4. Close the notepad
                       5. Open the saved file ,and you can see the current time and date at the first line of notepad, 
                           enter your contents, and save and close it. If you open it again it will show you the time and 
                           date ,in this way you can maintain it as a diary 


3.MAKE A SMALL VIRUS
              
                      In this example i will show you ,how to make a simple virus using notepad. This virus constantly opens windows explorer ,and this is not a dangerous virus, but it will stop the computer working for a while and you need to restart to come back in the normal stage.follow the steps


                               1. Open a notepad
                               2. Enter the following code or copy paste it inside the notepad.

 @echo off
 :start
 explorer
 goto start:



                               3. Save it as  virus.bat  and close the notepad
                               4. Open the saved file ,the virus will start to work.


4. WTC HITS WITH NOTEPAD

                                   We all know the great tragedy that happens in USA in 2003, The World Trade Center hits with two air crafts and collapsed ,lot of people has lost their lives in this great disaster. Amazingly the name of the first flight that hit on the WTC was Q33N . Why i have explained it here is that the windows notepad had knew about this disaster even before this tragedy , want to know how.follow below steps.

                               1. Open a notepad.
                               2. type  Q33N  inside notepad.
                               3. select the entire text (or press ctrl+A).
                               4. Go to    format -> font   from the menubar.
                               5. select  Wingdings as the font and 48 as the size and press OK button.
                               6. See how notepad knows about WTC attack.
                                


I hope you enjoyed this trick and expect comment from you - mail me at :: faisalkt888@gmail.com.
GOOD BYE .

No comments:

Post a Comment