Krunker.io ESP

Simple ESP script for krunker.io

当前为 2021-10-15 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Krunker.io ESP
  3. // @namespace https://greasyfork.org/en/users/817964
  4. // @version 1.6
  5. // @description Simple ESP script for krunker.io
  6. // @author Hidden_X
  7. // @include *://krunker.io/*
  8. // @include *browserfps.com*
  9. // @run-at document-end
  10. // @licence GNU General Public License v2.0
  11. // @grant none
  12. // ==/UserScript==
  13.  
  14. // ESP code
  15. Object.defineProperty(Object.prototype, 'cnBSeen', {value: true, enumerable: false});
  16.  
  17. // UI elements
  18. window.document.title = "Krunker | Simple ESP";
  19.  
  20.  
  21.  
  22. /*
  23. Cheat brought to you by Tech2Survive.
  24. Developed by Hidden_X
  25.  
  26. Open-source project. Use it and modify it as you wish.
  27. Warning: Any attempts of reuploading it without crediting the original creator will be taken down by GreasyFork as it goes against it's TOS!
  28. */