A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
15
Task/HTTPS-Authenticated/AutoHotkey/https-authenticated.ahk
Normal file
15
Task/HTTPS-Authenticated/AutoHotkey/https-authenticated.ahk
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
iWeb_Init()
|
||||
pwb := iWeb_newGui(0, 0, 1000, 800)
|
||||
iWeb_nav(pwb, "http://www.facebook.com/login.php?ref=pf")
|
||||
iWeb_Term()
|
||||
iWeb_complete(pwb)
|
||||
inputbox, email, email
|
||||
inputbox, pass, password
|
||||
iWeb_setDomObj(pwb,"Email",email)
|
||||
iWeb_setDomObj(pwb,"pass",pass)
|
||||
iWeb_clickDomObj(pwb, "login")
|
||||
return
|
||||
|
||||
#Include iweb.ahk
|
||||
#Include COM.ahk
|
||||
#Include COMinvokeDeep.ahk
|
||||
Loading…
Add table
Add a link
Reference in a new issue