handmadebots
Senior Member
- Nov 8, 2012
- 1,072
- 255
Hi guys,
Maybe some of you already know me, but if you don't, I create bots/softwares/scripts.
This is the third time I'm re-writting this thread, because I want you to understand what I'm really trying to do and why, so ...
let's get to the point.
I am working on a new software called Traffic Dealer. This software will generate visits to your own websites (or whatever websites),
using proxies, custom referers, user-agents, etc. (but not only that!)
The software will have three modules, for three different type of users:
For the purpose of this thread (to understand what it does), I will start with the advanced module.
Advanced module
To get an idea, this are the basic things that you will have to set:
- websites that you want to target
- proxies / or use built-in proxies
- user agents
- referers
- delay between functions
- how many threads to run
- and a lot more, but this are the basics
After you set the following things, you'll get into the functions.
What is a function? A function is for example: refresh the page or
click inside image or submit form, etc.
This are the basic functions:
- submit form
- click inside image
- refresh page
- navigate to another page and come back
- click inside flash object
- wait X seconds
- click element id <div id='divExample'>Code here</div> If you set the id to be clicked divExample it will click on that div
- and a lot more, but again, this are the basics
Basic module
The basic module, is meant to be used by beginners. If you have no idea what a proxy or user-agent is, this is the right module
for you.
Using this module, you will just have to set your websites and ... that's it! Traffic Dealer will take care of the rest, including
proxies, what functions to execute, how many threads to set, etc. This is the same thing that the advanced module does,
except that you don't have to set anything except for the websites.
Expert module
The expert module, is for those who know something about programming, and know what they're trying to do. Using the expert
module, you can do way more than just visiting your websites. If you use the advanced module, the functions will be choosen randomly
meaning that if you select 3 functions, they will be choosen randomly, and you have no control of their order. With the expert module,
you basically write your own script for Traffic Dealer. This would be sample pseudo-code:
With the expert module, you can create your own bots, that will be able to run in Traffic Dealer, just like the Zennoposter templates.
Of course, it won't be that complex (for now), but you will be able to create for example a simple voter, or submiter with it.
More on sharing the bots will come later, once the software is ready!
So, with all this being said, this will be the purpose of Traffic Dealer. It will be a software that can be used by the very beginners, or by the experts.
In other words, by everybody! If you just want to generate some visits, and you don't care how it's doing it, you'll use the basic module, if you want
just certain actions, you'll use the normal module, if you want specific actions so that you can generate some votes on a website, you'll use the
expert module.
I am not trying to advertise my product or anything like that. I just wanted to see if people want such software and if they need something like this.
I just started to work on it, but as soon as I have at least one module ready (or at least the GUI), I will post some pictures here, so that you'll
understand better. I'm starting with the advanced module, because ... once that module is done, I will create a list of all the functions
that can be executed with the software, and post them here.
I am very open to suggestion! Still... so that you don't suggest me an add-on, and I am already working on it, I would like to finish
the advanced module first, and if something is missing, I will add it up.
Once everything is completed, I am looking for 2-3 beta testers, to test the hell out of it. After the tests are ready, I will post it in the BST section,
on the forum. Of course, for the BHW members there will be a big fat ass discount
Thanks for reading, and waiting for your comments!
Maybe some of you already know me, but if you don't, I create bots/softwares/scripts.
This is the third time I'm re-writting this thread, because I want you to understand what I'm really trying to do and why, so ...
let's get to the point.
I am working on a new software called Traffic Dealer. This software will generate visits to your own websites (or whatever websites),
using proxies, custom referers, user-agents, etc. (but not only that!)
The software will have three modules, for three different type of users:
- basic
- advanced
- expert
For the purpose of this thread (to understand what it does), I will start with the advanced module.
Advanced module
To get an idea, this are the basic things that you will have to set:
- websites that you want to target
- proxies / or use built-in proxies
- user agents
- referers
- delay between functions
- how many threads to run
- and a lot more, but this are the basics
After you set the following things, you'll get into the functions.
What is a function? A function is for example: refresh the page or
click inside image or submit form, etc.
This are the basic functions:
- submit form
- click inside image
- refresh page
- navigate to another page and come back
- click inside flash object
- wait X seconds
- click element id <div id='divExample'>Code here</div> If you set the id to be clicked divExample it will click on that div
- and a lot more, but again, this are the basics
Basic module
The basic module, is meant to be used by beginners. If you have no idea what a proxy or user-agent is, this is the right module
for you.
Using this module, you will just have to set your websites and ... that's it! Traffic Dealer will take care of the rest, including
proxies, what functions to execute, how many threads to set, etc. This is the same thing that the advanced module does,
except that you don't have to set anything except for the websites.
Expert module
The expert module, is for those who know something about programming, and know what they're trying to do. Using the expert
module, you can do way more than just visiting your websites. If you use the advanced module, the functions will be choosen randomly
meaning that if you select 3 functions, they will be choosen randomly, and you have no control of their order. With the expert module,
you basically write your own script for Traffic Dealer. This would be sample pseudo-code:
Code:
goto http://blackhatworld.com
find_element_by_id("username").type("yourusername")
find_element_by_id("password").type("password")
find_element_by_id("loginButton").click
With the expert module, you can create your own bots, that will be able to run in Traffic Dealer, just like the Zennoposter templates.
Of course, it won't be that complex (for now), but you will be able to create for example a simple voter, or submiter with it.
More on sharing the bots will come later, once the software is ready!
So, with all this being said, this will be the purpose of Traffic Dealer. It will be a software that can be used by the very beginners, or by the experts.
In other words, by everybody! If you just want to generate some visits, and you don't care how it's doing it, you'll use the basic module, if you want
just certain actions, you'll use the normal module, if you want specific actions so that you can generate some votes on a website, you'll use the
expert module.
I am not trying to advertise my product or anything like that. I just wanted to see if people want such software and if they need something like this.
I just started to work on it, but as soon as I have at least one module ready (or at least the GUI), I will post some pictures here, so that you'll
understand better. I'm starting with the advanced module, because ... once that module is done, I will create a list of all the functions
that can be executed with the software, and post them here.
I am very open to suggestion! Still... so that you don't suggest me an add-on, and I am already working on it, I would like to finish
the advanced module first, and if something is missing, I will add it up.
Once everything is completed, I am looking for 2-3 beta testers, to test the hell out of it. After the tests are ready, I will post it in the BST section,
on the forum. Of course, for the BHW members there will be a big fat ass discount
Thanks for reading, and waiting for your comments!