Lobby Texture

a trash hack i made

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

You will need to install an extension such as Tampermonkey to install this script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

// ==UserScript==
// @name         Lobby Texture
// @namespace    lelelele
// @version      21
// @description  a trash hack i made
// @author       DarkSnow
// @match        *://*.moomoo.io/*
// @match        *://dev.moomoo.io/*
// @match        *://sandbox.moomoo.io/*
// @grant        none
// ==/UserScript==


document.getElementById('enterGame').innerHTML = '❄️SnowMod❄️';
document.getElementById('loadingText').innerHTML = '. . . . . . . . . ❄️Thx for not hackin❄️ . . . . . . . . .  ';
document.getElementById('nameInput').placeholder = "unknown";
document.getElementById('chatBox').placeholder = "❄️Snowwy❄️ ?";
document.getElementById('diedText').innerHTML = '❄️YOU DIED!❄️GG!❄️';
document.getElementById('diedText').style.color = "White";

document.getElementById("storeHolder").style = "height: 1500px; width: 450px;"

document.getElementById('adCard').remove();
document.getElementById('errorNotification').remove();

document.getElementById("leaderboard").style.color = "purple";
document.getElementById("gameName").style.color = "Black";
document.getElementById("setupCard").style.color = "White";
document.getElementById("gameName").innerHTML = "❄️SnowMod❄️"
document.getElementById("promoImg").remove();
document.getElementById("scoreDisplay").style.color = "Black";
document.getElementById("woodDisplay").style.color = "White";
document.getElementById("stoneDisplay").style.color = "Black";
document.getElementById("killCounter").style.color = "White";
document.getElementById("foodDisplay").style.color = "White";
document.getElementById("ageText").style.color = "White";
document.getElementById("allianceButton").style.color = "Blue";
document.getElementById("chatButton").style.color = "White";
document.getElementById("storeButton").style.color = "Black";