Jump to content

Facebook Otomatik Giriş


Mehmet
 Share

Recommended Posts

facebook sayfası açıldıktan sonra farklı bir yere tıklandığında email ve şifreyi nereye tıklandıysa oraya yazıyor Edit2'yi nasıl kontrol altında tutabilirim
ShellExecute("GoogleChromePortable.exe")
sleep(6000)
TrayTip("UYARI!", "lütfen bekleyiniz", 15, 1)
sleep(1000)
WinWait("Facebook'a Hoş Geldin - Giriş Yap, Kaydol veya Daha Fazla Bilgi Al - Google Chrome")
sleep(2000)
WinActivate("Facebook'a Hoş Geldin - Giriş Yap, Kaydol veya Daha Fazla Bilgi Al - Google Chrome")
ControlClick("Facebook'a Hoş Geldin - Giriş Yap, Kaydol veya Daha Fazla Bilgi Al - Google Chrome","","Edit2")
ClipPut("[email protected]")
send("^v")
send("{TAB}")
ClipPut("şifre")
send("^v")
Send("{ENTER}")
TrayTip("Başarıyla", "Giriş yaptınız", 15, 1)
sleep(4000)
Link to comment
Share on other sites

Forumda mynet için verilmişti editele kullan
[codebox]#NoTrayIcon

#include <IE.au3>

Global $User = "kullanıcı adın"

Global $Pass = "şifren"

Global $oIE,$oForm,$IN_USER,$IN_PASS

$oIE = _IECreate ("http://uyeler.mynet.com/login/?loginRequestingURL=http%3A%2F%2Feposta.mynet.com%2Findex%2Fmymail.html&formname=eposta")

$oForm = _IEFormGetObjByName ($oIE, "myform")

$IN_USER = _IEFormElementGetObjByName ($oForm, "username")

_IEFormElementSetValue ($IN_USER, $User)

$IN_PASS = _IEFormElementGetObjByName ($oForm, "password")

_IEFormSubmit ($oForm)[/codebox]

Link to comment
Share on other sites

[quote name='ankara_06' date='02 May 2011 - 18:49 ' timestamp='1304362159' post='1003603']
mynet için olanı arkadaslar nasıl kullanıyoruz html olarak kaydediyorum ama açmıyor malesefki nasıl oldugunu biri anlatabilirmi acaba
[/quote]
AUTOIT kullanarak

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...