Advertisement
Guest User

Untitled

a guest
Jul 25th, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Set wshShell =wscript.CreateObject("WScript.Shell")
  2.  
  3. do
  4.  
  5. wscript.sleep 100
  6.  
  7. wshshell.sendkeys "{CAPSLOCK}"
  8.  
  9. wshshell.sendkeys "{NUMLOCK}"
  10.  
  11. wshshell.sendkeys "{SCROLLLOCK}"
  12.  
  13. loop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement