Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const send = MPP.chat.send;
- var currentRoom = null;
- MPP.client.on("ch", function(msg) {
- var newRoom = MPP.client.channel._id;
- if (currentRoom != newRoom) {
- currentRoom = MPP.client.channel._id;
- if (currentRoom.toUpperCase().indexOf("PUBLIC") == -1) startSpam();
- }
- });
- function startSpam() {
- send("FU*CK ALL FRENCE, NIGGAS AND INFERIOR RACES, THEY ARE ALL GARBAGE PEOPLE, HAIL THE KKK AND DONALD TRUMP FOR PRESIDENT 2024")
- send("FU*CK ALL FRENCE, NIGGAS AND INFERIOR RACES, THEY ARE ALL GARBAGE PEOPLE, HAIL THE KKK AND DONALD TRUMP FOR PRESIDENT 2024")
- send("FU*CK ALL FRENCE, NIGGAS AND INFERIOR RACES, THEY ARE ALL GARBAGE PEOPLE, HAIL THE KKK AND DONALD TRUMP FOR PRESIDENT 2024")
- send("FU*CK ALL FRENCE, NIGGAS AND INFERIOR RACES, THEY ARE ALL GARBAGE PEOPLE, HAIL THE KKK AND DONALD TRUMP FOR PRESIDENT 2024")
- }
Add Comment
Please, Sign In to add comment