So I Made My First Bot With Imacros

TAG POS=1 TYPE=IMG ATTR=HREF:<INSERT CAPTCHA LINK/ID>

I keep getting error here as the URL keeps changing.
What URL do you ? i.e do you use any wildcards?

Whats the website that the captchas on??? You can still get it to download even though the link keeps changing. PM me.
 
Gogetta this has been an amazing thread and I have spent the last few days building some very useful macros. Just I ran into a problem recently and it is veryyyyy frustrating.

Basically I want to use the !set datasource command to grab a bunch or urls from a csv and loop it. I used ur instructions and it worked great for the first few times. However now when I try to do URL GOTO=col1 < of my csv I keep getting error -340 URL invalid syntax. I have no idea why I get this error on my new csvs as I literally copy and pasted from an old CSV to test out the error.

I looked on their wiki and apparently error 340 means there is a space in the link, but there are no spaces in my links and like i said I copy and pasted from another csv that is still working fine.

Anyone got any ideas? Pulling my hair out right now!
 
I somehow got the problem fixed, just made a copy of the csv file that worked and then pasted new info into it. Everything was running smoothly until after the first loop I get the exact same error again when it tries to pull the next url in the list > URL not proper syntax -340 WTF!!!! Just spent two days coding a monster macro and it wont loop properly. Anyone run into this problem??
 
Hey guys, do you know how to crack captcha using macros?
Or do you know how to verify 'email confirmations' sent when you are registering on a new blog?

Please anyone?
 
I somehow got the problem fixed, just made a copy of the csv file that worked and then pasted new info into it. Everything was running smoothly until after the first loop I get the exact same error again when it tries to pull the next url in the list > URL not proper syntax -340 WTF!!!! Just spent two days coding a monster macro and it wont loop properly. Anyone run into this problem??


post the tesxt version of the datasource here, you can start out the relevant parts of the URL. are you using {{!COL1}}? viewing your csv in text format can help sometimes. also check the macros itself for errors. if its correct it should color itself
 
Wow, I like the idea of making macros to distribute. Can you imagine the potential? Someone is going to monetize this
 
Wow, I like the idea of making macros to distribute. Can you imagine the potential? Someone is going to monetize this


thats the thing as poeple ased me if ill sell them... HELL NO! why sell them when i could use them and make 10x that amount?

linkwheels are a good idea, i think ill work on that tomorrow
 
I somehow got the problem fixed, just made a copy of the csv file that worked and then pasted new info into it. Everything was running smoothly until after the first loop I get the exact same error again when it tries to pull the next url in the list > URL not proper syntax -340 WTF!!!! Just spent two days coding a monster macro and it wont loop properly. Anyone run into this problem??

check the csv file for spaces before and after the URLs as that might be throwing off the macro
 
Could someone tell me, In VBScript, how to strip words in a sentence from a variable?
Any help with this will be greatly appreciated
 
Last edited:
Is there a way to fill the tittle and description from excel file to the youtube bulk uploader
 
Is there a way to fill the tittle and description from excel file to the youtube bulk uploader
go through it manually and fill in the uploader, then replace those text areas with {{!COL1}}, {{!COL2}}, etc etc. it will loop through the lines if you set it to
 
hi everybody,

i have used imacros extensively, actually i have tested every macro software there is and here are my conclusions on some of them

imacros -
very good speed in data filling,
speed of use and creation,
does simple webbased jobs easily but i havent been able to handle server based actions in imacros and it breaks (like adding modules and filling data in modules in hubpages)
not really good way of reading data through only csv
no other option to handle jobs if its own system fails
no error handling
gotta learn any language to handle conditional loops

automate -
bit slow in filling datafields
macro creation more tedious than imacros
but good success rate (breaks less often)
can read data from variety of sources including xls
drag and drop type functionality (no coding)
easily handles server side scripting

ubot (ppl would have never heard of it)
made specially for bot creation
currently not updated for long time (so wanna make up with what we have)
very fast and easy (faster and easier than imacros)
nifty functions for bot creation
lacks: proxy support, (havent really tested on server side scripting) but a must have for creating bots
PS: I have contact with the owner if you wanna know more

NQL (network query language): A language created for making bots
company closed down in 2001 dot com bust (u cant find it anywhere except in my hard drive)
very easy to learn
very fast bot creation with browser recorder
extensible with any OO language (if a programmer here want to extend the functunality of this language it could be the best thing next to pure coding)
very advanced feature but pretty easy to do, support multithreading, can be called from any object oriented(OO) language

cons: no more supported, very old language so doesnt support iframes (or maybe i havent been able to find how it does it), needs refreshing but still very useful (even more than softwares above)

direct coding: nothing beats it, but it is not very difficult especially for easier bots like account creation and like just check out these videos below (btw its not by me)

PART 1

http://www.youtube.com/watch?v=5P2KvFN_aLY&fmt=22

PART 2

http://www.youtube.com/watch?v=eTE-muWIEwk&fmt=22

PART 3

http://www.youtube.com/watch?v=OA8kxtuR8t0&fmt=22

If you find it helpful, any thanks would motivate me

any questions pm me
 
Could you host some of those other tools, currently im only using imacros scripting and WinAuto. Always wanted to make actual bots as well but i don't know any programming languages so its near impossible for me. Would be interested to see some of those other options and play with them.
 
is u-bot currently even available? It looks good, but it can it do batch sites in one run as well, or is it limited to one site only?
 
@lighthouse

Just see the videos above its so easy to make bots nowdays which do simple tasks and I also am not much of a programmer but still can do lots of simple bots so just take action and see

Also, which program u want out of the above I can host it and post a link here

Also, if you dont want to do programming check out automate it is really nice.

@cody

u-bot is available I will find out the link and send u in my next post
btw, it can do batch sites in one run, just make two scripts(assuming two sites) with it and join them together (copy and paste)

I am in touch with u-bot developer and he says he will bring out version 3 (never launched version 2) after some time currently developing it.
 
does anyone know where to download the "web id extractor or whatever".

the speaker used it to get the field IDs.
 
Is there a place that sells imacros 'pre-built' bots? I would be interested in that one.
 
i can basically create any type of imacros bot from basic to advanced let me know and we can discuss through PM
 
Back
Top