Lobby Texture

a trash hack i made

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

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

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

// ==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";