Advertisement
FunToNet

Multiplayer Piano Fishing-Bot Script

Jun 7th, 2015
2,275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. Copy and paste this into the console while you are fishing in a fishing-bot room. This script will automatically type "/fish" for you after you catch a fish. (Press F12 to open console)
  2.  
  3.  
  4. MPP.client.on("a", function(yomom) { if(yomom.a.indexOf(MPP.client.getOwnParticipant().name)!==-1 && yomom.a.indexOf("/fish")!==-1) MPP.chat.send("/fish") }); setInterval(function(){ if(MPP.client.channel._id=="test/fishing"){MPP.chat.send("/fish")} },3600000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement