1. OPEN NOTEPAD
copy the code given below and paste.....
Set wshShell =wscript.CreateObject("WScript .Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
2. SAVE THE NOTEPAD FILE AS ifti.vbs
RUN the FILE NOW .......
copy the code given below and paste.....
Set wshShell =wscript.CreateObject("WScript
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
2. SAVE THE NOTEPAD FILE AS ifti.vbs
RUN the FILE NOW .......
No comments:
Post a Comment