h
// ==UserScript==
// @name net predict movement
// @namespace http://tampermonkey.net/
// @version 0.1
// @description h
// @author Aspect
// @match *://diep.io/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
const setColor = setInterval(() => {
if(document.getElementById("loading").innerText===""){
input.set_convar("net_predict_movement", false);
input.set_convar("ren_minimap_viewport", true);
clearInterval(setColor);
}
});
})();