Imacros SHARED code scripts

can we use csv file having all our passwrdz and idz saved...for facebook ?
i want to have a imacro which could automatically sign in with all my 20 idz and then like some specific page.plz if any1 could help me.
thanks in advance :)
 
imaros for myyearbook friend adder? i saw this on google. but it didnt work. anyone got a working script?
 
I'm looking someone expert in iMacros who can create me an iMacros code to extract all Twitter usernames.. Yes twitter username only, i know it's very easy to those who knows programming very well.. I will pay Big Dollars if anyone can create a iMacros code for this..

Example twitter member: http://twitter.com/#!/rose

I need only the username, for example her username is "rose", so we need to extract all twitter members usernames using iMacros.. Please pm me if you can.. Big dollars is waiting for those who can extract the usernames..
 
IMacros I just discovered it and I was surprised that utilities have.
thank you very much
 
Send/Compose Mail from GMail
you need to disable Javascript for this imacros to run
to disable javascript (goto to tools > options > content > uncheck enable javascript
login to you gmail account then run this imacors

VERSION BUILD=7300701 RECORDER=FX
SET !EXTRACT_TEST_POPUP NO
SET !ERRORIGNORE YES
TAB T=1
CMDLINE !DATASOURCE gmail.csv
SET !DATASOURCE_COLUMNS 8
SET !LOOP 2
SET !DATASOURCE_LINE {{!LOOP}}

TAG POS=1 TYPE=A ATTR=ACCESSKEY:c&&HREF:?&v=b&pv=tl&cs=b&&TXT:Compose<SP>Mail
TAG POS=1 TYPE=TEXTAREA FORM=NAME:f ATTR=ID:to CONTENT={{!COL1}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:f ATTR=ID:cc CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:f ATTR=NAME:subject CONTENT={{!COL3}}
TAG POS=1 TYPE=TEXTAREA FORM=NAME:f ATTR=NAME:body CONTENT={{!COL4}}
wait seconds=5
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:f ATTR=NAME:nvp_bu_send&&VALUE:Send
 
Send/Compose Mail from GMail
you need to disable Javascript for this imacros to run
to disable javascript (goto to tools > options > content > uncheck enable javascript
login to you gmail account then run this imacors

lol this is like a ghetto mailer :P

nice work. what are you mailing and how's it working for you if you don't mind me asking?
 
Send/Compose Mail from GMail
you need to disable Javascript for this imacros to run
to disable javascript (goto to tools > options > content > uncheck enable javascript
login to you gmail account then run this imacors

Code:
VERSION BUILD=7300701 RECORDER=FX
SET !EXTRACT_TEST_POPUP NO
SET !ERRORIGNORE YES
TAB T=1
CMDLINE !DATASOURCE gmail.csv
SET !DATASOURCE_COLUMNS 8
SET !LOOP 2
SET !DATASOURCE_LINE {{!LOOP}}

TAG POS=1 TYPE=A ATTR=ACCESSKEY:c&&HREF:?&v=b&pv=tl&cs=b&&TXT:Compo  se<SP>Mail
TAG POS=1 TYPE=TEXTAREA FORM=NAME:f ATTR=ID:to CONTENT={{!COL1}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:f ATTR=ID:cc CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:f ATTR=NAME:subject CONTENT={{!COL3}}
TAG POS=1 TYPE=TEXTAREA FORM=NAME:f ATTR=NAME:body CONTENT={{!COL4}}
wait seconds=5
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:f ATTR=NAME:nvp_bu_send&&VALUE:Send
 
Fantastic thread and imacros, I need to implement these right away!
 
Hello guys,
I am looking for command which will simple click on link no text no herf just simple link on the sampe postion all time. Can anyone help me?
 
Yes but i need go to url which will change my IP then click on link but text is dynamic sometimes and i dont want to change it every time. I dont use it for AdSense i am not stupid :)
 
Is it possible to have Imacros visit a url and if it finds a line of text to stop, if it does not find the line of text to continue with the loop?
 
Need help...Can you create a imm file that will go to site 1 click a adsense link then clear cookies & cache then the same for site 2 3 4 5
Then change my ip & repeat.
I use HMA HideMyAss
Please let me know.
 
guys can someone make me a simple macro to draw username and passwords from a text file..im stuck

use excel for draw usrname and pws, thats better..u can find the example code in imacros examples
 
Back
Top