Guest User

Untitled

a guest
Nov 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. set wshshell = createobject("wscript.shell")
  2. wscript.sleep 5000
  3. for i=1 to 2
  4. wscript.sleep 1000
  5. wshshell.sendkeys "{TAB}"
  6. wshshell.sendkeys "{TAB}"
  7. wshshell.sendkeys "{TAB}"
  8. wshshell.sendkeys "{TAB}"
  9. wshshell.sendkeys "{TAB}"
  10. wshshell.sendkeys "Fail"
  11. wshshell.sendkeys "{TAB}"
  12. wshshell.sendkeys "{TAB}"
  13. wshshell.sendkeys "Fail"
  14. wshshell.sendkeys "{TAB}"
  15. wshshell.sendkeys "{enter}"
  16. next
Add Comment
Please, Sign In to add comment