Greasy Fork is available in English.

net_predict_movement false

disabled predict movement

// ==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);