Advertisement
ivandrofly

JavaScript Auto-Typer

Nov 3rd, 2013
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. set wshshell = wscript.CreateObject(“wScript.Shell)
  2. wshshell.run “Notepad”
  3. wscript.sleep 400
  4. wshshell.sendkeys “S”
  5. wscript.sleep 100
  6. wshshell.sendkeys “M”
  7. wscript.sleep 120
  8. wshshell.sendkeys “A”
  9. wscript.sleep 200
  10. wshshell.sendkeys “R”
  11. wscript.sleep 100
  12. wshshell.sendkeys “T”
  13. wscript.sleep 140
  14. wshshell.sendkeys “T”
  15. wscript.sleep 100
  16. wshshell.sendkeys “R”
  17. wscript.sleep 50
  18. wshshell.sendkeys “I”
  19. wscript.sleep 120
  20. wshshell.sendkeys “C”
  21. wscript.sleep 170
  22. wshshell.sendkeys “K”
  23. wscript.sleep 100
  24. wshshell.sendkeys “S”
  25. wscript.sleep 50
  26. wshshell.sendkeys “.”
  27. wscript.sleep 120
  28. wshshell.sendkeys “N”
  29. wscript.sleep 160
  30. wshshell.sendkeys “E”
  31. wscript.sleep 200
  32. wshshell.sendkeys “T”
  33. wscript.sleep 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement