Jump to content

Recommended Posts

Posted

Global $ImALouseyStinkingSpamRat = 1
While $ImALouseyStinkingSpamRat

#include <IE.au3>

$oIE = _IECreate ("http://www.yahoomail.com")

$o_form = _IEFormGetObjByName ($oIE, "login_form")

$o_login = _IEFormElementGetObjByName ($o_form, "login")

$o_password = _IEFormElementGetObjByName ($o_form, "passwd")

$o_signin = _IEFormElementGetObjByName ($o_form, ".save")

$username = "Type Your Email"
$password = "Type Your Password"


_IEFormElementSetValue ($o_login, $username)

_IEFormElementSetValue ($o_password, $password)

_IEAction ($o_signin, "click")
      $ImALouseyStinkingSpamRat += 1
      If $ImALouseyStinkingSpamRat = 3 Then $ImALouseyStinkingSpamRat = False
WEnd

How can make this code work ... ???

PLease help ... thanks

Posted

It's clear what LeuMas is trying to do. It's also clear LeuMas is just a stupid worm.

Stupid^2

Thank you ...

If you know what i want to do ... can you help me?

Guest
This topic is now closed to further replies.
×
×
  • Create New...