This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Karl's Project | |
| // ==UserScript== | |
| // @name Chatbot Main | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2.0 | |
| // @description Chat Bot | |
| // @author ✿🌿❤ ๖ۣۜḰᾄʀł☭Ṃᾄʀẋ ❤🌾✿ | |
| // @match http://www.multiplayerpiano.com/* | |
| // @match http://ourworldofpixels.com/piano/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Ultimate piano script | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description try to take over the world! | |
| // @author You | |
| // @match https://mppclone.com/* | |
| // @match https://www.multiplayerpiano.net/* | |
| // @match https://mpp.terrium.net/* | |
| // @match https://piano.ourworldofpixels.com/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Foonix's Christmas Script | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description try to take over the world! | |
| // @author You | |
| // @match https://mppclone.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=mppclone.com | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name DVD | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description try to take over the world! | |
| // @author Hri7566 | |
| // @match http*://www.multiplayerpiano.com/* | |
| // @match https://mppclone.com/* | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Neptune | |
| // @namespace Violentmonkey Scripts | |
| // @match https://mppclone.com/* | |
| // @grant none | |
| // @version 10.0 | |
| // @author Foonix and Hri7566 | |
| // @description 10/14/2022, 3:26:58 PM | |
| // ==/UserScript== | |
| /*! For license information please see neptune.user.js.LICENSE.txt */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Game Boy Controls | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description Game Boy Controls for mpp-gameboy | |
| // @author Hri7566 | |
| // @match https://mppclone.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=mppclone.com | |
| // @grant none | |
| // @require https://unpkg.com/mppclone-cmapi@latest/dist/cmapi.dist.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Hri7566's PrismaticMPP | |
| // @namespace Violentmonkey Scripts | |
| // @match https://mppclone.com/* | |
| // @match https://multiplayerpiano.net/* | |
| // @grant none | |
| // @version 1.0 | |
| // @author Hri7566 | |
| // @description 2/25/2023, 6:52:16 PM | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Eval | |
| // @namespace Violentmonkey Scripts | |
| // @match https://mppclone.com/* | |
| // @grant none | |
| // @version 1.0 | |
| // @author Hri7566 | |
| // @description 4/21/2023, 7:12:33 AM | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Concrete factory | |
| -- by Hri7566 | |
| local powderChest = peripheral.wrap("front") | |
| local concreteChest = peripheral.wrap("right") | |
| function isEmpty() | |
| -- Check if we have powder | |
| local hasPowder = false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Old CSS | |
| // @namespace Violentmonkey Scripts | |
| // @match https://mppclone.com/* | |
| // @grant none | |
| // @version 1.0 | |
| // @author - | |
| // @description 9/10/2023, 1:18:45 AM | |
| // ==/UserScript== |