-
- Good Egg Galaxy: Original
-
- Honeyhive Galaxy: Original
-
- Loopdeeloop Galaxy: Repeated (Beach Bowl Galaxy) (First Appearance)
-
- Flipswitch Galaxy: Generic (Classic)
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 better snow | |
// @namespace Violentmonkey Scripts | |
// @match https://multiplayerpiano.net/* | |
// @grant none | |
// @version 1.0 | |
// @author Hri7566 | |
// @description 1/13/2025, 10:29:51 PM | |
// @require https://cdn.jsdelivr.net/npm/tsparticles-preset-snow@2/tsparticles.preset.snow.bundle.min.js | |
// ==/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 Back in my day | |
// @namespace Violentmonkey Scripts | |
// @match https://multiplayerpiano.net/* | |
// @grant none | |
// @version 1.0.0 | |
// @author Hri7566 | |
// @description 6/30/2024, 6:12:12 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
-- libgantry | |
-- Crane control library | |
-- by Hri7566 | |
-- Crane designed by Khorne_The_Proto | |
local gantry = {} | |
local bn = nil | |
local gs = nil | |
local red = nil |
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 Hri's MPP bot | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Uses object-oriented commands. | |
// @author You | |
// @match http://www.multiplayerpiano.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
float flimit(float n, float low, float high) | |
{ | |
return max(min(n, high), low); | |
} | |
float fmap(float n, float start1, float stop1, float start2, float stop2) | |
{ | |
float newval = (n - start1) / (stop1 - start1) * (stop2 - start2) + start2; | |
if (start2 < stop2) |
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://multiplayerpiano.net/* | |
// @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
// ==UserScript== | |
// @name Gigachad Template | |
// @namespace Violentmonkey Scripts | |
// @match https://multiplayerpiano.net/* | |
// @grant none | |
// @version 1.0 | |
// @author Hri7566 | |
// @description 11/9/2023, 10:33:05 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 GlassMPP | |
// @namespace Violentmonkey Scripts | |
// @match https://mppclone.com/* | |
// @match https://www.multiplayerpiano.org/* | |
// @match https://multiplayerpiano.net/* | |
// @grant none | |
// @version 1.0 | |
// @author Hri7566 | |
// @description 8/12/2023, 4:53:24 PM |
NewerOlder