Advertisement
LGPvS

Fishing bot made by LGPvS

Dec 29th, 2016
918
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Fishing Bot from LGPvS
  3. // @namespace multiplayerpiano.com/
  4. // @version 0.1
  5. // @description Lol
  6. // @author LGPvS
  7. // @include http://www.multiplayerpiano.com/*
  8. // @match http://www.multiplayerpiano.com/script.js
  9. // ==/UserScript==
  10.  
  11. /*
  12.  
  13. Tsunami By Braden T™
  14. Type #Tsunami to trigger a Tsunami.alk in this box
  15. Credit to ._., Jeah, -.-, Yoro, Phoenix, Jocke, harold mickeyman (yes his real name was), and *SkyParticle
  16. music while I was programming!
  17. comment pictures credit: sekiun
  18. ░░░░▄▄▄▄▀▀▀▀▀▀▀▀▄▄▄▄▄▄
  19. ░░░░█░░░░▒▒▒▒▒▒▒▒▒▒▒▒░░▀▀▄
  20. ░░░█░░░▒▒▒▒▒▒░░░░░░░░▒▒▒░░█
  21. ░░█░░░░░░▄██▀▄▄░░░░░▄▄▄░░░█
  22. ░▀▒▄▄▄▒░█▀▀▀▀▄▄█░░░██▄▄█░░░█
  23. █▒█▒▄░▀▄▄▄▀░░░░░░░░█░░░▒▒▒▒▒█
  24. █▒█░█▀▄▄░░░░░█▀░░░░▀▄░░▄▀▀▀▄▒█
  25. ░█▀▄░█▄░█▀▄▄░▀░▀▀░▄▄▀░░░░█░░█
  26. ░░█░░▀▄▀█▄▄░█▀▀▀▄▄▄▄▀▀█▀██░█
  27. ░░░█░░██░░▀█▄▄▄█▄▄█▄████░█
  28. ░░░░█░░░▀▀▄░█░░░█░███████░█
  29. ░░░░░▀▄░░░▀▀▄▄▄█▄█▄█▄█▄▀░░█
  30. ░░░░░░░▀▄▄░▒▒▒▒░░░░░░░░░░█
  31. ░░░░░░░░░░▀▀▄▄░▒▒▒▒▒▒▒▒▒▒░█
  32. ░░░░░░░░░░░░░░▀▄▄▄▄▄░░░░░█
  33.  
  34.  
  35. ░░░░░░░░▄▄▀▀█▀▀▀▀▀▄▄░░░░░░░░
  36. ░░░░░░▄▀▓░░▒░░▒▒▒▒▒▒█▄░░░░░░
  37. ░░░░▄█▓▓▓░░░░▒▒▒▒▒▒▒▒█▀▄░░░░
  38. ░░▄▀█▌▓▓▓░░░░▒▒▒▒▒▒▒▒▐▌▓▀▄░░
  39. ░█▓▓█▌▓▄▄▓░░░▒▒▒▒▄▄▒▒▒█▓▓▀▄░
  40. ▄▀▓▓█▌▓▀█▓░░░▒▒▒▒█▓▀▒▄▌▓▓▓▓█
  41. █▓▓▓▄▀▓▓▓▓░░░▒▒▒▒▒▒▒▒░░▌▓▓▓█
  42. ▀▄▓▓█░▀▓▓░░░░░░░▒▒▒▒▒░▄▌▓▓█░
  43. ░█▓▓▓█░▓░░░░░░░░░▒▒▒░░█▓▓▓█░
  44. ░▀▄▓▓█░▐░░▄▄███▄░░░▐░░░▀▄▀░░
  45. ░░▀▄▄▀░▐░░█████▀░░▄▀░░░░░░░░
  46. ░░░░░░░░▀░░▀██▀░▄▀░░░░░░░░░░
  47.  
  48. TROLOLOL
  49. */
  50.  
  51. var a;
  52. var b;
  53. var input;
  54.  
  55. function sendChat(msg) { //haha had to disable tsunami v 1.0 on mpp while making this
  56. MPP.chat.send(msg);
  57. }
  58.  
  59. MPP.client.on("a", function (msg) {
  60. a = msg.a.split(' ');
  61. b = a[0];
  62. input = msg.a.substring(b.length).trim(); // <--- for if I make more commands :D
  63.  
  64. if (b == "/h") {
  65. MPP.chat.send("F̲i̲s̲h̲i̲n̲g̲: /help or /h, /fish, /eat. About: /about");
  66. }
  67.  
  68. if (b == "/help") {
  69. MPP.chat.send("F̲i̲s̲h̲i̲n̲g̲: /help or /h, /fish, /eat. About: /about");
  70. }
  71.  
  72. if (b == "/fish") { var words = ['Our dear friend ' + msg.p.name + ' caught a Pike', 'Our dear friend ' + msg.p.name + ' caught a Salmon', 'Our dear friend ' + msg.p.name + ' caught a Jellyfish, '+ msg.p.name +' got burns', 'Our dear friend ' + msg.p.name + ' caught a Puffer, this fish is poisonous' ]; var random = Math.floor(Math.random() * words.length); MPP.chat.send(words[random]); }
  73.  
  74. if (b == "/eat") {
  75. MPP.chat.send("You ate fish");
  76. }
  77.  
  78. if (b == "/about") {
  79. MPP.chat.send("Author:LGPvS,Pastebin:http://pastebin.com/u/LGPvS");
  80. }
  81.  
  82. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement