Wednesday, June 04, 2025

Wednesday, February 2, 2011

Play Around with Notepad for Fun


Toggle your friend’s Caps Lock button continuously:
Notepad Trick to Blink Caps Lock light
What this trick does is, when you run the following script it starts blinking caps Lock light continuously. If you run this script twice the rate of blink increases and alternatively NumLock light start to blink with CapsLock.
Open Notepad and Type :

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

Save it as “Caps.VBS” and send it to your friend. Double Click it if you wanna see it working. Its a very funny Notepad Trick.
Note: Don’t worry when you try this crazy notepad trick. If you want to end this script simply Open Task Manager(Alt+Ctrl+Delete). Under Processes end the process “wscript.exe”

Related Articles :


    Stumble
    Delicious
    Technorati
    Twitter
    Facebook

    0 comments:

    Post a Comment

    Pages (51)1234 Next
     

    Computer tricks and Internet hacking Copyright © 2011 | THANK YOU | VISIT AGAIN