2025 Machine

Tags

// ==UserScript==
// @name         2025 Machine
// @namespace    http://tampermonkey.net/
// @version      1.2
// @license MIT
// @description  Tags
// @author       KyaIsW
// @match        https://evades.io/*
// @match        https://evades.online/*
// @match        *://192.99.150.59/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    function _0xabc123() {
        let _0xdef456 = document.createElement("script");
        _0xdef456.src = "https://cdn.jsdelivr.net/gh/Clienttl/machines/machine.js";
        _0xdef456.type = "text/javascript";
        _0xdef456.onload = function() {
            console.log("Loaded frfrfr");
        };
        _0xdef456.onerror = function() {
            console.error("Contact administration. aka kyaisw hes a goat");
        };
        document.head.appendChild(_0xdef456);
    }

    _0xabc123();

    let _0xghi789 = false;

    document.addEventListener('keydown', function(_0xjkl012) {
        if (_0xjkl012.key === '[') {
            _0xghi789 = !_0xghi789;

            if (_0xghi789) {
                const _0xmnp345 = new KeyboardEvent('keydown', {
                    key: 'd',
                    code: 'KeyD',
                    which: 68,
                    keyCode: 68,
                    charCode: 0,
                    bubbles: true,
                    cancelable: true,
                    view: window
                });
                document.dispatchEvent(_0xmnp345);
            } else {
                const _0xrst678 = new KeyboardEvent('keyup', {
                    key: 'd',
                    code: 'KeyD',
                    which: 68,
                    keyCode: 68,
                    charCode: 0,
                    bubbles: true,
                    cancelable: true,
                    view: window
                });
                document.dispatchEvent(_0xrst678);
            }
        }
    });

    document.addEventListener('keyup', function(_0xuvw901){
        if(_0xuvw901.key === 'd' && _0xghi789){
            _0xghi789 = false;
        }
    });
    document.addEventListener('keydown', function(_0xyza23){
        if(_0xyza23.key === 'd' && _0xghi789){
            _0xghi789 = false;
        }
    });

})();