net_predict_movement false

disabled predict movement

目前为 2025-02-17 提交的版本。查看 最新版本

// ==UserScript==
// @name         net_predict_movement false
// @namespace    http://tampermonkey.net/
// @version      0.0.3
// @description  disabled predict movement
// @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(() => {
    input.set_convar("net_predict_movement", "false")
}, 100);

QingJ © 2025

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