net2dio 0 Posted August 31, 2010 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 Share this post Link to post Share on other sites
net2dio 0 Posted August 31, 2010 Nobody? ... i want to can repeat the script... The first script is only an example... Thank you Share this post Link to post Share on other sites
czardas 1,269 Posted August 31, 2010 Never seen anything like this Firstly change the variable name and then try explaining exactly what it is you are trying to do? operator64 ArrayWorkshop Share this post Link to post Share on other sites
trancexx 1,013 Posted August 31, 2010 It's clear what LeuMas is trying to do. It's also clear LeuMas is just a stupid worm. Stupid^2 ♡♡♡ . eMyvnE Share this post Link to post Share on other sites
net2dio 0 Posted August 31, 2010 It's clear what LeuMas is trying to do. It's also clear LeuMas is just a stupid worm.Stupid^2Thank you ...If you know what i want to do ... can you help me? Share this post Link to post Share on other sites
trancexx 1,013 Posted August 31, 2010 Go away. ♡♡♡ . eMyvnE Share this post Link to post Share on other sites