net_predict_movement false

disabled predict movement

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