Thursday, 24 April 2014

Cool Tricks in notepad.

1. Bush Hid the Facts/This App Can Break

  • Open notepad++.
  • Type "Bush Hid The Facts" or "this app can break" (without quotes).
  • Save that file with any name and close it.
  • Open again to see the magic.
2. World Trade Center Attack Trick.

  • 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 log book or A dairy.
  • Open notepad++.
  • Type .LOG (In capital letters) and hit enter.
  • Save it with any name and close it.
  • Open it again.                 
4. Continually pop CD Drive

  • Open notepad++.
  • Type the code given below into the notepad ++file.

          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 as a .vbs extension.

No comments:

Post a Comment