net predict movement

h

  1. // ==UserScript==
  2. // @name net predict movement
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description h
  6. // @author Aspect
  7. // @match *://diep.io/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13. const setColor = setInterval(() => {
  14. if(document.getElementById("loading").innerText===""){
  15. input.set_convar("net_predict_movement", false);
  16. input.set_convar("ren_minimap_viewport", true);
  17. clearInterval(setColor);
  18. }
  19. });
  20. })();

QingJ © 2025

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