level up without pressing K
// ==UserScript==
// @name Sandbox Auto Level Up
// @namespace http://tampermonkey.net/
// @version 6969.6969
// @description level up without pressing K
// @author r!PsAw
// @match https://diep.io/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=diep.io
// @grant none
// @license MIT
// ==/UserScript==
setInterval(()=>{if(input.doesHaveTank() && __common__.active_gamemode === "sandbox") document.querySelector("#sandbox-max-level").click()}, 100);