Simple Krunker ESP

ESP in 8 lines of code

  1. // ==UserScript==
  2. // @name Simple Krunker ESP
  3. // @description ESP in 8 lines of code
  4. // @author chomler
  5. // @match *://krunker.io/*
  6. // @version 1.0
  7. // @grant none
  8. // @namespace https://gf.qytechs.cn/users/674173
  9. // ==/UserScript==
  10.  
  11. // -----------------------------------------------------------
  12. // https://dogeware.cheems.art/ for working krunker cheats
  13. // -----------------------------------------------------------
  14.  
  15.  
  16. Function.prototype.toString = new Proxy(Function.prototype.toString, {
  17. apply(target, thisArg, argArray) {
  18. let ret = target.apply(thisArg, argArray);
  19. if (ret.length > 3500000 && ret.includes("function anonymous"))
  20. Object.defineProperty(Object.prototype, /if\(!\w+\['(\w+)']\)continue/.exec(ret)[1], {value: true, enumerable: false});
  21. return ret
  22. }
  23. })

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址