So I Made My First Bot With Imacros

@olm75, I have some bookmarking sites done to submit in the form of a link wheel.

@pavan_buzz, Nofollow means google doesn't give your site credit for backlinks.

and

Follow means you will...
 
thanks for the reply mate gogetta, and how will i know whether the sites are nofollow or follow?
 
Ok mate,thats cool, but wil it show me whether the specific website is a ******** or follow mate. Sorry for troubling you.
 
gogetta thanks but i have tons of bookmarking submits i need the hubs, web2.0 sites suidoo, hubpages, etc... blah blah blah blah
 
Hey guys i am glad I found this thread. I have been trying to figure out imacros for a while now. Basically I want to set up imacros to automatically register new community sites, specifically kickapps, log into my gmail and confirm new registration, and then automatically create my profiles in each of the sites that it registered placing my backlinks in them. Have you guys figured this out yet? I am not a coder so I have been having a hard time with it.
 
hey guys ill just share 1 software here that confirms new registration links
it works fine for GMAIL,YAHOO and other emails

its called ConfirmAccount (i have found it here on bhw btw:)

Code:
http://www.mediafire.com/?sharekey=e50035e2bca92e3cd956df2962098fcb6d8fbf4b9323d639d6e38d13f15c3e80
virus total scan
File confirm_mail.rar received on 2009.10.18 09:33:01 (UTC)
Result: 0/41 (0%)

Code:
http://www.virustotal.com/analisis/8017698da29c32b0e417eb3e72bce7629c1f01a499ee3085f583eb71d34f2116-1255858381
if you found this useful say thanks!



ok so now i need something in return :D nah im joking but i really need ur help guys because im not really that good with imacros

what i need is forum registration macro

so if could anyone code me this i would be very very happy, i would even pay for this i guess, but since you guys are making loads of money with this.... well anyways

so what would be needed in this macro:
1. go to around 500 forum registration urls, for example just 2 of them
http://www.macobserver.com/tmo/forums/observer/register/
http://codeigniter.com/forums/member/register/

2.enter input that i need

3.enter in that automated beatcaptcha for $8/1000 captchas

4.click on I agree to the terms of service

5.click submit

6.send url of forum to somewhere, id say to text file or something so i will know on which forums i created emails, in case some end up with errors


eif you code me something like this, id give you ultimate SEOe book in return (i know what you think now: oh another DP bullshit ebook, well its everything else that another DP ebook :) (part of that is forum registration) then its more on forums, well with that ebook and with this macro you will be able to rank #1 in google in NO DAYS :D

its basically creating around 200 linkwheels from those 500 profiles, all forums are on different IPs, all forums are PR3-8, just imagine what you could do with this if entire process would be automated.

well i hope some1 comes up with code, send me a PM if ur able to do this and if you have any questions :)

thanks
 
Last edited:
I'm trying to copy the google analytics script to a txt file. I just don't know how to tag that box with the script so that it copies the content. :confused:
 
This is feckin amazing!!

I started reading this on friday and got stuck in straight away...

Ive created a couple now, the first one was to login to all my accounts, i usually open about 8 pages when i first sign on so this helped.

I then created one for signing up for video accounts, everything but the captcha, i do that manually, i did try beatca[tchas, but my personal experience was shit.

I then created one to submit vids to my chosen video sites, and only today i made one that i needed for wp guardian. Its a great plugin, a cheap version of bhcb, and it works amazing. The macro i created allows me to change my affiliate link on all and any post i require. Now because im testing to see which offers are best, i tend to change them a few times a week, so now it takes about 60 seconds instead of half hour....

If anyone is interested in any of them giime a shout.

Cheers for this thread guys and i hope it progresses even more!!>

John
 
I managed to do it with winaut0n0mation, using the "split text" command. I split the text when it encountered a variable and then wrote the second part of the split text in a .txt file with "write text". Hope it helps others.
 
From The day I laid my eye on IMacros I knew it would be an Asset to my Firefox plugin Collection
Together with GreaseMonkey, SEO Quake and some others.
 
Here is a piece of code for anyone getting stuck trying to implement the beatcaptchas.

Code:
FILEDELETE NAME=[COLOR="Red"]C:\myfiles\pic.jpg[/COLOR]
'this sets where you want to download the captcha to on your computers. You MUST call the captcha pic.jpg otherwise errors might happen
ONDOWNLOAD FOLDER=[COLOR="Red"]C:\myfiles FILE=pic.jpg[/COLOR]
'this downloads the captcha you do this by using the SAVE ITEM command while recording and click on the captcha
TAG POS=1 TYPE=IMG ATTR=HREF:[COLOR="Red"]http://www.humsurfer.com/captcha.php*[/COLOR]  CONTENT=EVENT:SAVEITEM 
'this opens and brings you to a new tab to upload your captcha
TAB OPEN
TAB T=2
URL GOTO=http://beatcaptchas.com/captcha.php
'you are given a key upon signup and you paste it here
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:upload.php ATTR=ID:key CONTENT=[COLOR="Red"]PUT Your Key Here![/COLOR]
'this is the location of your captcha on your computer to upload
TAG POS=1 TYPE=INPUT:FILE FORM=ACTION:upload.php ATTR=NAME:file CONTENT=[COLOR="Red"]C:\myfiles\pic.jpg[/COLOR]
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:upload.php ATTR=NAME:submit 
'once submitted it will take a short time to solve the captcha and once completed you will automatically extract the captcha text
TAG POS=1 TYPE=BODY ATTR=TXT:* EXTRACT=TXT
'this sets the captcha as variable 1 to use later
TAB CLOSE
TAB T=1

Now here are the steps you need to take for this code to work:

First make sure you have a directory set on where you want the image (captcha) to be saved in. In this code I have it set as " C:\myfiles\pic.jpg " , but you can use any directory you want, just make sure to change it in this code. Chane both the file to be deleted , and the file to be saved.

2) Input your key that beat captchas gave you when signing up. It should be about 20 characters long or so. Just input it where it says "PUT Your Key Here!" and you should be good to go.

3) This is where I think most of you are having a problem... You need to extract the image url from the page you are trying to get the image from. In this code I have it set to extract and save the image from humsurfer.com So I would need to get the url of the image and also add a *(wildcard) on the end of it.

So say the url is like so: http://www.humsurfer.com/captcha.php&q=1258006555

I would need to put a *(wildcard) on the end of the url that always changes during each submission.

So the new url in my code would look like so:http://www.humsurfer.com/captcha.php*

Its actually very simple to do this, so you guys shouldn't have a problem with this at all.

Now to you call the extracted text from Beatcaptchas, you just use the {{!EXTRACT}} variable.

Here is an example using humsurfer:

TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://www.humsurfer.com/news/submit?* ATTR=ID:news_captcha CONTENT={{!EXTRACT}}

I use the {{!EXTRACT}} variable to input the captcha, as seen in this code above.

Thats it guys, and thats how you use beatcapchas...Oh, and one last thing, if your imacros gives an error while trying to delete the file, it means the image doesn't exist. So Imacros is just telling you that it cant delete a file thats not there.

Just save any image in "C:\myfiles\pic.jpg" when running this for the first time, or if you are using the "SET !ERRORIGNORE YES" command you wouldn't have a problem at all.

Good Luck!
 
gogetta beautifull thread , i just love it . i found almost anything i needed to get started . thank you
 
What language does it use? I'm going to learn another language since the need for my own custom BH tools grows.
 
With my script I have someone that's posting almost 24/7 even with multiple instances running.
 
@gogetta

thanks for that captcha tutorial, its really helpfull and all, BUT your example was site http://www.humsurfer.com, where you can right click on captcha and click view picture and link to it like this....http://www.humsurfer.com/captcha.php

but i want to make bot registration that registers here

http://www.elementsvillage.com/forums/register.php


on forum, where i cant click on captcha or link to it???


what should i do? manually or is there a way around?


and i got another problem, even if im somewhere where i can see captchas url, i just cant get it to imput captcha into captcha field

ill pm you with code i have and hopefully you can help me out :)

thanks
 
Last edited:
@gogetta

thanks for that captcha tutorial, its really helpfull and all, BUT your example was site http://www.humsurfer.com, where you can right click on captcha and click view picture and link to it like this....http://www.humsurfer.com/captcha.php

but i want to make bot registration that registers here

http://www.elementsvillage.com/forums/register.php


on forum, where i cant click on captcha or link to it???


what should i do? manually or is there a way around?


and i got another problem, even if im somewhere where i can see captchas url, i just cant get it to imput captcha into captcha field

ill pm you with code i have and hopefully you can help me out :)

thanks

You just need to put your mouse over the image and right click, then you copy image location (in Firefox browser).

The image for that page would be like so: http://www.elementsvillage.com/forums/image.php?type=*

As for the code you sent me, everything was setup correctly. The image url had the wildcard in the right place and was downloading it just fine.
The only problem you had was not entering back in the captcha after you extracted it from beatcaptchas.

Here is the code that was left out of the script you messaged me with.

Code:
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://www.gearlive.com/ ATTR=NAME:captcha CONTENT={{!EXTRACT}}

Try adding this before the submit button and you should be fine.

EDIT: Just so you know if beatcaptchas returns text like this "key Filename". It means the captcha was never returned and the page timed out. So it's nothing wrong with your bot, its something to do with the server at beatcaptchas. Right now none of my Imacros are working because their server is going really slow.
 
Last edited:
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??
 
Back
Top