boshi Posted January 26, 2011 Posted January 26, 2011 Hello,I am working on my bot to create email. I run my script and will automatically fill in the form with random value. Working goodNow I want to implement a inputbox that will ask for captcha and also show the captcha image with OK buttonThis is example of captcha image HTML<img title="Image of Verification" style="display: inline; width: 240px; height: 46px;" src="https://www.google.com/recaptcha/api/image?c=03AHJ_VuvH91Hewf2kIl-yE4t3UMLu4L2Abj3gfUuRMEPMsijPteanCQEdctIvo53P-seXnOHqQeJgYHXq6LNyCMnH-5wpaVOVA0rOTt5-bQLeRf6uLclow9VG8P5fy_Ds5XPSeNimG-Q4Ji1HVCHB-j73qj3ToEcpHhnlq06L3Flo2atnQ5h8hSE" onload="javascript:HIPR.l()" id="iCdHIPRImg">This is what i do and got error$captchaimage = _IEGetObjByName($oIE, "iCdHIPRImg")$captcha = InputBox("Enter Captcha", $captchaimage, "", "*")$captchaform = _IEGetObjByName($oIE, "iCdHIPBInput0")_IEFormElementSetValue ($captchaform, $captcha)
Developers Jos Posted January 26, 2011 Developers Posted January 26, 2011 What exactly are you trying here, because there are too many words in your post that raise a RED flag? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
boshi Posted January 27, 2011 Author Posted January 27, 2011 oki want to do like thisfirst you go to sign up page of hotmail scroll down and you see the captcha. i want a popup with inputbox appear on top of other and i can type the captcha directly and then press ok, the value i enter into the inputbox will fill the captcha field. example
iamtheky Posted January 27, 2011 Posted January 27, 2011 (edited) Your screenshot of facebook devil with its circumventing captcha action, will no doubt yield many fine answers. None of which you will appreciate very much. If you are not attempting to break it and rather just facilitate the input I would find a less damning picture. Edited January 27, 2011 by iamtheky ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__)
JohnOne Posted January 29, 2011 Posted January 29, 2011 You should try facebook support forums. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
boshi Posted February 10, 2011 Author Posted February 10, 2011 i will try to continue working on this.. this is not auto, or spamming but to make it easier for me to create email.
xJoshox3 Posted June 27, 2011 Posted June 27, 2011 Hello,I am working on my bot to create email. I run my script and will automatically fill in the form with random value. Working goodNow I want to implement a inputbox that will ask for captcha and also show the captcha image with OK buttonThis is example of captcha image HTMLThis is what i do and got errorSorry if this is a old post, have you got it working? *I am completely new to AutoIt*The C# Code is pictureBox1.ImageLocation = webBrowser1.document.GetElementById("iCdHIPRImg").GetAttribute("src"); ^^ I made exactly the same thing but in C# Mine also dumped the account into a txt document
jchd Posted June 27, 2011 Posted June 27, 2011 At this point in time, bars are near closing... This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe hereRegExp tutorial: enough to get startedPCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta. SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)
Developers Jos Posted June 27, 2011 Developers Posted June 27, 2011 Lets stick to legit stuff. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts