CheatCentral/KrunkerCentral Key System Bypass

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 :)

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==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}"}`);