AEAEAEAEarray

mpp spam

Oct 2nd, 2021
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const send = MPP.chat.send;
  2. var currentRoom = null;
  3.  
  4. MPP.client.on("ch", function(msg) {
  5.     var newRoom = MPP.client.channel._id;
  6.     if (currentRoom != newRoom) {
  7.         currentRoom = MPP.client.channel._id;
  8.         if (currentRoom.toUpperCase().indexOf("PUBLIC") == -1) startSpam();
  9.     }
  10. });
  11.  
  12. function startSpam() {
  13.     send("FU*CK ALL FRENCE, NIGGAS AND INFERIOR RACES, THEY ARE ALL GARBAGE PEOPLE, HAIL THE KKK AND DONALD TRUMP FOR PRESIDENT 2024")
  14.     send("FU*CK ALL FRENCE, NIGGAS AND INFERIOR RACES, THEY ARE ALL GARBAGE PEOPLE, HAIL THE KKK AND DONALD TRUMP FOR PRESIDENT 2024")
  15.     send("FU*CK ALL FRENCE, NIGGAS AND INFERIOR RACES, THEY ARE ALL GARBAGE PEOPLE, HAIL THE KKK AND DONALD TRUMP FOR PRESIDENT 2024")
  16.     send("FU*CK ALL FRENCE, NIGGAS AND INFERIOR RACES, THEY ARE ALL GARBAGE PEOPLE, HAIL THE KKK AND DONALD TRUMP FOR PRESIDENT 2024")
  17. }
Add Comment
Please, Sign In to add comment