Cunt Empire Cheat2

Enables the cheat menu - open it by pressing "c"

  1. // ==UserScript==
  2. // @name Cunt Empire Cheat2
  3. // @version 1.2020-08-15
  4. // @description Enables the cheat menu - open it by pressing "c"
  5. // @author iBelg
  6. // @match https://www.cuntempire.com/
  7. // @grant GM_xmlhttpRequest
  8. // @run-at document-start
  9. // @namespace https://greasyfork.org/users/951749
  10. // ==/UserScript==
  11.  
  12. !function(){"use strict";GM_xmlhttpRequest({method:"GET",url:`${document.location.origin}/src/app.bundle.js`,onload:e=>{let o=e.responseText;o=o.replace(/new IT/,"window._game = new IT").replace(/(new Mo\(.,)\s?.(\))/g,"$11$2"),GM_xmlhttpRequest({method:"GET",url:document.location.origin,onload:e=>{let t=e.responseText;t=t.replace(/ src="\/src\/app\.bundle\.js">/,`>\n${o.toString()}`),document.open(),document.write(t),document.close()}})}})}();