Advertisement
Slowstone72

My custom bot!

Dec 20th, 2024
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JavaScript 0.72 KB | Software | 0 0
  1. /* Ancient code published for archival purposes. May or may not work or be relevant.
  2. Feel free to do whatever you want with this, if anything.
  3. Archive from 2017-10-07 - contents may be older. */
  4.  
  5. //Please run this at http://www.multiplayerpiano.com/lolwutsecretlobbybackdoor! Use "/help" if the bot works.
  6. MPP.client.on("a", function(msg) { if( msg.a == "/help") MPP.chat.send('F̲i̲s̲h̲i̲n̲g̲: /fi, '); });
  7.  
  8. MPP.client.on("a", function(msg) { if( msg.a == "/test") MPP.chat.send('The bot is active!'); });
  9. MPP.client.on("a", function(msg) { if( msg.a == "/ping") MPP.chat.send('Pong!'); });
  10. MPP.client.on("a", function(msg) { if( msg.a == "/fish") MPP.chat.send('[Name] casts LURE into a water for catching fish.'); });
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement