(UPDATE) Youtube Autocomment Bot with the video test

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-simplebox-arrow')[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();


}, 30000);
repeat process for each 30 seconds

 
i can use a bot like that as long as it doesn't get my yt acct banned.
 
Back
Top