Friday 17 May 2013

Have a keyboard dance

  
Do you want the keyboard lights of your desktop PC to have a dance. Just copy the following code to notepad and save it as anything.vbs and set type to all files. Your are done. When you click the saved file anything.vbs file, your keyboard lights (Num Lock , Scroll lock , Caps lock) will light simaltaneously.

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


and guys , one more thing . If you want to stop keyboard lightings, go to task manager, open processes and end the process named wscript.exe . The keyboard will stop dancing.

Like the pranks........so please comment. and i also invite your suggestions.

Sunday 12 May 2013

Automatic shutdown trick

 Hey guys..........Enjoying being the prankster. Today i am posting a new pranking trick you can pull on your friends with your computer. Now Just follow the following steps and you will get to know a funny trick you can pull on your friends and have a lot of fun


  •   Automatic Shutdown 
 Guys......it's a funy trick you can pull on your friends without letting them know .
Just create a shortcut on desktop by right clicking the mouse and creating a new shortcut.
                                      
                                         right click > new > shortcut

 Now write shutdown -s -t 60 -c "Your error comment here"  in the text box in shortcut window.
 After this,  rename this folder as general name like songs, pictures.

 To change the icon of this folder , right click the folder, click on properties, then change icon and select the icon you like..
                    
 Now ,when your victim click on the folder , your error comment will appear and your pc will turn off in the given time (in sec) u wrote after -t .
                                                   
Now  let your friends think and burst their mind finding that how you had done this.







Like the prank........so please comment. and i also invite your suggestions.