Greasy Fork is available in English.
Simple ESP script for krunker.io
当前为 
// ==UserScript==
// @name         Krunker.io ESP
// @namespace    http://greasyfork.icu/en/users/817964
// @version      1.6
// @description  Simple ESP script for krunker.io
// @author       Hidden_X
// @include      *://krunker.io/*
// @include      *browserfps.com*
// @run-at       document-end
// @licence      GNU General Public License v2.0
// @grant        none
// ==/UserScript==
// ESP code
Object.defineProperty(Object.prototype, 'cnBSeen', {value: true, enumerable: false});
// UI elements
window.document.title = "Krunker | Simple ESP";
/*
Cheat brought to you by Tech2Survive.
Developed by Hidden_X
Open-source project. Use it and modify it as you wish.
Warning: Any attempts of reuploading it without crediting the original creator will be taken down by GreasyFork as it goes against it's TOS!
*/