Quote:
Originally Posted by alpines
Script posten. Kannst deine Logindaten rausraddieren.
|
Code:
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <IE.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 324, 231, 192, 124)
$Edit1 = GUICtrlCreateEdit("", 8, 8, 305, 185)
$Button1 = GUICtrlCreateButton("Senden!", 8, 200, 307, 25)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
$oIE = _IECreate("www.facebook.de")
Sleep(5000)
$Text = _IEGetObjById($oIE,"u_0_1h")
_IEFormElementSetValue($Text, GUICtrlRead($Edit1))
EndSwitch
WEnd
Ich will es grad nur testen wenns klappt tuh ich es ins Spiel rein