andreyg13
Senior Member
- Nov 13, 2009
- 915
- 1,792
Will this work for all CAPTCHA?
Thanks!
IT works for the captcha's which it supports and the ones which can be added via the Captcha Destruction Kit
can we use this is MK? or can i integrate this to my imacros script?
iMacros is full compatible with CS. Below is a sample how to use it via iMacros:
Code:
<Beginning of your iMacro Script>
'insert this code whenever you can see the capcha image within your own macro code
'this will delete any existing captcha image otherwise imacros will have errors
FILEDELETE NAME=c:\ captcha.jpg
'define where we want to download the captcha image
ONDOWNLOAD FOLDER=c:\ FILE=captcha.jpg
'this downloads the captcha image - this line below will be specific to the form you are writing your macro for.
TAG POS=1 TYPE=IMG FORM=ID:pgbSaveForm ATTR=HREF:"*asimg*" CONTENT=EVENT:SAVE_ELEMENT_SCREENSHOT
'this opens a new tab to submit the image to Captcha Sniper and loads the file that came with your download
URL GOTO=file:///C:/captchasnipertest.html
?this selects the captcha image we just saved so that we can send it to Captcha Sniper
TAG POS=1 TYPE=INPUT:FILE FORM=ACTION:http://poster.decaptcher.com/ ATTR=NAME:pict CONTENT=C:\captcha.jpg
?this sends the captcha image to Captcha Sniper
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://poster.decaptcher.com/
ATTR=VALUE:Send
?this extracts the answer from Captcha Sniper and saves it into a variable !VAR1
SET !EXTRACT_TEST_POPUP NO
TAG POS=1 TYPE=BODY ATTR=TXT:* EXTRACT=TXT
SET !VAR1 EVAL("var s=\"{{!EXTRACT}}\"; l=s.lastIndexOf(\"|\");s=s.substr(l+1);")
?close the tab
TAB CLOSE
?set the captcha image text box to the answer from Captcha Sniper. Again, parts of the line below will be specific to the form you are writing your macro for.
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:fpg_form ATTR=NAME:fpg_antispam CONTENT={{!VAR1}}
<Remaining of your iMacro Script>
Could I get your PayPal Email address please as it seems Plimus doesnt offer PayPal anymore, thanks.
Please check your PM