WhiteHatBox
Share Page
Following(0)
Partner(s)
WhiteHatBox
2014/09/01 02:09:59
8 # Sain 8/30/2014 7:14:10 PM
Q4. In Project properties we have defined by default user agent. If inside project we will use UseragentSet action, which one will be used - defined in project properties or by action?

If you use useragentSet action, bot will use the useragent in useragentSet action.

If you don't use useragentSet action, bot will use the default useragent.

Let's ROCK!
WhiteHatBox
2014/09/01 04:50:02
10 # Sain 8/30/2014 7:29:14 PM
Q6. When my bots will be created, I want to provide it to my friends. To compile it in exe files I needed developer license. Where can I see examples of such bots created in BotChief? Can you provide some video with interface customization process?

For using the developer license, you need use the developer version.

For now, we have a common GUI for the built exe, it is a common GUI and use easy to use, you custom your program name, icon etc.

And we are adding the new function, so that you can customize yourself GUI fully too.

Let's ROCK!
WhiteHatBox
2014/09/01 06:42:11
9 # Sain 8/30/2014 7:26:05 PM
Q5. In my project I need to use the same proxy for accounts every time (first account - first proxy, second account - second proxy,...). I created string variables for proxy and accounts and when create task provide list of accounts and list for proxies. I need to use 1-st proxy only for first account, 2-nd proxy for 2 account..., but BotChief use it randomly. How to make things that I needed?

here are the steps>>
1. You need set the table to be an init and global variable.
2. You can create some new local and store string variable.
3. Create a Variable Operate command and select the table variable in the Variable Operate, then Select "Get value(s) from table" in the Processing way list. Then you can set the string variables to get values from the columns of the table, then checked the box "Remove row after get value(s)" and select "Remove row" or "Remove row and add the row to the last of the table" in the list.
4. Save it.

5. By this way, every thread will use a new row to run the bot.


Let's ROCK!
Sain
2014/09/01 17:57:45
Q7. Proxy credentials must be provided like this: IP:Port:Login:Password?
Sain
2014/09/03 03:19:17
Q7. Proxies in format IP:Port:Login:Password works without problems
WhiteHatBox
2014/09/04 00:05:54
14 # Sain 9/1/2014 5:57:45 PM
Q7. Proxy credentials must be provided like this: IP:Port:Login:Password?

it can be ip:port or ip:port:username:password

Let's ROCK!
Sain
2014/09/04 10:49:21
12 # WhiteHatBox 9/1/2014 4:50:02 AM
10 # Sain 8/30/2014 7:29:14 PM
Q6. When my bots will be created, I want to provide it to my friends. To compile it in exe files I needed developer license. Where can I see examples of such bots created in BotChief? Can you provide some video with interface customization process?



For using the developer license, you need use the developer version.

For now, we have a common GUI for the built exe, it is a common GUI and use easy to use, you custom your program name, icon etc.

And we are adding the new function, so that you can customize yourself GUI fully too.


Any photo/video of developers version? I'm interesting in purchase dev license in case if you fix bugs and add some features needed for my bot. Also interesting to know how integrated license system work.
WhiteHatBox
2014/09/06 06:00:56

Here is the picture of botchief editor compile function >>



Here is the bot picture built by botchief editor>>


Let's ROCK!
Sain
2014/09/06 06:14:44
Few modules can be imported in 1 compiled software?
WhiteHatBox
2014/09/07 20:13:56
Yes, you can put any amount modules into one software.
Let's ROCK!
VerifyCode
Advanced Option