blackhattrial
Regular Member
- Jul 22, 2008
- 410
- 132
Here is my blog commenting script
I don't use it because i Have UWCS
but this will help many of us around
BLOGCOMMENTS.CSV
save it in the same directory
Above macro will pause before submit in each blog IF captcha is there fill it and then continue
Happy Comment Spamming
I don't use it because i Have UWCS
but this will help many of us around
Code:
VERSION BUILD=6600217 RECORDER=FX
TAB T=1
SET !ERRORIGNORE YES
SET !ERRORCONTINUE YES
SET !EXTRACT_TEST_POPUP NO
CMDLINE !DATASOURCE BLOGCOMMENTS.CSV
SET !DATASOURCE_COLUMNS 5
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO={{!COL1}}
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:* ATTR=ID:author CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:* ATTR=ID:email CONTENT={{!COL3}}
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:* ATTR=ID:url CONTENT={{!COL4}}
TAG POS=1 TYPE=TEXTAREA FORM=ACTION:* ATTR=ID:comment CONTENT={{!COL5}}
'>>>>>>>>>>> Section Divider <<<<<<<<<<<
'PAUSE -- ENTER CAPTCHA AND THEN
'PRESS ANY KEY TO CONTINUE
SET !SINGLESTEP YES
SET !SINGLESTEP NO
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:commentform ATTR=ID:submit
BLOGCOMMENTS.CSV
Code:
blogurl-to-post-comment.com,Anchor-text,email,ur-website, Comment<SP>to<SP>post<SP>incomment<sp>area.
save it in the same directory
Above macro will pause before submit in each blog IF captcha is there fill it and then continue
Happy Comment Spamming