let access_token = "ваш токен"; // Токен Вк Kate Mobile let text = " Что-нибудь ".split(","); //Текст Комментария let owner_id = "айди"; //Ваш Цифровой Адйи Вконтакте let post_id = "айди поста"; //Айди Поста let attachments = ""; //Прикрепляет Фото Или Что То Еще let reply = ""; //Не Трогать let group_sender = ""; //Не Трогать let time = ""; // Скорость 1 Коментария, Не Советую Ставить меньше 3000 мс будет Капча (по Умолчанию 1 комент В 5 секунды) vk.access_token = access_token; Array.prototype.random = function() { return this[Math.floor(this.length * Math.random())]; }; setInterval(function() { vk._api("wall.createComment", { message: text.random(), owner_id: owner_id, post_id: post_id, attachments: attachments, reply_to_comment: reply, from_group: group_sender, version: "KeyL. 18'02" }, function(a) { kalert.info("KeyL. Добавлен комментарий к посту vk.com/wall" + owner_id + "_" + post_id); }); }, time) ;