Hey, I have a request for a bot.
I am having difficulty trying to figure out how to use multi-thread option and keeping the same profile specific information (IE User Agent, and Proxy) together.
An example of this would be logging in account number 1 with IP number 1 with User agent number 1 and making sure account number 2 doesn't use account number 1's information.
Could you make a video of this when creating new Microsoft accounts using different IP's and User agents while making it compatible with multi-threading?
I bought the developer edition just for the multi-threading option :)
Hey, I have a request for a bot.
I am having difficulty trying to figure out how to use multi-thread option and keeping the same profile specific information (IE User Agent, and Proxy) together.
An example of this would be logging in account number 1 with IP number 1 with User agent number 1 and making sure account number 2 doesn't use account number 1's information.
Could you make a video of this when creating new Microsoft accounts using different IP's and User agents while making it compatible with multi-threading?
I bought the developer edition just for the multi-threading option :)
Hi, we have got your message, and we will take it into consideration. very thanks for your advice.
1)How can i run "for" loop? Store value for looping in variable and loop for that many time. Eg Get value from user for how many time bot should do particular job and loop for that time.
2)String append. I want variable2=variable1+"sometext" . While registering for some email i want to save usernames as [email protected] not only username. Possibility of using variables within another variable will be great feature if it dosen't have it.
3)Mathematically operation like +/-/>/< between variables. Is it possible?
1)How can i run "for" loop? Store value for looping in variable and loop for that many time. Eg Get value from user for how many time bot should do particular job and loop for that time.
2)String append. I want variable2=variable1+"sometext" . While registering for some email i want to save usernames as [email protected] not only username. Possibility of using variables within another variable will be great feature if it dosen't have it.
3)Mathematically operation like +/-/>/< between variables. Is it possible?
1. You can add a If command to judge how many times the bot will loop that job.
2. Put the value of variable 2 is @gmail.com, and also appends variable 1 to variable 2. In the end, save the variable 2.
3. Now botchief supports the mathematically operation like +/-/>/< between variables
Hello, you can check this video to know how to do it: http://www.whitehatbox.com/bbs/BBSPost?postid=1839#.V33JgqLflIk
Wish this can help you.
You mean you want to run your Form with multiple threads?
1) A tutorial how to use Javascript and C# to generate text etc would be really useful.
2) A tutorial on solving captchas manually and also automatically would be great.
Many thanks
1) A tutorial how to use Javascript and C# to generate text etc would be really useful.
2) A tutorial on solving captchas manually and also automatically would be great.
Many thanks
Sorry, recently there is no tutorial to show you how to use them.
For the Captcha function, you can view the post first. http://www.whitehatbox.com/bbs/BBSPost?postid=4129#.WAWe8KL8Y3A
Also we wish you can view some videos and command document first before you propose some question and create your bot.