net2dio Posted August 31, 2010 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
net2dio Posted August 31, 2010 Author Posted August 31, 2010 Nobody? ... i want to can repeat the script... The first script is only an example... Thank you
czardas Posted August 31, 2010 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
trancexx Posted August 31, 2010 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
net2dio Posted August 31, 2010 Author 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?
Recommended Posts