Imacros SHARED code scripts

oh my good lord. You guys are awesome. Thanks for holding me by the hand and showing me how to. Am thankful. Going over to do my own part. Rep given to you jairathnem
 
hey guys i am so glad. I have made some series of macros for my personal and are really working like charm. I need help once more. I need an imacros email scraper code for yahoo,google and aol. I am working on a project that if it eventually works i am gonna share it here and it will blow your mind. Another question.. When submiting emails to a site does my ip or source of the submission show... If it does what imacro code can i use to redirect my ip or should i just include a redirect code on my website and allow my imacro to follow the normal process and get redirected
 
hey guys i am so glad. I have made some series of macros for my personal and are really working like charm. I need help once more. I need an imacros email scraper code for yahoo,google and aol. I am working on a project that if it eventually works i am gonna share it here and it will blow your mind. Another question.. When submiting emails to a site does my ip or source of the submission show... If it does what imacro code can i use to redirect my ip or should i just include a redirect code on my website and allow my imacro to follow the normal process and get redirected

I cant understand what you exactly want.
you want a scraper or a poster?
 
I'm trying to understand the benefit to scripting sites like digg or Stumbleupon. Doesn't the account need a network of friends for your bookmark to matter in the search engines? Doesn't the same apply to Facebook sharing?

I've made many useful imacros scripts now but only for utility. I saw the SU script that was shared but how is it useful if the account doesn't have a network?
 
hey guys, any way to start/execute a command parameter inside imacros?

something like inserting an .exe file path and addind parameter like -connect

"c:/folder/file.exe -dosomething"

insite i macros


anyway?

REGARDS!
 
hey guys, any way to start/execute a command parameter inside imacros?

something like inserting an .exe file path and addind parameter like -connect

"c:/folder/file.exe -dosomething"

insite i macros


anyway?

REGARDS!


I saw something about this in the iMacros wiki tutorials/code examples. You need the full version though, not the free browser addon.
 
I've been searching forever how to select the Month and Sex from the drop down menus when creating a Google account with iMacros. Does anyone have an idea how to do this?

I have a 100% guaranteed way to bypass phone verification if someone could just help me with menu drop down selection.
 
i posted this on the imacros forum but theyre slow to respond, can somebody help me out

working off a list
Guys take a look at this imacros. its a simple imarcos where it goes to 'bing.com' and then enters 'computers', then it presses 'search'

Code:
VERSION BUILD=7401110 RECORDER=FX
TAB T=1
URL GOTO=http://www.bing.com/?FORM=Z9FD1
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/search ATTR=ID:sb_form_q CONTENT=computers
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:sb_form ATTR=ID:sb_form_go
What do i do if i have a predetermined list of words i want imacros to look up in bing.com

For example, if it could read off file with the words below, the next world the imacros would automatically search is 'laptops'
Computers
laptops
TVs
cars

How can I do this , so that imacros works off this list?
 
hi .. does anyone have a script imacross to create a blog on blogspot?

please share if any...

Thanks
 
i posted this on the imacros forum but theyre slow to respond, can somebody help me out

working off a list
Guys take a look at this imacros. its a simple imarcos where it goes to 'bing.com' and then enters 'computers', then it presses 'search'

Code:
VERSION BUILD=7401110 RECORDER=FX
TAB T=1
URL GOTO=http://www.bing.com/?FORM=Z9FD1
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/search ATTR=ID:sb_form_q CONTENT=computers
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:sb_form ATTR=ID:sb_form_go
What do i do if i have a predetermined list of words i want imacros to look up in bing.com

For example, if it could read off file with the words below, the next world the imacros would automatically search is 'laptops'
Computers
laptops
TVs
cars

How can I do this , so that imacros works off this list?

You load all these keywords onto a csv, then you use the data source and loop functions
 
looking for tumblr reblog imacro any one can share? pm me if you don't want post here we can exchange, I have 3k pr3-1 links ;)
 
There are quite a few tumblr bots already on the forum. Search around and you will surely find it.

looking for tumblr reblog imacro any one can share? pm me if you don't want post here we can exchange, I have 3k pr3-1 links ;)
 
guys, does anyone know how to write youtube comment rater

basically i want to click on specific thumbs up button...



i just cant seem to figure out how to click on that damn button, because there are a few thumbs up buttons there, 1 for each comment, so the code of the button changes each time page loads...


then i tried to use coordinates to click on thumbs up button... now this would work really well except that comment will go up and down, so in order to get dynamic location of thumbs up button, i wrote this code:

Code:
VERSION BUILD=7401110 RECORDER=FX
TAB T=1
URL GOTO=http://www.youtube.com/watch?v=4Zv9vRz4QYM&feature=related
TAG POS=1 TYPE=P ATTR=TXT:funny<SP>but<SP>i<SP>dont<SP>think<SP>it<SP>has<SP>been<SP>made<SP>by<SP>pixar.

this is closest thing that i've come to selecting comment, still far away from actually getting location of that button.... what i wanted to do is, locate that comment and then place cursor on first letter in that coment, and then move cursor exactly 515px to the right, and thats where thumbs up button is... the only problem is that i dont have such knowledge of imacros to do that, but i do believe that its possible to click on thumbs up...
 
Last edited:
Back
Top