Sunday, September 19, 2010



Let have some fun with vbs script

start >> notepad  (open notepad)

copy and paste the below script (in blue font) into note pad


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

and save it as anyname.vbs  
                            






















open the saved file , see your keyboard are lights blinking..  


    To stop this , launch task manager ( by pressing ctrl + alt + del )
     
    click on  the processes tab >> right click on wscript.exe >> end process >> yes 
    
    
    
     
     


                                                         

0 comments:

Post a Comment