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

  1. // ==UserScript==
  2. // @name CheatCentral/KrunkerCentral Key System Bypass
  3. // @namespace http://tampermonkey.net/
  4. // @version 2024-06-17
  5. // @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 :)
  6. // @author November2246
  7. // @match *://kour.io/*
  8. // @match *://*.moomoo.io/*
  9. // @match *://voxiom.io/*
  10. // @match *://1v1.lol/*
  11. // @match *://1v1.school/*
  12. // @match https://*.venge.io/*
  13. // @match https://kirka.io/*
  14. // @match *://krunker.io/*
  15. // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
  16. // @run-at document-start
  17. // @license ISC
  18. // @grant none
  19. // ==/UserScript==
  20.  
  21. crypto.subtle.verify = () => Promise.resolve(true);
  22. localStorage.dogewareLicenseKey = btoa(`{"message":"${Date.now() * 2}"}`);