So I Made My First Bot With Imacros

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

Hi Ranga -- thanks for mentioning UBot among other capable software. Just a few things --

1. We are releasing updates a few times a week. SO yeah, it is constantly being evolved.

2. We support proxy-flipping out-of-box for UBot Studio along with a lot more software needed by marketers.

You may want to look at ubotstudio.com to see what all it can do now. :) And thanks again for using UBot.
 
hey guys,

Does anyone have any idea how to convert .text files into csv file??

The reason im asking is i was getting pi**ed off adding posts 1 after another, well my articles, to my workpress blogs. If i could find somthing to convert them with i might be able to get this going.

Ive tried google for about 4 hours tonight and ive installed and unistalled shit loads of stuff, all of which dont work...

Any Ideas Guys??

If you have Excel 2007 you can open excel, goto the data tab, look in the first section called "get external data" then select "from text"
afterwards you can "save as" and select .csv type format.

Excel 2003 had a similar process though the menu options are different
 
If you have Excel 2007 you can open excel, goto the data tab, look in the first section called "get external data" then select "from text"
afterwards you can "save as" and select .csv type format.

Excel 2003 had a similar process though the menu options are different

Ive tried it allready....

When you do this you are given options, and ive tried them all but basically it puts them into long lines, and this is no good...
 
hey guys,

Does anyone have any idea how to convert .text files into csv file??

The reason im asking is i was getting pi**ed off adding posts 1 after another, well my articles, to my workpress blogs. If i could find somthing to convert them with i might be able to get this going.

Ive tried google for about 4 hours tonight and ive installed and unistalled shit loads of stuff, all of which dont work...

Any Ideas Guys??

Is there a character that separates the records in your text file? If you do Import the text file into excel and use that character as the delimiter. After the Import Text File wizard begins you can set your delimiter by going into the Delimiters section, click "Other" and entering the your character.
 
I have problem with the CSV file and links. Some of my links have comma in them ex.
www.mysite.com/super,1.html

When I set up:
URL GOTO={{!COL1}}
The script thinks that after ',' is another column and it opens:
www.mysite.com/super
insted of
www.mysite.com/super,1.html

Any idea how to solve this?


Use another delimiter besides a comma. How do you expect to get around a comma in a COMMA SEPERATED VARIABLE sheet? unless its in quotes but even then i doubt it. I imagine its not a URL with that character in the feild right?
 
hey guys,

Does anyone have any idea how to convert .text files into csv file??

The reason im asking is i was getting pi**ed off adding posts 1 after another, well my articles, to my workpress blogs. If i could find somthing to convert them with i might be able to get this going.

Ive tried google for about 4 hours tonight and ive installed and unistalled shit loads of stuff, all of which dont work...

Any Ideas Guys??

I dont understand, this is simple. Add a delimiter to the end of the text and there you go, a CSV. How is the text file laid out? Sounds like you are trying to take a shortcut to a simple problem.
 
Use another delimiter besides a comma. How do you expect to get around a comma in a COMMA SEPERATED VARIABLE sheet? unless its in quotes but even then i doubt it. I imagine its not a URL with that character in the feild right?

But I don't know how to change delimiter in iMacros to sth else than comma. Or can we use for ex. TXT format than CSV?
I my case when I have URL with comma ex. http://site.com/bla,ck.com it's not possible to open it from CSV.
 
awesome thread gogetta, imacros is one great example of botting freely with the path you chose for yourself
 
Anyone can help me? I have code but they wont click on this

Example: http://i47.tinypic.com/1zl8vno.png

Who want see it click here.. http://www.videogaga.lt/video?id=oixicnzebevturaobg


The bot:

Code:
VERSION BUILD=6240709 RECORDER=FX
    SET !TIMEOUT 100
    TAB T=1
    URL GOTO=http://www6.videogaga.lt/dk?dm.id=videosAll
    TAG POS=1 TYPE=A ATTR=TXT:Registracija
    TAG POS=1 TYPE=INPUT:TEXT ATTR=* CONTENT={{login}}
    SET !ENCRYPTION NO
    TAG POS=1 TYPE=INPUT:PASSWORD ATTR=* CONTENT={{password}}
    SET !ENCRYPTION NO
    TAG POS=2 TYPE=INPUT:PASSWORD ATTR=* CONTENT={{password}}
    TAG POS=2 TYPE=INPUT:TEXT ATTR=* CONTENT={{email}}
    TAG POS=1 TYPE=BUTTON ATTR=TXT:Toliau
    TAG POS=1 TYPE=BUTTON ATTR=TXT:Toliau
    TAG POS=1 TYPE=SPAN ATTR=TXT:Video
    TAG POS=1 TYPE=DIV ATTR=CLASS:Dekor3gp_dekor
    WAIT SECONDS=1
    TAG POS=5 TYPE=DIV ATTR=CLASS:rate_full*

Plus am using javascript to make random accounts.. but everything good untill they need to rate video :SS what wrong? ://
 
WOW this is what i should have seen earlier...
now i ave installed imacros in firefox...
when i see it in addons it is there activated ut how do we use it
where do we code... and stuff... please help
 
This programe LOOK awesome!

I will have a look, thanks for introduce of that!
 
Hi

please help
Am i missing something?
i have free version of imacro

and I have created one auto account creation thing..
but it seems to be not working after first site..

Code:
VERSION BUILD=6240709 RECORDER=FX
SET !ERRORIGNORE YES
SET !ERRORCONTINUE YES
SET !DATASOURCE D:\bots\1st\db\myfirstbot.csv
SET !DATASOURCE_COLUMNS 5
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO={{!COL1}}
TAG POS=1 TYPE=A ATTR=TXT:Register
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:form1 ATTR=ID:username CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:form1 ATTR=ID:email CONTENT={{!COL4}}
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:form1 ATTR=ID:password CONTENT={{!COL3}}
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:form1 ATTR=ID:verify CONTENT={{!COL3}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:thisform ATTR=NAME:submit&&VALUE:Register<SP>Account
URL GOTO={{!COL1}}
TAG POS=1 TYPE=A ATTR=TXT:Logout

NOW loop isnt working :(

after loop works I would be working with captcha thing
I think pop up example was good one for captcha

so any help with LOOPS

my db has following
Code:
www.someurl.com/register.php,username,password,email
pls help
 
ok as far as i can see everything is fine, i think what the problem if your using the plugin for FF is that you need to add:

a SET !LOOP 1

VERSION BUILD=6240709 RECORDER=FX
SET !ERRORIGNORE YES
SET !ERRORCONTINUE YES
SET !DATASOURCE D:\bots\1st\db\myfirstbot.csv
SET !DATASOURCE_COLUMNS 5
SET !LOOP 1
SET !DATASOURCE_LINE {{!LOOP}}
this tells imacros on what line to start
and make sure you are pressing the play loop button not the regular play button
 
Last edited:
and as far as captchas go i find it best to just make an automatic pause instead of a prompt for this, because sometimes you may have to refresh the captchas if you cant read it, and then the imacros would keep on going...
 
Thanks Voila
done

now I move to next step..
collecting list of Working Pliggs / scuttle sites..

+rep Added

Please find my Working pligg account creator
you only need to change path where your datafile is

and in data file you need to add pligg files
I am currently looking for working pligg sites
Code:
VERSION BUILD=6240709 RECORDER=FX
SET !ERRORIGNORE YES
SET !ERRORCONTINUE YES
SET !DATASOURCE D:\bots\1st\db\myfirstbot.csv
SET !DATASOURCE_COLUMNS 5
SET !LOOP 1
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO={{!COL1}}
TAG POS=1 TYPE=A ATTR=TXT:Register
TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=ID:reg_username CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:TEXT FORM=* ATTR=ID:reg_email CONTENT={{!COL4}}
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD  FORM=*  ATTR=ID:reg_password CONTENT={{!COL3}}
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD  FORM=*  ATTR=ID:reg_verify CONTENT={{!COL3}}
PROMPT Please<SP>enter<SP>the<SP>captcha. !VAR1
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:* ATTR=ID:recaptcha_response_field CONTENT={{!var1}} 
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:thisform ATTR=NAME:submit&&VALUE:Register<SP>Account
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:thisform ATTR=NAME:submit&&VALUE:creaTE<SP>user
URL GOTO={{!COL1}}
TAG POS=1 TYPE=A ATTR=TXT:Logout


After creatig account I will creating
bookmarking
commenting


and may be if possible then ping tool


here is sample data
Code:
http://www.somesite.com,somename,password,emailid
http://www.diffsite.com,somename,password,emailid
Www.thirdsite.Com/ Bookmark,somename,password,emailid
 
Last edited:
Awesome thread guys - I just started using imacros with Firefox today and I've really learned a lot here...

Unfortunately, I've hit a wall with my first script - I'm making a small forum spamming tool to post anonymously to certain forums and everything works great EXCEPT it won't go to the next url in my csv file when it's done with the first one. It just keeps spamming the first url over and over again and I don't understand why.

Here's what my code looks like so far:

Code:
VERSION BUILD=6251204 RECORDER=FX
TAB T=1

SET !ERRORIGNORE YES

SET !DATASOURCE XXX.csv

SET !DATASOURCE_COLUMNS 5
SET !DATASOURCE_LINE {{!LOOP}}
'Start at line # BELOW to skip the header in the file
SET !LOOP 3
SET !DATASOURCE_LINE {{!LOOP}}

URL GOTO={{!COL5}}

TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:postMsg ATTR=NAME:topicTitle CONTENT={{!COL1}}
TAG POS=1 TYPE=TEXTAREA FORM=NAME:postMsg ATTR=ID:postText CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:postMsg ATTR=NAME:user_usr CONTENT={{!COL3}}
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:postMsg ATTR=NAME:user_pwd CONTENT={{!COL4}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:postMsg ATTR=VALUE:Sign<SP>in/Post<SP>topic
Can anyone tell me what I did wrong and how to fix it? I'd really appreciate it.

Thanks.



hello

Code:
http://www.blackhatworld.com/blackhat-seo/black-hat-seo-tools/99662-so-i-made-my-first-bot-imacros-5.html#post1386544

check this post ^^

it answers your question

try to use this command
SET !LOOP 1

and use play (loop) button

works great
 
Google ... SEODev Synonimizer - article spinner -spins articles to .csv vs. .txt I use it expressly for this purpose with imacros limitation of using .csv only. Ita freebie thingie.

Now how to grab a random colum via javascripting for the FREE firefox plugin versions of iMac's for my clients would be bangin ... anyone?

Beuhler?

Lets say I have 1000 spun articles and titles in my .csv [ hypothetically :-) ]

I to set a random # as a variable and pass it to my macro. I understand i will need to do this with a .js macro - but im totally lost and the docs for the free imacros tools sux outloud on iOpus' site.


 
awesome thread guys!

I would like to create my own bot, but I just got into the whole imacro stuff.

It would be amazing to have a bot/script which can sign up to an email adress and then use that to post articles. So mainly I would like to have my personalized SENuke, too ;)

But the thing is, how can I grab spinned articles and spinned registration datas like name, nickname etc.. ?

Anyone got a solution for that?
 
Back
Top