How many Imacro Tools do you have [ Share your imacro's ]

anonymouse

Registered Member
Joined
Mar 8, 2009
Messages
76
Reaction score
27
Hello for all blackhatworld users and friends..

How are you doing so far ?

Do you currently have imacro tools to automate the work you currently doing ?

What you can do with imacro's ?
very well, you actually can do a lot of semi-automatic or complete automatic sometimes..


You can do Directories Submissions, Article submission, Blog posting & blog comments, Classified Ad Submissions, Link Trades Submissions and some of semi-automatic social sites submissions and comments.

Can be also used for email account creator gmail and others , and profile creator and register on some articles sites.

Also can used for mining data from the web and Extract data from the web


The idea's are simple, I will be following up with you once you post your current working imacro's .. and will do help to grow it, you can post your imacro's on separate topic and link it here.
 
No offense but I do not think anybody would share their hard made macros with you.

I mean, it takes days even weeks to get the macro created to perfection to perform automated tasks which gives you the extra boost against your competitors.

Why wouldn't you share your self created imacros first? I think people then would be more encouraged to share their help =)
 
is anybody know this software? I thought it is a new macro software,
Code:
http://cyet.net/
how is it comparing with macro.
 
@ OP:
Don't lose heart! Here are some scripts for you to study, use, manipulate them, whatever! :)
Use Google to find solutions the next time please. As others said, no one will share their best scripts, especially with newcomers. Get down to writing some great posts / threads that are useful to your friends here, then some members will help you either with posts or PMs.

The name of the game is "Building Trust!" :)

Code:
http://wiki.imacros.net/Sample_Code
 
http://www.blackhatworld.com/blackhat-seo/member-downloads/137264-get-yahoo-account-creator-works-imacros.html
 
No offense but I do not think anybody would share their hard made macros with you.

I mean, it takes days even weeks to get the macro created to perfection to perform automated tasks which gives you the extra boost against your competitors.

Why wouldn't you share your self created imacros first? I think people then would be more encouraged to share their help =)

days to weeks? I make mine in couple of minutes. All you do is record it, insert the {{!COLn}}s and *s and... voila?

I'd share mine, but they probably wouldn't be any use to you anyway because I use them with other scripts
 
I have loads of them but they would not be of any use to ppl here as my system also incorporates automate to do other things including initiating macros

btw, u can do pretty much everything related to web on imacros as far as mine goes I have even made a macro to duplicate the web 2.0 module of senuke and is far greater than that as it uses more than one module on site for eg it uses text + images + rss + videos on each web 2.0 website (its very hard work so do not even thing of asking for sharing)

anyways if anybody faces and problems on Imacros I am always ready to help
 
its not really the macro i think, its were and how, you use it :>
 
does anybody has any imacros to create accounts for every network served by onlywire?
 
try TGProfiler, its also shared here on the download section.
 
anyways if anybody faces and problems on Imacros I am always ready to help

I always wanted to know if you could copy spun text docs from a folder and post those. I know how to use data from a cell in an excel doc, but does everything have to live in an excel doc?

SET !DATASOURCE mydatda.csv
SET !DATASOURCE_COLUMNS 7

Something like this:

SET !DATASOURCE folder/*.txt
 
hi biks,

I use automate to do all that stuff cause its great at that. I use it to pick up any random article in one folder using random vbs script

i dont think i would be able to achieve it using imacros

i use automate to do background work and imacros to do actual website related work (called from automate using command prompt option) as automate is very slow in filling data and does not support multithreading that well.

u can make a small vbs script for imacros which can read random data and inject it into imacros.

hope this helps

regards
 
u can make a small vbs script for imacros

Visual Basic? yea right. :-) I'm a photoshop expert, I make pretty pictures for a living.

Sure wish I could program. With much pain I can make something in flash...maybe.
 
vbs is visualbasic script, any one can learn that crap, open a text document and type
Code:
msgbox "WEEEEEEeeeeee"
then save it as TEST.vbs, there's your first vbs script! ;-D


it will actually work better, and do more for you than imacro, do a google search for "patorjk" and download there API spy. it will let you interact with any other software running on your computer, including firefox, IE, etc.

Oh yeah, little known fact, the "I LOVE YOU WORM" was coded in Visual Basic Script. (Not Visual Basic) ha.
 
Last edited:
Here is a lil code to add to some of your Imacros scripts. This will give you elite proxies for every loop. It will only work in the Imacros Browser...
Code:
SET !ERRORIGNORE YES 
SET !EXTRACT_TEST_POPUP NO
URL GOTO=http://www.ip-adress.com/proxy_list/     
TAG POS=1 TYPE=TD ATTR=TXT:Elite   
TAG POS=R-1 TYPE=TD ATTR=TXT:* EXTRACT=TXT   
PROXY ADDRESS={{!EXTRACT}}
 
Last edited:
Back
Top