Advertisement
Guest User

Untitled

a guest
Nov 15th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. Set wshShell = wscript.CreateObject("WScript.Shell")
  2. do
  3. wscript.sleep 10000
  4. WshShell.SendKeys "t!fish"
  5. WshShell.SendKeys "{ENTER}"
  6. wscript.sleep 22000
  7. loop
  8.  
  9. Paste above text into txt file and rename the file to .vbs
  10. This script waits 10 seconds (wscript.sleep 10000) after starting then types t!fish and presses enter then waits another 22 seconds before looping
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement