Sandbox Auto Level Up

level up without pressing K

  1. // ==UserScript==
  2. // @name Sandbox Auto Level Up
  3. // @namespace http://tampermonkey.net/
  4. // @version 6969.69
  5. // @description level up without pressing K
  6. // @author r!PsAw
  7. // @match https://diep.io/*
  8. // @icon https://www.google.com/s2/favicons?sz=64&domain=diep.io
  9. // @grant none
  10. // @license MIT
  11. // ==/UserScript==
  12.  
  13. setInterval(function () {(input.doesHaveTank() && window.__common__.active_gamemode === "sandbox")?document.querySelector("#sandbox-max-level").click():null}, 100);