Skip to content

Instantly share code, notes, and snippets.

// ==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==
// ==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
// ==UserScript==
// @name Jacored banned words fix
// @namespace Violentmonkey Scripts
// @match *://multiplayerpiano.com/*
// @match *://*.multiplayerpiano.com/*
// @grant none
// @version 1.0
// @author Hri7566
// @description 10/5/2023, 10:02:52 AM
// ==/UserScript==
@Hri7566
Hri7566 / notdumdum.md
Created September 25, 2023 16:42
How to install node on a Linux server without being a dumdum

How to install node on a Linux server without being a dumdum

I keep having people login to my VPS and use node the wrong way. This document is to stop people from trying to install it with apt and do crazy things with npm that don't make sense.

Install fnm

Do not use the version of node from apt. It is older than the Pyramids of Giza. Instead, use fnm.

$ curl -fsSL https://fnm.vercel.app/install | bash
// ==UserScript==
// @name Sideways Piano
// @namespace Violentmonkey Scripts
// @match https://mppclone.com/*
// @match https://multiplayerpiano.org/*
// @match https://smnmpp.hri7566.info/*
// @grant none
// @version 1.0
// @author Hri7566
// @description 9/12/2023, 8:55:33 PM
// ==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==
-- Concrete factory
-- by Hri7566
local powderChest = peripheral.wrap("front")
local concreteChest = peripheral.wrap("right")
function isEmpty()
-- Check if we have powder
local hasPowder = false
// ==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==
// ==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==
@Hri7566
Hri7566 / Game Boy Controls.user.js
Created January 18, 2023 06:13
MPP Game Boy Controls
// ==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