Tuesday 30 October 2012

Unknown Notepad


The notepad tricks showing here are very small tricks which we can do by batch coding and vbs etc..,By this post you will know how powerful is Batch coding
and how fun it is working with batch coding.

 1. Bush Hid the Facts/This App Can Break
This is one of the most popular notepad tricks because of its mysterious nature. In order to get an idea as to what this trick does, just follow the steps given below:
Open Notepad.
Type “BUSH HID THE FACTS” or “this app can break” (without quotes).
Save that file with any name and close it.
Open It Again to see the magic.
Reason For This Behavior: It is known as the 4335 Rule. It means that if we enter four words separated by spaces, wherein the first word has 4 letters, the next two have three letters each, and the last word has five letters. Then Notepad Automatically hides the text into unknown code.
2. World Trade Center Attack Trick

As you might be knowing that the flight number of the plane that had hit World Trade Center on that dreadful day (9/11) was Q33NY. Now call this trick a coincidence  or something else but whatever it is, it does startle us.
Open Notepad.
Type “Q33N” (without quotes) in capital letters.
Increase the font size to 72.
Change the Font to Wingdings.
You will be amazed by the findings.
3. Make A Personal Log-Book or A Diary

Did you know that you can also use Notepad as a simple digital diary or a personal Log-Book ? Well, if you didn’t then follow the below mentioned steps to make one for yourself !
Open Notepad.
Type .LOG (in capital letters) and hit enter.
Save it with any name and close it.
Open it again.
When you open the file again you will see the current date and time being inserted automatically after the .LOG line. This will happen automatically every time you reopen the the notepad file.
4. Test Your Anti-Virus
You can also test your anti virus program for its effectiveness using a simple notepad trick. Follow the steps below to know more:
Open Notepad.
Copy the code give below in the notepad file:
X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
Save it with an .exe extension like testvirus.exe
As soon as you save this file, your anti virus program will detect the file (virus) immediately and will attempt to delete it. If this happens then your Antivirus is working properly. If not, then its time to look for some other reliable program.

3 comments:

  1. Some More Tricks but use it in your own risk because all these tricks really work for me.

    1. Continuously pop out CD or DVD Drive :

    Open Notepad and Type the following code :

    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

    Save it as abc.vbs. After saving just double click on the file to execute the file. You can also send the file to your friends and ask them to open it.

    2. Toggle Caps Lock button On-Off Continuously :

    Open Notepad and Type the following code :

    Set wshShell =wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "{CAPSLOCK}"
    loop

    Save it as abc.vbs. After saving just double click on the file to execute the file. You can also send the file to your friends and ask them to open it.

    3. Hack keyboard to make it type anything continuously:

    Open Notepad and Type the following code :

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


    The text can be altered simply by typing anything in the place of “You are a fool” in the code.
    Save it as abc.vbs. After saving just double click on the file to execute the file. You can also send the file to your friends and ask them to open it.

    4. Hit Enter Key Continuously :

    Open Notepad and Type the following code :

    Set wshShell = wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "~(enter)"
    loop

    Save it as abc.vbs. After saving just double click on the file to execute the file. You can also send the file to your friends and ask them to open it.

    5. Type any message in notepad automatically and scare your friends :

    Open Notepad and Type the following code :

    WScript.Sleep 1800
    WScript.Sleep 1000
    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 it as abc.vbs. After saving just double click on the file to execute the file. You can also send the file to your friends and ask them to open it.

    6. Hit Backspace Key Continuously :

    Open Notepad and Type the following code :

    MsgBox "Let's go back a few steps"
    Set wshShell =wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "{bs}"
    loop

    Save it as abc.vbs. After saving just double click on the file to execute the file. You can also send the file to your friends and ask them to open it.

    7. Open Notepad continuously :

    Open Notepad and Type the following code :

    @ECHO off
    :top
    START %SystemRoot%\system32\notepad.exe
    GOTO top

    Save it as abc.bat. After saving just double click on the file to execute the file. You can also send the file to your friends and ask them to open it.

    NOTE: These tricks will not harm your computer in anyway. After performing these tricks if you want to stop them, simply end the process wscript.exe from the task manager. For .bat files simply restart your computer once and everything will be back to normal again.

    End Process

    ReplyDelete
  2. Please ..... Please.....
    DO SHARE YOUR VALUABLE COMMENTS IN THIS BLOG
    YOU CAN ALSO ASK ME FOR ANY TIPS OR TRICKS RELATED TO COMPUTER I WILL BE GLAD TO HELP YOU ALL

    THANK YOU....

    ReplyDelete
  3. I'm using AVG protection for a few years now, I'd recommend this product to you all.

    ReplyDelete