FBC - FREE Bot Creator

Great share, thanks a lot!

Ora lo scarico e lo provo ;)
 
I havent looked in to it, but the MOST IMPORTANT thing to every "bot whatever creater" is some exception handling. You NEED if/else statements or you wont get any good resulsts with your bot.
 
I havent looked in to it, but the MOST IMPORTANT thing to every "bot whatever creater" is some exception handling. You NEED if/else statements or you wont get any good resulsts with your bot.

You don't use if/else for exception handling. You use try/catch.
 
I'm not all that familiar w/using bots but I've got a few quick questions to see if using this would benefit my business.

Which of the following actions could be completed...

1. Log into any of my dozen or so YT account
2. Go to a particular video URL
3. pull a comment from a .csv file and post that comment in the appropriate field
4. Select a "video response" and submit it...
5. "Like" the video

Thanks for any feedback...if this bot could do any/some of the above, then I'm all over this like a fat kid to a cup-cake! :D
 
This is a very useful software. Analyzing the elements is just a click a way. saves me time than using the firebug window.

Hope you can provide a user manual to make it easier to use. Thanks.
 

Thanks so much for sharing this so far its been very easy to use. I have one question could enable the bot to load flash as I'm would like to use it along with proxies to bump up views on youtube videos?

Thanks
 
I'm not all that familiar w/using bots but I've got a few quick questions to see if using this would benefit my business.

Which of the following actions could be completed...

1. Log into any of my dozen or so YT account
2. Go to a particular video URL
3. pull a comment from a .csv file and post that comment in the appropriate field
4. Select a "video response" and submit it...
5. "Like" the video

Thanks for any feedback...if this bot could do any/some of the above, then I'm all over this like a fat kid to a cup-cake! :D

1. You could log on many accunts but they must have the same password.
2. Sure
3. You can post comments but you cant load them from .csv but you can use {spined|format}
4. Yes you can.
5. Yes you can.

So you could do all, the real problem is login with accounts with different passwords...

In the next release i will add something like spinned format but sequential not random

Thanks so much for sharing this so far its been very easy to use. I have one question could enable the bot to load flash as I'm would like to use it along with proxies to bump up views on youtube videos?

Thanks

The software support flash, if not you should update Internet Explorer flash

I havent looked in to it, but the MOST IMPORTANT thing to every "bot whatever creater" is some exception handling. You NEED if/else statements or you wont get any good resulsts with your bot.

That too much work.
 
Thanks man very much!
I've just created a FaceBook BOT for only my facebook account!!
I will soon make a guide for it because now I am very friendly with it!!:)
 
Can you make some of your past bots with this ?
 
Easy scripting example :

Code:
------Google Search
navigate('http://www.google.com/')
settext.name(q,Info1)
click.name(btnK)
extracturls(.,google,Data1,Unchecked)
click.id(pnnext)
wait(4)
gotoline(4)
This script extract urls from google, but let's explain it line by line.

1st Line : navigate('http://www.google.com/')
Just says to the browser to load google.
2nd Line : settext.name(q,Info1)

This line says to write in "q" ("q" is the name of the search bar
zBV9tH.png
)

Text i wrote in Info1, in my case "Cats"

kHkVbj.png
3rd Line : click.name(btnK)

Says click the button named "btnK" that is the search button of google (
89jdpG.png
)
4th Line : extracturls(.,google,Data1,Unchecked)
extracturls(ChrsInTheURL,ChrsToExcludeFromURL,Output, In spin format (Unchecked/Checked))

So mine was .,google,Data1,Unchecked

I chosen "." becouse it's on all urls of the page Ex: "http://www.cats.com"

I chosen "Google" becouse i wont google URLs like :
"video.google.com/?hl=en&tab=wv, google.com/maps?hl=en&tab=wl,ect,ect..."
Data1 is the name of the first output box :
BoLlCU.png


And last i chosen Unchecked becose i dont want urls in spin fromat like that : {url1.com|url2.com|url3.com|url4.com}
5th Line : click.id(pnnext)

"pnnewt" is the next button on bottom right of the page (
edFHWw.png
)
Note: this time is ID cause this element has no name.
6th Line : wait(4)

It's set 4 seconds delay. that will stuck the software for 4 seconds to make us more natural on google eyes. you could use another way with blank lines to make a delay. every blank line is 500ms of dealy so 500*2 = 1 second so 8 blank lines = 4 seconds
'
'
'
'
'
'
'
'
(4 seconds)
7th Line : gotoline(4)

This line says to back to line #4( extracturls(.,google,Data1,Unchecked) ). That generates a loop for the next page untill the script get stopped.
Obviously, all these lines are generated by the tool, you no need to type anything.

PS: It's such hard create a guide with my bad english sorry.
 
It would be better if it has a decaptcher installed
 
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!
 
Back
Top