Faptitans Cheat

Cheat Faptitans

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey, Greasemonkey किंवा Violentmonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

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

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey किंवा Violentmonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल..

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

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल..

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्क्रिप्ट व्यवस्थापक एक्स्टेंशन इंस्टॉल करावे लागेल.

(माझ्याकडे आधीच युझर स्क्रिप्ट व्यवस्थापक आहे, मला इंस्टॉल करू द्या!)

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

(माझ्याकडे आधीच युझर स्टाईल व्यवस्थापक आहे, मला इंस्टॉल करू द्या!)

// ==UserScript==
// @name         Faptitans Cheat
// @namespace    http://tampermonkey.net/
// @version      1.4
// @description  Cheat Faptitans
// @author       Shira 
// @match        https://faptitans.com/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=faptitans.com
// @grant        none
// @require      https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js
// @license MIT
// ==/UserScript==

(function () {
    'use strict';

    $(function(){
        let timer = setInterval(function(){
            if($(document).find(".monster").length > 0){
                clearInterval(timer);
                (function (window) {
                    function findModuleKeyByExports(modules, predicateFunc) {
                        return Object.keys(modules).find(k => predicateFunc(modules[k].exports));
                    }
                    const id = window['_t'] = (new Date()).getTime();
                    window.webpackJsonp(
                        [id],
                        {
                            0: function (module, exports, require) {
                                var modulesKey = Object.keys(require).find(k => require[k]['0'] && require[k]['0'].exports);
                                var modules = window['_' + id] = require[modulesKey];
                                var moduleKey = findModuleKeyByExports(modules, exports => typeof exports.getUser == 'function');
                                window._G = require(moduleKey);
                                window._U = window._G.getUser();
                                moduleKey = findModuleKeyByExports(modules, exports => exports.prototype && exports.prototype.add && exports.prototype.gte);
                                window._N = require(moduleKey);
                            }
                        }
                    );
                })(window);
    
                document.addEventListener('keyup', function (event) {
                    if (event.key === '='){
                        window._G.getUser().get("multipliers").add("DPS", { value: new window._N('2.2e+38') });
                        window._G.getUser().get("multipliers").add("darkDPS", { value: new window._N('2.2e+38') });
                        
                        window._G.getUser().get("multipliers").add("DPC", { value: new window._N('2.2e+38') });
                        window._G.getUser().get("multipliers").add("darkDPC", { value: new window._N('2.2e+38') });
                        return;
                    }
                    
                    if(event.key ==='Delete'){
                        $(document).find("#dialogWrapper").hide();
                        return;
                    }
    
    
                });
            }
        }, 1000);
    });


    // window._G.getUser().get("multipliers").add("essence", { value: new window._N('10') });
    // $(document).find('.monster').next().trigger("click");

})();