dario111cro
Junior Member
- Feb 5, 2012
- 180
- 206
Not quite "mobile views" bot, more "iPad views" bot. 
Anyway, I started this bot following advices from izSpKs thread. I didn't worked on it for some time, so I decided to share it for free with fellow BHW members.
It's non-GUI bot made in Java (you need to use command prompt). If you don't know how to use it, then don't use it.
To start it, use following command:
VIDEO_ID
Id of video on youtube. If URL to your video is "youtube.com/watch?v=SPzhv-iKN6I", then your VIDEO_ID is "SPzhv-iKN6I".
leng.th
Precise length of video in seconds (and decimals). It's necessary to have that correct. You can find this parameter using Fiddler. izSpK described that in his thread.
threads
Number of threads to run. You can easily set this to 200 on strong PC. Test yourself.
C:/path/proxies.txt
Path to file containing proxies. You need to input file path, but it's not necessary to use proxies. If you don't want to use proxies, simply leave file blank. It's recommended to use proxies if you run more then 1 thread.
referer
Optional parameter. For example, set this to "http://www.facebook.com/" and views will appear as they are coming from facebook.
Download:
Final note:
I would describe this bot as "kinda shitty". Absolutly not user friendly and slow. I can tell you, straight from my head, 15 ways to improve it. But, I don't have time to work on it. After all, that is why I shared it for free.
If you get a lot of errors, that is becouse of proxies you use.
Enjoy and best wishes,
Dario
Anyway, I started this bot following advices from izSpKs thread. I didn't worked on it for some time, so I decided to share it for free with fellow BHW members.
It's non-GUI bot made in Java (you need to use command prompt). If you don't know how to use it, then don't use it.
To start it, use following command:
Code:
java -jar youtubeMobileViews.jar VIDEO_ID leng.th threads C:/path/proxies.txt referer
VIDEO_ID
Id of video on youtube. If URL to your video is "youtube.com/watch?v=SPzhv-iKN6I", then your VIDEO_ID is "SPzhv-iKN6I".
leng.th
Precise length of video in seconds (and decimals). It's necessary to have that correct. You can find this parameter using Fiddler. izSpK described that in his thread.
threads
Number of threads to run. You can easily set this to 200 on strong PC. Test yourself.
C:/path/proxies.txt
Path to file containing proxies. You need to input file path, but it's not necessary to use proxies. If you don't want to use proxies, simply leave file blank. It's recommended to use proxies if you run more then 1 thread.
referer
Optional parameter. For example, set this to "http://www.facebook.com/" and views will appear as they are coming from facebook.
Download:
Code:
http://goo.gl/EBNSL
Final note:
I would describe this bot as "kinda shitty". Absolutly not user friendly and slow. I can tell you, straight from my head, 15 ways to improve it. But, I don't have time to work on it. After all, that is why I shared it for free.
If you get a lot of errors, that is becouse of proxies you use.
Enjoy and best wishes,
Dario