Diep.io FPS Counter

Automatically allows you to see your framerate in diep.io.

目前为 2025-01-04 提交的版本。查看 最新版本

// ==UserScript==
// @name         Diep.io FPS Counter
// @version      1.1
// @namespace    http://tampermonkey.net/
// @match        *://diep.io/*
// @grant        none
// @description Automatically allows you to see your framerate in diep.io.
// ==/UserScript==
 
(function() {
    'use strict';
    const setColor = setInterval(() => {
           input.set_convar("ren_fps", true);
           clearInterval(setColor);
    });
})();

QingJ © 2025

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