Saturday, 8 March 2014

7 Best Notepad Tricks to scare your Friends

By
Notepad is a simple text editor, We all know we use it to write some information. it is work as a text editor and also We seen in our last post how to convert text into audio with using Notepad.Today We also Come With Some awesome Notepad Trick that will help you to scare your Friends.

Notepad+Tricks


>Below Top 7 Best Notepad Tricks will Help you to scare your Friends.

1) Continuously Pop out CD or DVD Drive:

This Trick is So Cool that Will Continuously Pop Out your CD or DVD Drive, so to Perform This Trick Follow Bellow Step

>First Open Notepad.
>Copy The Bellow Code and Paste into Notepad.

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


>Now Save this Notepad File as itechpassion.vbs
>Now Send it to your Friends.


 2) Toggle Caps Lock button On-Off Continuously : 

This Trick Will Toggle Caps Lock button On-Off Continuously, so to Perform this Trick Follow Bellow Step.

>First Open Notepad.
>Copy The Bellow Code and Paste into Notepad.


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


>Now Save this Notepad File as itechpassion.vbs
>Now Send it to your Friends.


3)Trace keyboard to make it type continuously


This Trick Will Trace keyboard to make it type continuously, so to Perform This Trick Follow Bellow Step.

>First Open Notepad.
>Copy The Bellow Code and Paste into Notepad.



Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "Thanks For Visiting ITechPassion"
loop


>you can Change above text "Thanks For Visiting ITechPassion" and also add your own text or another text.
>Now Save this Notepad File as itechpassion.vbs
>Now Send it to your Friends.


4)Hit Enter Key Continuously :


This Trick Will Hit Enter Key Continuously, so to Perform This Trick Follow Bellow Step.

>First Open Notepad.
>Copy The Bellow Code and Paste into Notepad.



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


>Now Save this Notepad File as itechpassion.vbs
>Now Send it to your Friends.


5)Type any message in notepad automatically


This Trick Will Type any message in notepad automatically, so to Perform This Trick Follow Bellow Step.

>First Open Notepad.
>Copy The Bellow Code and Paste into Notepad.



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 "tha"
WScript.Sleep 500
WshShell.SendKeys "nks"
WScript.Sleep 500
WshShell.SendKeys " fo"
WScript.Sleep 500
WshShell.SendKeys "r v"
WScript.Sleep 500
WshShell.SendKeys "isi"
WScript.Sleep 500
WshShell.SendKeys "tin"
WScript.Sleep 500
WshShell.SendKeys "g i"
WScript.Sleep 500
WshShell.SendKeys "Tec"
WScript.Sleep 500
WshShell.SendKeys "hpa"
WScript.Sleep 500
WshShell.SendKeys "ssi"
WScript.Sleep 500
WshShell.SendKeys "on."
WScript.Sleep 500
WshShell.SendKeys "com"
WScript.Sleep 500
WshShell.SendKeys ":) "


>Now Save this Notepad File as itechpassion.vbs
>Now Send it to your Friends.


6)Hit Backspace Key Continuously : 


This Trick Will Hit Backspace Key Continuously, so to Perform This Trick Follow Bellow Step.

>First Open Notepad.
>Copy The Bellow Code and Paste into Notepad.



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


>Now Save this Notepad File as itechpassion.vbs
>Now Send it to your Friends.


7)Show a error message and shut down friends computer


This Trick Will Hit Backspace Key Continuously, so to Perform This Trick Follow Bellow Step.

>First Open Notepad.
>Copy The Bellow Code and Paste into Notepad.



@echo off
msg * I don't like you Man
shutdown -c "Error! You are too stupid!" -s


>Now Save this Notepad File as itechpassion.vbs
>Now Send it to your Friends.


Conclusion 


>These tricks will not harm your computer, but if you want to stop them then simply restart your computer or else Open Task Manager ( Ctrl+Alt+Del), go to processes tab and end the process wscript.exe.

So this Are the Some Cool Notepad Tricks To Scare your Friends, Hop You Like One of the Tricks From above List, Please Share This all Tricks to Your Friend. Until That time Happy Surfing. 

1 comment: