Tehc

MPP Auto-Fishing Bot [Beta v1.4]

May 24th, 2019
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. MPP.chat.send('/fish');
  2.  
  3. MPP.client.on('a', (msg) => {
  4.     if (msg.a.startsWith(`Our good friend ${MPP.client.user.name} caught`) && msg.p._id == '65ae0743319838f2088b542b' || msg.a.startsWith(`Some of the fish`) && msg.p._id == '65ae0743319838f2088b542b') {
  5.         MPP.chat.send('/fish');
  6.     }
  7. });
Advertisement
Add Comment
Please, Sign In to add comment