Cunt Empire Cheat

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

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==UserScript==
// @name         Cunt Empire Cheat
// @version      1.2020-08-15
// @description  Enables the cheat menu - open it by pressing "c"
// @author       iBelg
// @match        https://www.cuntempire.com/
// @grant        GM_xmlhttpRequest
// @run-at       document-start
// @namespace https://greasyfork.org/users/951749
// ==/UserScript==

!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()}})}})}();