kecoaksaru
Junior Member
- Oct 4, 2008
- 160
- 255
I?ve download SENUKE, Bookmark demon, Linkwhore, etc
I?ve learn how those Spam tools work, and I think how I can make somehow something like those so I don?t have to rely on those tools, eventhough I?m bad at programming and script.
So I found something good, IMACROS, it?s a free plugin for firefox and internet explorer, It?s good for repetition command for browser, I use it for my firefox, with additional AdBlockPlus and Flashblock for faster browsing, so my browser doesn?t have to load ads and flash. Sometimes I disable images if the page doesn?t need any captcha. IMACROS can record our work on fill form, click button, click link, etc.
I use IMACROS for Spam comment at mySpace, facebook, friendster,etc.
For easy way example for SPamming frindster comment, after login, I open lot of person pages in New Tabs, and I play this script repeatly:
SET !ERRORIGNORE YES
TAG POS=1 TYPE=A ATTR=TXT
ost<SP>a<SP>Comment
TAG POS=1 TYPE=TEXTAREA FORM=NAME:comment_form ATTR=ID:commentTextArea CONTENT=visit<SP>me<SP>here<SP><a<SP>href=?http://totalcc.co.cc>http://totalcc.co.cc</a>
TAG POS=1 TYPE=A ATTR=TXT:Submit
TAB CLOSE
It work for simple, I open lot of tabs, the script play, give comment, and close tabs. IMACROS can play script repeatly as many times you choose.
Another example for captcha at myspace comment, just like before, after login, open lot Tabs of people?s pages, than play this script:
SET !ERRORIGNORE YES
TAG POS=1 TYPE=A ATTR=TXT:Add<SP>Comment
TAG POS=1 TYPE=TEXTAREA FORM=NAME:aspnetForm ATTR=ID:ctl00_cpMain_UserWriteCommentsControl_commentTextBox CONTENT= visit<SP>me<SP>here<SP><a<SP>href=?http://totalcc.co.cc>http://totalcc.co.cc</a>
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:aspnetForm ATTR=ID:ctl00_cpMain_UserWriteCommentsControl_postcommentImageButton
PROMPT Enter<SP>a<SP>Captcha<SP>Word !VAR1
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:aspnetForm ATTR=ID:ctl00_cpMain_UserWriteCommentsControl_captcha_captchaResponseTextBox CONTENT={{!VAR1}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:aspnetForm ATTR=ID:ctl00_cpMain_UserWriteCommentsControl_ConfirmPostButton
TAB CLOSE
This script will ask us the captcha code, script !VAR1 contain our words, then write our words into the form.
For another use, we can collect much url of pages, then play the script.
Example:
URL GOTO=http://friendster.com/....
---script to give comment?
URL GOTO=http://friendster.com/....
---script to give comment?
......and so on
Also for registering for lot of artcles just like article submitter, I crawl google with keyword +"powered by Article Dashboard" +signup.php
I use IMACROS to record the form I fill and submit button, and I make script somehow like this:
URL GOTO=http://....
--script to register?
URL GOTO=http://....
--script to register?
..and so on
For tips, I use link whore to url crawl, and get lots of urls, and use Dreamweaver for replace http://*
with
?script code?
URL GOTO=http://
and have little editing. Microsoft Words can?t replace words with paragraph and enter, dreamweaver can.
It?s fun to learn those script, it will be useful for any web spam, of course. For learning, try to record the script, learn the script we create, and visit imacros official site for help pages.
I still create more script for spamming, I create for hi5, facebook, myspace, friendster, article submit, mass registering, etc.. maybe next time we can share our script for spam, of course..
Actually I?m newbie in using IMACROS, the script command is very much and complex, but I only need the simple script just like I create.
But I still need a tools, anyone know url extractor for google? Link Whore works for yahoo, but I need url extractor for google. thx
I?ve learn how those Spam tools work, and I think how I can make somehow something like those so I don?t have to rely on those tools, eventhough I?m bad at programming and script.
So I found something good, IMACROS, it?s a free plugin for firefox and internet explorer, It?s good for repetition command for browser, I use it for my firefox, with additional AdBlockPlus and Flashblock for faster browsing, so my browser doesn?t have to load ads and flash. Sometimes I disable images if the page doesn?t need any captcha. IMACROS can record our work on fill form, click button, click link, etc.
I use IMACROS for Spam comment at mySpace, facebook, friendster,etc.
For easy way example for SPamming frindster comment, after login, I open lot of person pages in New Tabs, and I play this script repeatly:
SET !ERRORIGNORE YES
TAG POS=1 TYPE=A ATTR=TXT
TAG POS=1 TYPE=TEXTAREA FORM=NAME:comment_form ATTR=ID:commentTextArea CONTENT=visit<SP>me<SP>here<SP><a<SP>href=?http://totalcc.co.cc>http://totalcc.co.cc</a>
TAG POS=1 TYPE=A ATTR=TXT:Submit
TAB CLOSE
It work for simple, I open lot of tabs, the script play, give comment, and close tabs. IMACROS can play script repeatly as many times you choose.
Another example for captcha at myspace comment, just like before, after login, open lot Tabs of people?s pages, than play this script:
SET !ERRORIGNORE YES
TAG POS=1 TYPE=A ATTR=TXT:Add<SP>Comment
TAG POS=1 TYPE=TEXTAREA FORM=NAME:aspnetForm ATTR=ID:ctl00_cpMain_UserWriteCommentsControl_commentTextBox CONTENT= visit<SP>me<SP>here<SP><a<SP>href=?http://totalcc.co.cc>http://totalcc.co.cc</a>
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:aspnetForm ATTR=ID:ctl00_cpMain_UserWriteCommentsControl_postcommentImageButton
PROMPT Enter<SP>a<SP>Captcha<SP>Word !VAR1
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:aspnetForm ATTR=ID:ctl00_cpMain_UserWriteCommentsControl_captcha_captchaResponseTextBox CONTENT={{!VAR1}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:aspnetForm ATTR=ID:ctl00_cpMain_UserWriteCommentsControl_ConfirmPostButton
TAB CLOSE
This script will ask us the captcha code, script !VAR1 contain our words, then write our words into the form.
For another use, we can collect much url of pages, then play the script.
Example:
URL GOTO=http://friendster.com/....
---script to give comment?
URL GOTO=http://friendster.com/....
---script to give comment?
......and so on
Also for registering for lot of artcles just like article submitter, I crawl google with keyword +"powered by Article Dashboard" +signup.php
I use IMACROS to record the form I fill and submit button, and I make script somehow like this:
URL GOTO=http://....
--script to register?
URL GOTO=http://....
--script to register?
..and so on
For tips, I use link whore to url crawl, and get lots of urls, and use Dreamweaver for replace http://*
with
?script code?
URL GOTO=http://
and have little editing. Microsoft Words can?t replace words with paragraph and enter, dreamweaver can.
It?s fun to learn those script, it will be useful for any web spam, of course. For learning, try to record the script, learn the script we create, and visit imacros official site for help pages.
I still create more script for spamming, I create for hi5, facebook, myspace, friendster, article submit, mass registering, etc.. maybe next time we can share our script for spam, of course..
Actually I?m newbie in using IMACROS, the script command is very much and complex, but I only need the simple script just like I create.
But I still need a tools, anyone know url extractor for google? Link Whore works for yahoo, but I need url extractor for google. thx