Jump to content

Recommended Posts

Posted

oops had a lil error in the last one here try this , it will log you in to autoit just change the username and pass

#include <IE.au3>

$IE = _IEcreate("http://www.autoitscript.com/forum/index.php?act=Login&CODE=00",0,1)
_IELoadWait($IE)
$form = _IEFormGetObjByName($IE,"LOGIN")
$Username = _IEFormElementGetObjByName($form,"UserName")
$Password = _IEFormElementGetObjByName($form,"PassWord")
_IEFormElementSetValue($Username,"YOUR USERNAME HERE")
_IEFormElementSetValue($Password,"YOUR PASSWORD HERE")
_IEFormSubmit($form)
Eh? i dont need to log into autoit
# MY LOVE FOR YOU... IS LIKE A TRUCK- #
Posted

Eh? i dont need to log into autoit

Bit dense are we? He was trying to show you how to use IE.au3 to login to a website, you could learn to make posts from there.

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
×
×
  • Create New...