net predict movement

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);
        }
    });
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址