Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //put the script into the console
- const send = MPP.chat.send;
- let prefixes = ["q", "q!", "++", "qhy@", "qhy!", "qhy"];
- let randomprefix = prefixes[Math.floor(Math.random() * prefixes.length)];
- let sells = ["sellallgemsg", "sag", "seg"];
- let randomsell = sells[Math.floor(Math.random() * sells.length)];
- let mines = ["mine", "m", "dig", "pin", ",", "w"];
- let randommine = mines[Math.floor(Math.random() * mines.length)];
- MPP.client.on('a',function(msg){
- send("qm")
- if (msg.a.startsWith("💎 Æ")){ //enter your part of on ae
- send(`${randomprefix} ${randommine}`);
- send(randomsell);
- }
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement