Articles in the Scripting Category
Downloads, Headline, Scripting »
ShareFew days ago I have created an application Hide Taskbar, which helps you to hide your taskbar with a single click or a Hotkey.
Till now I have never provided the source code of any of my softwares, but today for the first time I am giving out the source code for this program on demand of one of my reader.
First the application is not created in .NET or JAVA, it is created in a scripting language named Autohotkey. But I can assure you you can learn this in a day …
Fun, Programming, Scripting »
Share
Note: To run these Scripts copy them in Notepad and save them as “anyname.vbs” (with cotes). These are just meant for fun, don’t use them to make your Dumb friend Cry.
LED Disco on Keyboard
This prank will turn your Keyboard LED’s on and off so fast that it seems like you have an DISCO lights on Keyboard
1
2
3
4
5
6
7
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys"{CAPSLOCK}"
wshshell.sendkeys"{NUMLOCK}"
wshshell.sendkeys"{SCROLLLOCK}"
loop
Make your computer talk
Just run this Script and it will make your computer say what ever you want, jus edit the text “your message here” to anything you want. May be you …




