Untitled - MARKUP 0.83 KB
                                
                                    // ==UserScript==
// @name         Zonk przy ledze essa
// @author       Sethaviel
// @description  Rawage to giga koks
// @version      1.0
// @match        https://narwhals.margonem.pl
// @match        http://narwhals.margonem.pl
// @match        *.margonem.pl/
// @grant        none
// ==/UserScript==

(() => {
    function waitUntilObjectsReady() {
        if (typeof window.Engine == "undefined" || !Engine.allInit) {
            setTimeout(waitUntilObjectsReady, 300);
            return;
        }
        window.Engine.items.fetch({ loc: "l" }, ({ _cachedStats, _name, stat}) => {
            if (stat.includes('legendary')) {
              window.message('[img]https://i.imgur.com/gsKIzQT.jpg[/img]');
            }
        });
    }
    waitUntilObjectsReady();
})();
                                
                            

Paste Hosted With By Wklejamy.pl