Youtube Autocomment Bot

userAnonyme

BANNED
Joined
Aug 14, 2016
Messages
323
Reaction score
97
who need a youtube autocomment bot, not complicate,this is an example I have created and is work fine.


setInterval(function(){
document.getElementsByClassName('comment-renderer-reply')[0].click(); //click reply

document.getElementsByClassName('comment-simplebox-text')[0].innerHTML = 'HELLO; // set text comment

document.getElementsByClassName('comment-simplebox-submit')[0].disabled = false; // enable button reply

document.getElementsByClassName('comment-simplebox-submit')[0].click(); // submit

}, 40000); repeat process for each 40 seconds
 
can you post full source?
I don't understand what you want

just put the script in console google chrome or ......


setInterval(function(){
document.getElementsByClassName('comment-renderer-reply')[0].click();

document.getElementsByClassName('comment-simplebox-text')[0].innerHTML = 'HELLO;

document.getElementsByClassName('comment-simplebox-submit')[0].disabled = false;

document.getElementsByClassName('comment-simplebox-submit')[0].click();

}, 40000);
 
Which channel it'll comments how can we set give full details is that safe or not ??
I don't understand what you want

just put the script in console google chrome or ......


setInterval(function(){
document.getElementsByClassName('comment-renderer-reply')[0].click();

document.getElementsByClassName('comment-simplebox-text')[0].innerHTML = 'HELLO;

document.getElementsByClassName('comment-simplebox-submit')[0].disabled = false;

document.getElementsByClassName('comment-simplebox-submit')[0].click();

}, 40000);
 
I don't understand what you want

just put the script in console google chrome or ......


setInterval(function(){
document.getElementsByClassName('comment-renderer-reply')[0].click();

document.getElementsByClassName('comment-simplebox-text')[0].innerHTML = 'HELLO;

document.getElementsByClassName('comment-simplebox-submit')[0].disabled = false;

document.getElementsByClassName('comment-simplebox-submit')[0].click();

}, 40000);

This script is useless, you would still have to manually go to youtube and open up your browser console and insert code. You might as well comment personally this wouldn't save you time at all!
 
I really need this. Gonna pm you for more details.
 
Oh i see.. you still working on it.
Try to add some functions like load text messages and video links from some external path, would be cool.
Thanks for the share.
 
Back
Top