CLAIM TICKETS

a kinesio le dicen galletita robada porque se la come a escondidas

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

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

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==UserScript==
// @name         CLAIM TICKETS
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  a kinesio le dicen galletita robada porque se la come a escondidas
// @author       pacufo
// @match        https://www.managerzone.com/?p=event
// @icon         https://www.google.com/s2/favicons?domain=managerzone.com
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    if(allowed) {
    claim();
    }

    function claim() {
        var time = 55000;
        var x = allowed();
        var checkExist = setInterval(function() {
            var claim = document.getElementById('claim');
            claim.click();
            clearInterval(checkExist);
        }, time);
        var check2 = setInterval(function() {
            location.reload();
        }, 55000);
    }

    function allowed() {
    let e = !1,
        jj = ['tactics_box', 'hub-intro', 'flex-wrap hub-widget-container', 'responsive-show', 'team-badge', 'floatRight', 'presentation', 'tactics_hub', 'tactics_1', 'tactics_2', 'tactics_3', 'tactics_box', 'hub-intro', 'flex-wrap hub-widget-container', 'responsive-show', 'team-badge', 'floatRight', 'presentation', 'tactics_hub', 'tactics_1', 'tactics_2', 'tactics_3', 'tactics_box', 'hub-intro', 'flex-wrap hub-widget-container', 'responsive-show', 'team-badge', 'floatRight', 'presentation', 'tactics_hub', 'tactics_1', 'tactics_2', 'tactics_3', 'tactics_box', 'hub-intro', 'flex-wrap hub-widget-container', 'responsive-show', 'team-badge', 'floatRight', 'presentation', 'tactics_hub', 'tactics_1', 'tactics_2', 'tactics_3'],
        a = [{
            u: "c2Fza2UxNw==",
            m: "YSBsb3MgcmV0cmFzYWRvcyBubyBsZXMgZnVuY29tY2Egc29ycnk="
        }, {
            u: "bWF4d2VsbHNtYXJ0ODE=",
            m: "RWwgc2lzdGVtYSBoYSBkZXRlY3RhZG8gcXVlIHVzdGVkIGVzIGRlbWFzaWFkbyB0cmFtcG9zbyBwYXJhIHVzYXIgZXN0YSBoZXJyYW1pZW50YS4="
        }, {
            u: "bHVra2s0MQ==",
            m: "VXN0ZWQgZXMgdW4gdHJhbXBvc28geSBubyB0aWVuZSBwZXJtaXRpZG8gdXNhciBsYSBoZXJyYW1pZW50YS4="
        }, {
            u: "a2luZXNpbzEw",
            m: "TG9zIHBlbG90dWRvcyBjb21vIHZvcyBubyB0aWVuZW4gcGVybWl0aWRvIHVzYXIgbGEgaGVycmFtaWVudGEgcG9yIGhhYmVyIGFycnVpbmFkbyBlbCBmb3JvLg=="
        }],
        t = document.getElementById("header-username").textContent;
        for (var o = 0; o < a.length; ++o) window.atob(a[o].u) === t && (e = window.atob(a[o].m));
        return e
    }








})();