FBC - FREE Bot Creator

1. Is it possible to choose FIREFOX or CHROME like default browser?

2. Is it possible to use it with proxies?

3. Does it use only HTML tag? Is not possible to use DIRECT SCREEN or X,Y position?


Good lucky in your project!
I hope this time the developer does not try to use back doors and not continue to develop this software (sure like it is free you have no obligation to do it).
Sometime ago a member appers with a automation software that I thought could help to do something similar like Zenn0. After a time we could see the result.


MY SUGGESTION:
Try to create/define your priorities to next "version". Member here can give you some ideas.
Create a list of priorities and expose here to people suggest you what could be done more.

I want to test it, but I will not have time this weekend. Sorry!
 
can any one tell us how to use this
and what is this can do????

This kind of software was created to automate your movements inside a browser. You can login in an account and click in some places, etc.

About how to use, like OP describe before, it has not Tutorial, yet.
Maybe WE can create something after a time to help others. Maybe insert here some codes to others learn.
 
this is great im coupling this with autohotkey to do some more advanced stuff. thanks a lot
 
It would be better if it has a decaptcher installed

Next release

How do you figure out the names of the buttons?

yes. captchas are necessary

when you click an item in the browser, all its information appears at the bottom right

Or you can press rigth button on the iteam, and then analyze.

Does this not work on win7 64b? Says wrong compatibility then I told it to fix itself and run as if it were windows XP and it still won't work!

Try to update net framework.

1. Is it possible to choose FIREFOX or CHROME like default browser?

2. Is it possible to use it with proxies?

3. Does it use only HTML tag? Is not possible to use DIRECT SCREEN or X,Y position?

Good lucky in your project!
I hope this time the developer does not try to use back doors and not continue to develop this software (sure like it is free you have no obligation to do it).
Sometime ago a member appers with a automation software that I thought could help to do something similar like Zenn0. After a time we could see the result.


MY SUGGESTION:
Try to create/define your priorities to next "version". Member here can give you some ideas.
Create a list of priorities and expose here to people suggest you what could be done more.

I want to test it, but I will not have time this weekend. Sorry!

1- No.

2- Yes

3- Can be added

i wanna get at least 15 new features before to update the software. for the moment we have:

- Decaptcher.com Support
- Automate by Screen Point
- Multiple line Text input.
- Advance navigation with "&" support (Navigate('http://google.com/?q=' & input1)


this is great im coupling this with autohotkey to do some more advanced stuff. thanks a lot

Autohotkey ? what you mean?

this FBC can extracting/scrape URL?

Yes.
 
Being that I'm new to this and learning about UBOt...I'll see what you have to offer.
I do hope you have training videos, or pdf's to go along with it soon.
 
Very nice software !! Very useful ! thanks !
1.Multiple input or input from text file would be nice and very necessary feature , so instead using only one variable (Info1 ) next to the "TEST" button I would also add BROWSE file button which will add txt/csv file with multiple keywords .
2. Have a question:: I would like to extract automaticaly Google for multiple keywords from the text file together with Google URLs and Google Description , then every record for every keyword save to the file with the name of the searched keyword.
For example :
I have thousands restaurant names with their adresses but I don't know their official websites and other info so I want to know if they have their official website or if they are present on Google Maps , yellow pages etc. in few words I want to get some overview about them , for this I want to extract first 5 Google result pages for every restaurant name (URLs with descriptions) (click only 5 x NEXT button)
the names should be grabbed from the txt/csv list:

Charles bar Atlanta
George's Italian Restaurant Orlando, FL
Happy Bar LA
....
....
etc.

Can you provide me with example how to extract Google result URLs together with Google result's descriptions and then to save them into the file?
how should be a code for "to get a google description" step? = it should be the fifth(5) line of your code.
 
Seems good tool. Please provide Help Guide or Manual for this.
 
Why implementing if/else would be hard?

It is really important for bots. I use sicksubmitter it has if/else and many tasks would be imposible to implement without if.

Thanks for software.
 
Last edited:
looks promising gotta test it out keep up the great work...
 
another great example of app making, so awesome, i can't wait til i can make my own, especially for phones, i have so many idea's i loose lots of sleep
 
For USA

Login Yahoo:

Code:
navigate('https://login.yahoo.com/config/login_verify2?.intl=us&.src=ym')
settext.name(login,MyEmail)
settext.name(passwd,MyPass)
click.name(.save)
Send Y! message:

Code:
click.text(yui_3_2_0_1_13203500328611053)
settext.name(to-field,Info1)
settext.name(subject-field,Info2)
settext.name(rtetext,Info3)
click.text(Send)
 
Sign up Facebook, you just need to click send and enter captcha:

Code:
navigate('http://www.facebook.com/r.php?possible_fb_user=1&is_enabled=1&next=&locale=en_us')
settext.name(firstname,Info1)
settext.name(lastname,Info2)
settext.name(reg_email__,Email)
settext.name(reg_email_confirmation__,Email)
settext.name(reg_passwd__,Info4)
downbox.name(sex,sex)
downbox.name(birthday_month,birthday_month)
downbox.name(birthday_day,birthday_day)
downbox.name(birthday_year,birthday_year)
 
Last edited:
login live:

Code:
navigate('https://login.live.com/login.srf?wa=wsignin1.0&rpsnv=11&ct=1320346226&rver=6.1.6206.0&wp=MBI&wreply=http://mail.live.com/?rru=home&livecom=1&lc=1033&id=251248&cbcxt=hom&mkt=en-US')
settext.name(login,MyEmail)
settext.name(passwd,MyPass)
click.name(SI)
 
Comment on youtube:

Code:
navigate('YTube Video Here')
settext.name(comment,Info1)
click.text(Post)
 
Back
Top