Advertisement
LGPvS

MPP Anti Piano Spam Script

Sep 4th, 2018
588
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. var ntsmax = 0;
  2. MPP.client.on("n", function(msg) {
  3. ntsmax+=1; setTimeout(function(){ntsmax=0;},4000); if(ntsmax>32){MPP.client.sendArray([{m: "kickban", _id: msg.p, ms: 60000}]);}
  4. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement