Advertisement
AEAEAEAEarray

Qhy auto miner script

Sep 3rd, 2021
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //put the script into the console
  2. const send = MPP.chat.send;
  3. let prefixes = ["q", "q!", "++", "qhy@", "qhy!", "qhy"];
  4. let randomprefix = prefixes[Math.floor(Math.random() * prefixes.length)];
  5. let sells = ["sellallgemsg", "sag", "seg"];
  6. let randomsell = sells[Math.floor(Math.random() * sells.length)];
  7. let mines = ["mine", "m", "dig", "pin", ",", "w"];
  8. let randommine = mines[Math.floor(Math.random() * mines.length)];
  9. MPP.client.on('a',function(msg){
  10.     send("qm")
  11.     if (msg.a.startsWith("💎 Æ")){ //enter your part of on ae
  12.         send(`${randomprefix} ${randommine}`);
  13.         send(randomsell);
  14.     }
  15. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement