MartinBot

SPAM BOT

Apr 27th, 2017
474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //////////////
  2. // SPAM BOT //
  3. //////////////
  4.  
  5. var msg = 'Hello Spam';
  6. var min = 20;
  7.  
  8.  
  9. function say() {
  10.     engine.chat(msg);
  11. }
  12.  
  13. say();
  14.  
  15. window.setInterval(say, 1000*60*min);
Advertisement
Add Comment
Please, Sign In to add comment