[WIP] Youtube Acc Creator & Comment spammer

ruler0fall

Power Member
Joined
May 17, 2009
Messages
560
Reaction score
267
Hey Folks,

I'm working on a youtube account creator + comment spammer using iMacros.
So far I've made the registration script work, supports unlimited accounts and you can specify a http proxy for every account.

I just have 1 problem with the account creation script, when a captcha fails it continues anyways, is there a way to make it check if the captcha failed and if this is the case allow to re-enter it.

Will release it once it's fully working.

Regards, Ruler0fAll
 
I cant answer your question but good look with this project, I will be interested when its completed
 
Am working on the comment posting now.
The comment limit is 2 comments per 10 minutes per ip right ? (Before you get a captcha)
 
Add PAUSE in your macro when it ask for captcha.
 
Did I mention it has proxy support, I'll make it pause for 11 minutes after it has gone through all the accounts, that way you can keep posting. This means with 10 accounts you can post 120 comments an hour, if the youtube limit is 2 comments per ip per 10 minutes.
 
Did I mention it has proxy support, I'll make it pause for 11 minutes after it has gone through all the accounts, that way you can keep posting. This means with 10 accounts you can post 120 comments an hour, if the youtube limit is 2 comments per ip per 10 minutes.

I've got my own script with imacros for auto commenting. Its extremely good and post without fail. There is one problem though, and you will probably come across it aswell. After around 2 hours of running the bot, your computer will slow down to the point where you will have to restart it.
 
Your script only uses imacros or also vbscript ? and does it pick random video's ?
Mine uses an MS Access database to get all accounts, video's and comments and posts to all video's not already commented on.
 
Your script only uses imacros or also vbscript ? and does it pick random video's ?
Mine uses an MS Access database to get all accounts, video's and comments and posts to all video's not already commented on.

Mine gets the videos, comments and accounts from a .csv file. I've got another script to gather URLs or i can use the site:youtube.com query.
 
Well with the normal iMacros you can only use 1 datasource, so that's why I use an access database.
 
Well with the normal iMacros you can only use 1 datasource, so that's why I use an access database.

Why would i need more than one datasource when it draws info from a specified column?
 
if you switch accounts without proxy same ip no capatcha?
 
Last edited:
It clears after each comment.
Am working on the vbscript that loops through all acccounts, video's and comments
 
Update: It now successfully stores all accounts in an array.
 
Update: All comments are also loaded into an array now, Time to write the code for posting.
 
thats great, So if you got 100 accounts, you can comment 200 comment every 10 minute, this is nicer;)
Well that kind of depends on how fast youtube is loading etc. If you can make it post 200 under 10 minutes.

I also need to figure out a way for the script to check if already 10 minutes have passed after posting the last comment because it would be a bit useless to wait 10 minutes if they have already passed.

Update; The account switching and random comment choosing is done, Time to implement the actual code.
 
Back
Top