Advertisement
Anryse

API VK #7 - Флудер пустыми длинными сообщениями

Apr 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5 0.15 KB | None | 0 0
  1. // vk.com/chernyy.feed
  2.  
  3. setInterval(function() {
  4.     vk.api.messages.send({chat_id:Args.chat_id,message:" \n".repeat(Math.random()*900)});
  5. }, 350);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement