NoteQuota infinite script

Inf NQ

  1. // ==UserScript==
  2. // @name NoteQuota infinite script
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.0.0
  5. // @description Inf NQ
  6. // @author CTR
  7. // @match *://*.multiplayerpiano.net/*
  8. // @match *://*.multiplayerpiano.org/*
  9. // @match *://*.multiplayerpiano.dev/*
  10. // @match *://*.singleplayerpiano.com/*
  11. // @match *://mpp.hri7566.info/*
  12. // @match *://mppclone.hri7566.info/*
  13. // @match *://mpp.autoplayer.xyz/*
  14. // @match *://mpp.lapishusky.dev/*
  15. // @match *://mpp.yourfriend.lv/*
  16. // @match *://mpp.l3m0ncao.wtf/*
  17. // @match *://mpp.terrium.net/*
  18. // @match *://mpp.hyye.tk/*
  19. // @match *://mpp.totalh.net/*
  20. // @match *://mpp.meowbin.com/*
  21. // @match *://mppfork.netlify.app/*
  22. // @match *://better.mppclone.me/*
  23. // @match *://*.openmpp.tk/*
  24. // @match *://*.mppkinda.com/*
  25. // @match *://*.augustberchelmann.com/piano/*
  26. // @match *://piano.ourworldofpixels.com/*
  27. // @match *://beta-mpp.csys64.com/*
  28. // @match *://fleetway-mpp.glitch.me/*
  29. // @match *://*.multiplayerpiano.com/*
  30. // @match *://*.mppclone.com/*
  31. // @match ://mpp.8448.space/*
  32. // @icon https://www.google.com/s2/favicons?sz=64&domain=multiplayerpiano.net
  33. // @grant none
  34. // ==/UserScript==
  35.  
  36. setInterval(() => {
  37. MPP.noteQuota.points = 9e69;
  38. MPP.noteQuota.max = 9e69;
  39. MPP.noteQuota.allowance = 9e69;
  40. }, 1000);