sashablack
Elite Member
- Jan 8, 2010
- 3,686
- 2,095
Hey guys as per share made by Raza Rizvi,
here: http://www.blackhatworld.com/blackh...-any-blog-100-working-method.html#post6724279
Here is an imacro that will automate this process
Here is my update guys:
After running my imacro over night, my account got closed lol BUT do to the fact that this was just a test its all good, and the problem is I think the comments!
So here is how I have it set up:
1. to run the imacro you must be logged in to bubblews.
2. there are no wait in seconds, so everything runs pretty fast.
3. I would though maybe do a wait 5 seconds after each search.
4. Also I had my link in the comments to my site and a link to connect to me. (maybe this is why I got my account terminated)
5. OR maybe because I posted unoriginal articles.
In any case here is the tool play with it and see what you guys get! Do let people know what works and what does not!
Code below is for firefox browser:
P.S. In Imacros you are going to "Play Loop" button and not the regular play button and also set your loop number, I usually set it to 30000
Enjoy let me know how this works out for you guys!
-Sasha
here: http://www.blackhatworld.com/blackh...-any-blog-100-working-method.html#post6724279
Here is an imacro that will automate this process
Here is my update guys:
After running my imacro over night, my account got closed lol BUT do to the fact that this was just a test its all good, and the problem is I think the comments!
So here is how I have it set up:
1. to run the imacro you must be logged in to bubblews.
2. there are no wait in seconds, so everything runs pretty fast.
3. I would though maybe do a wait 5 seconds after each search.
4. Also I had my link in the comments to my site and a link to connect to me. (maybe this is why I got my account terminated)
5. OR maybe because I posted unoriginal articles.
In any case here is the tool play with it and see what you guys get! Do let people know what works and what does not!
Code below is for firefox browser:
Code:
VERSION BUILD=8810214 RECORDER=FX
SET !EXTRACT_TEST_POPUP NO
SET !ERRORIGNORE YES
[COLOR=#00ff00]' SET LOOP[/COLOR]
set !var1 1
add !var1 {{!loop}}
SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*187016 + 11121); randomNumber;")
[COLOR=#00ff00]' GO TO URL AND CONNECT[/COLOR]
TAB T=1
URL GOTO=http://www.bubblews.com/account/connect/{{!var1}}
[COLOR=#00ff00]' INSERT COMMENT (YOU CAN CHANGE THE COMMENT TO WHAT EVER YOU LIKE JUST DON'T FORGET <SP> IN BETWEEN WORDS.
[/COLOR]
TAG POS=1 TYPE=TEXTAREA FORM=NAME:NoFormName ATTR=NAME:comment[content] CONTENT=Happy<SP>Bubbling<SP>,<SP>have<SP>a<SP>great<SP>day<SP>:)
[COLOR=#00ff00]' POST COMMENT[/COLOR]
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:NoFormName ATTR=NAME:comment[submit]
P.S. In Imacros you are going to "Play Loop" button and not the regular play button and also set your loop number, I usually set it to 30000
Enjoy let me know how this works out for you guys!
-Sasha