Problem with iMacros + captcha

Pitat3x

Newbie
Joined
Feb 29, 2012
Messages
4
Reaction score
1
hii,i create imacros for 4 chan but still have problem with captcha in second line

ONDOWNLOAD FOLDER=C:\ FILE=captcha.jpg
TAG POS=1 TYPE=IMG ATTR=ID:recaptcha_image CONTENT=EVENT:SAVEPICTUREAS

where is mistake? i can`t save captcha image on my hard drive
 
Last edited:
Code:
SET !EXTRACT_TEST_POPUP NO 
FILEDELETE NAME=C:\captchas\[COLOR=#ff0000]image name [/COLOR]
ONDOWNLOAD FOLDER=C:\captchas FILE=+_{{!NOW:yyyy***d_hhnnss}} WAIT=YES 
TAG POS=1 TYPE=IMG ATTR=SRC:http://register.rediff.com/register/tb135/tb_getimage.php CONTENT=EVENT:SAVEPICTUREAS
OR TRY THIS
Code:
 FILEDELETE NAME=C:\captchas\[COLOR=#ff0000]image name [/COLOR]
ONDOWNLOAD FOLDER=C:\captchas FILE=[COLOR=#ff0000]image name[/COLOR]
 
Last edited:
Its not realy that fun to have to deal with thas for sure.
 
Back
Top