您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Simple ESP script for krunker.io
当前为
- // ==UserScript==
- // @name Krunker.io ESP
- // @namespace https://greasyfork.org/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!
- */