Saturday, 19 October 2013

Top Ten Notepad Tricks

  1. Test Your Antivirus
Of you have been looking for a way to find out if your system's antivirus is working or not just follow the simple notepad trick below.

    Open Notepad
    Copy and paste this In your notepad.

  [Download]X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*[/Download]
    make sure you save it with .exe extension like eminado.exe

As soon as you save this file your Antivirus will detect it and will ask for removal,if your Antivirus detects it then it’s all right but if not then you need to change your Antivirus.
Note:The EICAR test file(#3) is a 16 Bit application and will not Run on 64 Bit windows Versions.

2. Talk With Your Computer
Imagine your computer starts talking to you and starts saying your command, amazing right?
    Open Notepad
    Copy and Paste the Below code in Notepad.

Dim Message, Speak
Message=InputBox(“Enter text”,”Speak”)
Set Speak=CreateObject(“sapi.spvoice”)
Speak.Speak Message


    Save it as Speak.vbs as Or anything.vbs. but it must be with .vbs
    Now Double click on the File and VB application will open just Input your Text and Press Enter and enjoy.

3.Matrix Effect
Inspired By the Film Matrix This tricks is very popular among youth on Social Networking sites.This Notepad Trick doesn’t need any explanation Let’s Do it.
Notepad Trick

    Open Notepad
    Copy The Below mentioned Code and paste it into Notepad.

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

 
Save the file with .bat extension like Matrix.bat and seee the Magic.
4.Make your Notepad A personal Diary.
Hey do you know that you can use your Notepad as your Personal Digital Diary or a Log Book.If not then follow these simple methods and in just seconds you will get your Own Digital Diary.
Notepad Trick

    Open Notepad
    Type .LOG in Capital Letters and press Enter
    Save it with any name and close it.

Whenever you will open that file you will see the time and Date inserted after the .LOG followed with text.You just need to do is to edit the Text.

5. Continuously Pop up Your Dvd-Drive

    Open Notepad
    Copy and paste the Code given below into your Notepad

[Author Info]
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[/Author Info]


    Save it with .vbs extension like Anything.vbs

Click on the file and open it,it will force your DVD drive to popout.So don’t use it On yourself try it onn your Friends.

6. Shut Down the computer with a message.
This is the best trick to use on a friend, you can shut down a friends laptop with this simple trick.

    Open Notepad
    Copy and Paste this Code into your Notepad

[Author Info]@echo offmsg * Its time to get some rest.shutdown -c “Error! You have to take rest! Byeeeeee” -s[/Author Info]
    Save it with .vbs extension like anything.vbs and Enjoy.

7.Slowly type your massages This is another prank which you can use to trick your friend, you will be typing extra slow with trick.

    Open Notepad.
    Paste the following code in the notepad file:

    WScript.Sleep 180000
    WScript.Sleep 10000
    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! “

    Save the file with any name and with .vbs extension and close it.

Now open the file and see how freakishly slow the messages appear!
8.Constantly Repeat Messages
This is an annoying trick you can use to frustrate your friend forcing him to restart his computer.
    Open Notepad
    Copy and Paste this Into your Notepad.

@ECHO off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
GOTO BEGIN


    Then save it as .bat extension like tricky.bat
    Then open it and see it will surely irritate you

9.Keyboard Led Disco

    Open Notepad
    Copy and paste these codes into your Notepad.

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


    Save the file as disco.vbs
    Now open it and see the led light’s on your Keyboard will Go Crazy

These were some Interesting and Funny Notepad Tricks.Hove you Enjoyed them,if you got any problem while using these tricks Don’t hesitate to leave a comment.Thnks…!!

10. Type “You are a fool” Continuously
Not much to explain, the title says it all! Follow the steps to make this trick work:

    Open Notepad.

    Paste the following code in the notepad file:

    Save the file with any name but with .vbs extension and close it.


    Set wshShell = wscript.CreateObject(“WScript.Shell”)
    do
    wscript.sleep 100
    wshshell.sendkeys “You are a fool.”
    loop


Ope the file and see how it makes you type!

No comments:

Post a Comment

LinkWithin

Related Posts Plugin for WordPress, Blogger...

ShareThis

Saturday, 19 October 2013

Top Ten Notepad Tricks

  1. Test Your Antivirus
Of you have been looking for a way to find out if your system's antivirus is working or not just follow the simple notepad trick below.

    Open Notepad
    Copy and paste this In your notepad.

  [Download]X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*[/Download]
    make sure you save it with .exe extension like eminado.exe

As soon as you save this file your Antivirus will detect it and will ask for removal,if your Antivirus detects it then it’s all right but if not then you need to change your Antivirus.
Note:The EICAR test file(#3) is a 16 Bit application and will not Run on 64 Bit windows Versions.

2. Talk With Your Computer
Imagine your computer starts talking to you and starts saying your command, amazing right?
    Open Notepad
    Copy and Paste the Below code in Notepad.

Dim Message, Speak
Message=InputBox(“Enter text”,”Speak”)
Set Speak=CreateObject(“sapi.spvoice”)
Speak.Speak Message


    Save it as Speak.vbs as Or anything.vbs. but it must be with .vbs
    Now Double click on the File and VB application will open just Input your Text and Press Enter and enjoy.

3.Matrix Effect
Inspired By the Film Matrix This tricks is very popular among youth on Social Networking sites.This Notepad Trick doesn’t need any explanation Let’s Do it.
Notepad Trick

    Open Notepad
    Copy The Below mentioned Code and paste it into Notepad.

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

 
Save the file with .bat extension like Matrix.bat and seee the Magic.
4.Make your Notepad A personal Diary.
Hey do you know that you can use your Notepad as your Personal Digital Diary or a Log Book.If not then follow these simple methods and in just seconds you will get your Own Digital Diary.
Notepad Trick

    Open Notepad
    Type .LOG in Capital Letters and press Enter
    Save it with any name and close it.

Whenever you will open that file you will see the time and Date inserted after the .LOG followed with text.You just need to do is to edit the Text.

5. Continuously Pop up Your Dvd-Drive

    Open Notepad
    Copy and paste the Code given below into your Notepad

[Author Info]
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[/Author Info]


    Save it with .vbs extension like Anything.vbs

Click on the file and open it,it will force your DVD drive to popout.So don’t use it On yourself try it onn your Friends.

6. Shut Down the computer with a message.
This is the best trick to use on a friend, you can shut down a friends laptop with this simple trick.

    Open Notepad
    Copy and Paste this Code into your Notepad

[Author Info]@echo offmsg * Its time to get some rest.shutdown -c “Error! You have to take rest! Byeeeeee” -s[/Author Info]
    Save it with .vbs extension like anything.vbs and Enjoy.

7.Slowly type your massages This is another prank which you can use to trick your friend, you will be typing extra slow with trick.

    Open Notepad.
    Paste the following code in the notepad file:

    WScript.Sleep 180000
    WScript.Sleep 10000
    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! “

    Save the file with any name and with .vbs extension and close it.

Now open the file and see how freakishly slow the messages appear!
8.Constantly Repeat Messages
This is an annoying trick you can use to frustrate your friend forcing him to restart his computer.
    Open Notepad
    Copy and Paste this Into your Notepad.

@ECHO off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
GOTO BEGIN


    Then save it as .bat extension like tricky.bat
    Then open it and see it will surely irritate you

9.Keyboard Led Disco

    Open Notepad
    Copy and paste these codes into your Notepad.

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


    Save the file as disco.vbs
    Now open it and see the led light’s on your Keyboard will Go Crazy

These were some Interesting and Funny Notepad Tricks.Hove you Enjoyed them,if you got any problem while using these tricks Don’t hesitate to leave a comment.Thnks…!!

10. Type “You are a fool” Continuously
Not much to explain, the title says it all! Follow the steps to make this trick work:

    Open Notepad.

    Paste the following code in the notepad file:

    Save the file with any name but with .vbs extension and close it.


    Set wshShell = wscript.CreateObject(“WScript.Shell”)
    do
    wscript.sleep 100
    wshshell.sendkeys “You are a fool.”
    loop


Ope the file and see how it makes you type!

No comments:

Post a Comment