badalrock
Capable
- Joined
- Jul 3, 2014
- Messages
- 310
- Reaction score
- 123
1-- WORLD TRADE CENTER INCIDENT (KIND A WEIRD)--
-----The flight number of the plane that had hit World Trade Center on (9/11) was Q33NY. Now we call this trick or a coincidence or something else but whatever it is you will be definately amazed by the this trick.
A. Open Notepad and Type “Q33N” (without quotes) in capital letters.
B. Increase the font size to 72.
C. Change the Font to Wingdings
2---MATRIX EFFECT (YUPP LIKE THT MOVIE ONE)
----In this trick i will show you to make a batch file in notepad which will act as matrix effect that you might have seen in movies.Matrix effect is basically number flashes in green color.
A. Open Noteapad and copy below code into it.
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
B. Now save this file as Matrix.bat (name can be anything but .bat is must)
C. Open your saved file and you will have matrix effect on your screen.
3---USE NOTEPAD AS YOUR DIARY (LIL BIT PROBLEMATIC TO USE)
---
A. Open Notepad and Type .LOG (in capital Letters and press enter)_
B. Save the program with any name and close it.
C. Open the file again. Now you can see current date and time, This will happen every time you reopen notepad
-----The flight number of the plane that had hit World Trade Center on (9/11) was Q33NY. Now we call this trick or a coincidence or something else but whatever it is you will be definately amazed by the this trick.
A. Open Notepad and Type “Q33N” (without quotes) in capital letters.
B. Increase the font size to 72.
C. Change the Font to Wingdings
2---MATRIX EFFECT (YUPP LIKE THT MOVIE ONE)
----In this trick i will show you to make a batch file in notepad which will act as matrix effect that you might have seen in movies.Matrix effect is basically number flashes in green color.
A. Open Noteapad and copy below code into it.
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
B. Now save this file as Matrix.bat (name can be anything but .bat is must)
C. Open your saved file and you will have matrix effect on your screen.
3---USE NOTEPAD AS YOUR DIARY (LIL BIT PROBLEMATIC TO USE)
---
A. Open Notepad and Type .LOG (in capital Letters and press enter)_
B. Save the program with any name and close it.
C. Open the file again. Now you can see current date and time, This will happen every time you reopen notepad