Advertisement
Guest User

open new tab+type url

a guest
Feb 5th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.37 KB | None | 0 0
  1. #include <ImageSearch2015.au3>
  2.  
  3. WinActivate('Google - Mozilla Firefox')
  4. WinMove('Google - Mozilla Firefox','',0,0)
  5. HotKeySet("{ESC}", "done") ;press ESC to stop script
  6. HotKeySet("s", "start")
  7.  
  8. sleep(1000)
  9.  
  10. while(1)
  11. call("start")
  12. WEnd
  13.  
  14. func start()
  15.    Send("^t")
  16.   Send("PLACE HERE UR URL U WANNA OPEN")
  17.   Send("{ENTER}")
  18. EndFunc
  19.  
  20. Func done()
  21.  
  22. Exit 0
  23.  EndFunc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement