Krunker.io ESP

Simple ESP script for krunker.io

目前为 2021-10-19 提交的版本。查看 最新版本

// ==UserScript==
// @name         Krunker.io ESP
// @namespace    https://greasyfork.org/en/users/817964
// @version      1.7
// @description  Simple ESP script for krunker.io
// @author       Hidden_X
// @include      *://krunker.io/*
// @include      *browserfps.com*
// @exclude      *://krunker.io/games.html
// @exclude      *://krunker.io/social.html*
// @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!
*/