Imacros SHARED code scripts

any macro to log into yahoo mail, click on new messages, copy and paste the content of that message to notepad.
 
Hi Guys What you think abou ==> AddMeFast Bot Suite v4.2.1
I use it and it's very useful ! Enjoy!!
 
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
 
I would prefer completely automate whole process, now I have to go back and forth validating those accounts in my spreadsheet. Any tips on it, somebody using some custom scripts?
 
Anyone who can help me out ?
VERSION BUILD=8871104 RECORDER=FX
TAB T=1
URL GOTO=guerrillamail
TAG POS=1 TYPE=SPAN ATTR=ID:email-widget

Need to extract the email in a txt file
So i finaly have 1 txt file with alot off emails

Thanks
 
Hi
Does anyone have imacros ff for traffic generator with proxy, referer and user agent?
share please
thank's
 
I have created an imacro script that will auto post to my twitter acc. from a specific .C folder, however I can't figure out how to add some text or hashtags to the tweet, yet adding a picture is no problem.
Code:
VERSION BUILD=8920312 RECORDER=FX
TAB T=1
URL GOTO=https://twitter.com/
SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*5 + 1); randomNumber;")
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=BUTTON ATTR=ID:global-new-tweet-button
SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*5 + 1); randomNumber;")
WAIT SECONDS={{!VAR1}}
TAG POS=1 TYPE=INPUT:FILE  FORM=ACTION://upload.twitter.com/i/tweet/create_with_media.iframe  ATTR=NAME:media_empty CONTENT=C:\Documents...01.jpg
SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*5 + 1); randomNumber;")
WAIT SECONDS={{!VAR1}}
TAG POS=2 TYPE=BUTTON  FORM=ACTION://upload.twitter.com/i/tweet/create_with_media.iframe  ATTR=TXT:Tweet<SP>Send<SP>message
WAIT SECONDS=240
 
Back
Top