Friday 16 August 2013

Top ten notepad tricks

1. Test Your Antivirus

Want to test your antivirus that is it effective or not,Don’t worry you can solve this by using one of the Notepad Tricks.Just Follow the steps written below to get the answer.
  • 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]
  • Save with an .exe extension like testingvirus.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

Just wonder what will happen if your computer starts talking with you or saying your Commands??It would be really fun.It’s very easy To Do.Just we need a Vbs Script to do it.Let’s see.
  • 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.
  • 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.

Want to trick your Friends? this is your best opportunity.Just use this Notepad trick and shutdown your Friend’s Pc.
  • 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 one is my favorite. Completely harmless trick and perfect for playing pranks on one’s friends. This trick can really freak out anyone! Follow the below mentioned steps to perform this 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

Using this Trick you can annoy anyone and can force him to log off or restart his Computer.This will create infinite number of Messages.Just follow the steps to know about it.
  • 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!

~ Enjoy... Please share this Sharing Increases your knowledge....
~  Harsh

1 comments:

Unknown said...

Good one ... that was great fun

Post a Comment