Imacros SHARED code scripts

I would like to add as per yoogya - I hope this user will approve my quote.



yoogya
Please, correction for *.scv;
I create script imacros for create gmail;

#7 (permalink)

thanks for sharing this...this was really helpful about captcha issue
 
And here's the iMacros V 6.60.0.107 Script Edition with a working serial I uploaded to Mediafire
Code:
http://www.mediafire.com/?mzy4nzzyekj

this is not working!!!!! anybody has working serial???
 
Is there an Imacros code that will select a random tag from a drop down list?

Say the drop down list has..

Apples
Oranges
Peaches
Cherries

The script would need to randomly select one of those, can that be coded?
 
Anyone haves Imacro for youtube account creator ? I have one in here but its not fully automated..
 
Anyone haves Imacro for youtube account creator ? I have one in here but its not fully automated..

Share that with me.. I will make is fully automated.

I have made dozens of Imacros scripts for myself :)

Thanks
 
Awesome thread!

I'm having a hard time wrapping my head around imacros.

I need a script that will use a list of proxies (that i will provide) to open up a variety of links at random intervals between 1-3mins.

Basically I'm using it to fake link clicks on tweets. I'm not using it to make money, only to drive up my klout score.

I am a complete newbie and would appreciate any help.
 
Share that with me.. I will make is fully automated.

I have made dozens of Imacros scripts for myself :)

Thanks

Do you know how to have Imacros select at random from a drop down list?
 
im looking for imacros script to active multiple account in same email, any one can help me solve this case
 
Hello, i made an imacro that loads a txt files and start visiting the sites that are in the txt. In each site i want to post an article , so i set second datasource but it does not post the article but the url that loaded from the 1st datasource. Any idea?

I'm not sure if i have the correct syntax in the txt that has the articles. The syntax i used is something like:

"mpla mpla, <a href=www.test.org>mpla mpla</a> mpla mpla"
"mpla mpla, <a href=www.test.org>mpla mpla</a> mpla mpla"

It's right?
 
Ok, I am very new to data extraction from a website and to fill in a form on my own admin area on my site.

Just need a few pointers or if someone knows of something I can edit, etc...

Ok, I am wanting to go to hud home store website and copy data for real estate then past it in my own realty website. Its only a few lines of text. about 26 small lines of text. and then paste it in different fields on my site form, and also extract the image, or if possible the 4 or 5 images that are there. Some have only 1, some have a couple..

Well, thats about it.. lol... So if anyone can help me come up with something, that would be great..

Thanks in advance..

Spikey
 
hi can someone give me google account creator imacros script?? that already connected to death by captcha or decapcher
 
Has anyone made a script for stumbleupon?

Something that comments random snippets, likes, then moves on?
 
Has anyone made a script for stumbleupon?

Something that comments random snippets, likes, then moves on?


I just start playing with Imacros , and this my first macro

Here is it , a StumbleUpon Stumbler , liker and Cmmentor
good luck guys ,


Code:
VERSION BUILD=7401110 RECORDER=FX
TAB T=1
SET !ERRORIGNORE YES
SET !ERRORCONTINUE YES

SET !DATASOURCE C:\data\SU_Data.csv
SET !DATASOURCE_COLUMNS 4
SET !LOOP 2
SET !DATASOURCE_LINE {{!LOOP}}

'The Login Step
URL GOTO=http://www.stumbleupon.com/
TAG POS=1 TYPE=A ATTR=HREF:https://www.stumbleupon.com/login&&TXT:Sign<SP>in
WAIT SECONDS=5
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=ID:user CONTENT={{!COL1}}
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:NoFormName ATTR=ID:pass CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=NAME:NoFormName ATTR=ID:remember CONTENT=NO
TAG POS=1 TYPE=BUTTON ATTR=ID:login&&CLASS:btn<SP>primary<SP>submit<SP>large&&TYPE:submit&&TXT:Sign<SP>In
WAIT SECONDS=10
'Stumbling and Like Step
URL GOTO=http://www.stumbleupon.com/home
TAG POS=1 TYPE=SPAN ATTR=CLASS:tb-btn-text&&TXT:Stumble!
TAG POS=3 TYPE=SPAN ATTR=CLASS:tb-btn-ico
WAIT SECONDS=5
'Commenting Step
TAG POS=9 TYPE=SPAN ATTR=CLASS:tb-btn-ico&&TXT:
WAIT SECONDS=10
FRAME F=3
TAG POS=1 TYPE=A ATTR=HREF:/content/*&&TARGET:_blank&&CLASS:action&&TXT:View<SP>all<SP>comments
TAB T=2
WAIT SECONDS=5
FRAME F=0
TAG POS=1 TYPE=TEXTAREA FORM=NAME:NoFormName ATTR=ID:edit-comment CONTENT={{!COL3}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=ID:edit-tags CONTENT={{!COL4}}
TAG POS=1 TYPE=BUTTON ATTR=CLASS:btn<SP>primary<SP>medium-alt1&&TYPE:submit&&TXT:Save

sure you have to edit datasource , username , pass , comment , tags

the problem with spintax which i coudnt figure it out with imacros , any help with this will be great add
 
Hello, i made an imacro that loads a txt files and start visiting the sites that are in the txt. In each site i want to post an article , so i set second datasource but it does not post the article but the url that loaded from the 1st datasource. Any idea?

I'm not sure if i have the correct syntax in the txt that has the articles. The syntax i used is something like:

"mpla mpla, <a href=www.test.org>mpla mpla</a> mpla mpla"
"mpla mpla, <a href=www.test.org>mpla mpla</a> mpla mpla"

It's right?

try to use CSV file , and prepare it as :
1st col : ur urls
2nd col your article

then url togo={{!COL1}}
youartcile={{!COL2}}

, if you need further help , feel free to pm me
 
SCRIPT FOR CREATING BLOGGER BLOGS: Anybody have a script for this already, or a bot recommendation for this?

Thanks in advance!
 
I was trying to create a fanpage scraper and wall poster with imacros for the last couple of days, and believe it or not I'm just 1 freaking click away from completing it, but can't figure out a way to do it.

It's when you are about to post something to a wall, you first need to click that field before you start typing - I can't make the imacros bot simulate the click :(.

I can post code here if anybody has an idea how to make it work.

EDIT: The problem is that the text field is not always on the same position, otherwise it would be too easy - just some autoclicker and set it on the text field location. But since some fanpages have long titles that stretch 2 lines, and some fanpages have those images like on profiles (some don't), the location of the field is different depending on the fanpage.

I've tried with CLICK command but it doesn't work. Damn I feel so angry now, so close but so far away...
 
Last edited:
Back
Top