Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. How to use: Save as .vbs file
  2.  
  3.  
  4. Set wshShell =wscript.CreateObject("WScript.Shell")
  5.  
  6. wscript.sleep 5000
  7.  
  8. do
  9.  
  10. wshshell.sendkeys "3"
  11.  
  12. wscript.sleep 1000
  13.  
  14. wshshell.sendkeys "4"
  15.  
  16. wscript.sleep 1000
  17.  
  18. wshshell.sendkeys "1"
  19.  
  20. wscript.sleep 1000
  21.  
  22. wshshell.sendkeys "2"
  23.  
  24. wscript.sleep 1000
  25.  
  26. wshshell.sendkeys "{ENTER}"
  27.  
  28. wscript.sleep 2500
  29.  
  30. loop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement