Advertisement
StavenCross

Untitled

Oct 1st, 2017
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Loginname=chrismiller3
  2. Password=xxxxxxx
  3.     For wb in ComObjCreate("Shell.Application").windows   ;This should function properly(?)
  4.       If InStr(wb.LocationName, name) && InStr(wb.FullName, "chrome.exe" )   ;Use something like Process Explorer or Task Manager to get Chrome's .exe name and replace iexplore.exe with it.
  5.         Break ; Break loop, just one way to keep this pointer in wb
  6.         url=login.dealer.com/login
  7. wb.navigate(url)
  8. sleep,3000
  9. url2=chrome-extension://hehijbfgiekmjfkfjpbkbammjbdenadd/nhc.htm#url=login.dealer.com/login
  10. wb.navigate(url2)
  11. MsgBox,complete
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement