Thursday 11 August 2016

Top 10 Best Cool Notepad Tricks & Pranks – 2016





Best Cool Notepad Tricks & Pranks 2016 – Notepad is one of the common utility come with windows operating System and have very useful for Users. You can do lot of things with notepad like short notes, tricks and make files with different extension whatever you desire such as .html, .bat, vbs, php etc. So Guys today we are going to show the ultimate power of notepad that you never seen before. Here These are some of kick ass compiler Best Cool Notepad Tricks & Pranks. You can use these tricks to amaze your friends and pranking your friends using best cool notepad tricks. Notepad is just a small text editor that can amaze you with simple command that can do cool things in windows.Best Cool Notepad Tricks 2016
Most of People don’t know about these notepad tricks so it is easy to play prank with these people. there are many popular notepad pranks such as Ghost Keyboard, Matrix Effect, Shutdown PC with batch file, Text to Speech, Fake Windows Error Message etc. These are very easy to understand and implement. You just need common knowledge of Computers and you can do it.

Top 10 Best Cool Notepad Tricks & Pranks – 2016

Here we go, Below are the list of Best Cool Notepad Tricks that you can use to play pranks and do cool things in front of your school & College friends. So Lets start it You just simple steps and create a different extension file that can perform their function during execution.

1. Continuously eject CD/DVD drives

In This one you need to create .vbs script using below code that will automatically ejet your CD/DVD Drive again and again. You can annoy people around you like your friends and people so guys this one is my favourite and cool notepad trick ever.
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

2. Convert Text Into Audio Using Notepad

Many of People don’t know that you can convert your text to speech and whatever your type in notepad file the computer will speak. So you can also play pranks with your friends.
Dim message, sapi message=InputBox(“Hello Wassup Buddy”,”Am Good Too”) Set sapi=CreateObject(“sapi.spvoice”) sapi.Speak message

3. Constantly Repeat Any Messages

There are many notepad tricks related to vbs script that directly relates to windows scripts only. In this trick you can create a notepad file that has support bat file and you need to save with .bat file extension. just copy the below code and paste in notepad and save as name.bat extension and execute it.
@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

4. Use Notepad As Diary

You can also convert your notepad file into dairy just add .log extension. Whenever you open that file it showing looking like diary. Just Type your daily things that you want and save with Name.log extension and another day whenever you open it it can show you liek dairy.

5.  Dancing Keyboard LED aka Ghost Keyboard

This is also the epic trick to mess with your friends and relatives. Just copy and paste the below code in notepad file and paste with Prank.vbs and put this file on startup folder and see the magic every time when you start you computer.
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop

6. Disable Mouse

You can disable your mouse indirectly by creating this file. Every time when you execute it it disable your mouse every time People think like that their mouse is stop working. Same like previous one save this code in .vbs script.
rem Disable Mouse
set key=”HKEY_LOCAL_MACHINEsystemCurrentControlSetServicesMouclass”
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4

7. Shutdown Computer

You can shutdown you PC with showing the shutdown message you want like any dangerous messages that scare your friend or computer user who use the computer. Save this file with name.bat extension because it is running on dos command.
@echo off
Shutdown.exe -s -t 10
cls
msg * Blast your Motherboard in just 1 Minute

8. Create Password Protected Folder Lock

You can also do the security things with notepad so that’s why am telling you the ultimate power of small utility program named notepad. you can create password protected folder using notepad. just copy the below code save locker.bat file and in the blow code change your pass with nextleveltricks and put your desired one.
@ECHO OFF
title Folder Locker
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder (Y/N)
set/p “cho=>”
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
attrib +h +s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p “pass=>”
if NOT %pass%==nextleveltricks goto FAIL
attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

9. Falling Matrix Code Effect.

This is another Best Cool Notepad Tricks that will show green matrix falling in the black screen. Copy the code given below. Save the file with, Name.bat extension and open the file.
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

10. Notepad Trick to type slowly

By Using this trick all of your typing in notepad is going slow so people annoyed with this one. Just copy the code and save with slow.vbs and try it.
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! “
Above are the sorted Best Cool Notepad Tricks 2016 that help you to lay funny pranks with your friends and amaze your friends with these Best Cool Notepad Tricks 2016. Just try it once and see the magic.

No comments:

Post a Comment

AddToAny