Jump to content

hi


Recommended Posts

j lol like i didnt tried that...

i did that million times and i dont get fuck about his 'readme'

cant you just tell me what to do? and which lines of his scripts i need

lmao its like 8000 Lines i got this atm:

; Gmail_Login.au3
#include <IE.au3>

; Create a browser window and navigate to gmail
$oIE = _IECreate()
_IENavigate($oIE, "http://www.gmail.com")

; get pointers to the login form and username and password fields
$o_form = _IEFormGetObjByName($oIE, "gaia_loginform")
$o_login = _IEFormElementGetObjByName($o_form, "Email")
$o_password = _IEFormElementGetObjByName($o_form, "Passwd")

; Set field values and submit the form
_IEFormElementSetValue($o_login, "ValidUSERNAME")
_IEFormElementSetValue($o_password, "ValidPASSWORD")
_IEFormSubmit ($o_form)
WinSetState( "", "", @SW_MAXIMIZE)
Exit
Edited by aceloc

[quote name='AceLoc']I gots new sunglasses there cool.[/quote]

Link to comment
Share on other sites

j lol like i didnt tried that...

i did that million times and i dont get fuck about his 'readme'

cant you just tell me what to do? and which lines of his scripts i need

lmao its like 8000 Lines

Download the newest version of IE.au3 and place it in this directory

C:\Program Files\AutoIt3\beta\Include\

then you wont get that error

Note: to have this directory, you need beta, which found at top of v3 support in the sticky

How am i supposed to tell you what to code if i have no idea what you'r trying to do

Edited by Paulie
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...