您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Breaks key system for all current CheatCentral/KrunkerCentral userscripts. To add support for new scripts just simply copy and paste their @match script meta info into this script :)
- // ==UserScript==
- // @name CheatCentral/KrunkerCentral Key System Bypass
- // @namespace http://tampermonkey.net/
- // @version 2024-06-17
- // @description Breaks key system for all current CheatCentral/KrunkerCentral userscripts. To add support for new scripts just simply copy and paste their @match script meta info into this script :)
- // @author November2246
- // @match *://kour.io/*
- // @match *://*.moomoo.io/*
- // @match *://voxiom.io/*
- // @match *://1v1.lol/*
- // @match *://1v1.school/*
- // @match https://*.venge.io/*
- // @match https://kirka.io/*
- // @match *://krunker.io/*
- // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
- // @run-at document-start
- // @license ISC
- // @grant none
- // ==/UserScript==
- crypto.subtle.verify = () => Promise.resolve(true);
- localStorage.dogewareLicenseKey = btoa(`{"message":"${Date.now() * 2}"}`);