ONLY PANEL

GARTIC PANEL MULTI PANEL by fathi

作者のサイトでサポートを受ける。または、このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
// ==UserScript==
// @name         ONLY PANEL
// @namespace    http://tampermonkey.net/
// @version      1.1.0
// @description  GARTIC PANEL MULTI PANEL by fathi
// @author       3MBR
// @match        *://gartic.io/*
// @grant        GM_addStyle
// @grant        GM_setValue
// @grant        GM_getValue
// @grant        GM_registerMenuCommand
// @grant        GM_xmlhttpRequest
// @grant        GM_notification
// @grant        GM_openInTab
// @license      MIT
// @icon         https://cdn.discordapp.com/attachments/1257453775506116659/1343721249825755207/image.png?ex=67be4d6f&is=67bcfbef&hm=57c624aa5d162f7ab1406dafc9a8b66976360248cd2d8128fcfc1fda55410ae7&
// @supportURL   https://discord.gg/PNb8j5zQaT
// @homepage     https://discord.gg/PNb8j5zQaT
// @run-at       document-end
// ==/UserScript==

(function() {
    'use strict';
    GM_addStyle('*{cursor:url("https://r2.guns.lol/3e2136da-2e91-4b3e-9683-0e1fcf6f21cd.cur"),auto!important;}');
    function makeDraggable(el){let x,y,down=false;el.addEventListener('mousedown',e=>{down=true;x=e.clientX-el.offsetLeft;y=e.clientY-el.offsetTop;});document.addEventListener('mouseup',()=>down=false);document.addEventListener('mousemove',e=>{if(down){el.style.left=`${e.clientX-x}px`;el.style.top=`${e.clientY-y}px`;}});}
    let p=document.createElement('div');p.className='custom-panel';p.innerHTML=`<div class="header"><span class="only">ONLY</span> <span class="panel">PANEL</span></div><input type="text" placeholder="username..." id="username" class="input-box"><input type="password" placeholder="password..." id="password" class="input-box"><button id="login" class="button">Login</button><button id="register" class="button">Register</button><img src="https://i.pinimg.com/originals/32/19/9b/32199b5f4068a50de0a185b8b7a03103.gif" class="custom-image">`;
    document.body.appendChild(p);makeDraggable(p);
    GM_addStyle('.header{font-size:24px;text-align:center;margin-bottom:10px;}.only{color:blue;animation:blink 1s infinite alternate;}.panel{color:red;text-shadow:0 0 10px rgba(0,0,0,0.5);}@keyframes blink{from{opacity:1;}to{opacity:0.3;}}.custom-panel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);padding:20px;width:400px;height:500px;background:rgba(255,0,0,0.2);backdrop-filter:blur(10px);border-radius:10px;box-shadow:0 0 15px rgba(255,0,0,0.8);animation:colorChange 2s infinite alternate;}.input-box{width:100%;padding:10px;margin:5px 0;border:none;border-radius:5px;background:rgba(0,0,0,0.5);color:white;font-size:16px;text-align:center;backdrop-filter:blur(5px);}.button{width:100%;padding:10px;margin:10px 0;border:none;border-radius:5px;background:rgba(0,0,0,0.5);color:white;font-size:16px;cursor:pointer;transition:background 0.3s;}.button:hover{background:linear-gradient(90deg,red,blue);}.custom-image{width:100%;height:auto;border-radius:10px;box-shadow:0 0 15px red;}');
})();



//████████╗██╗  ██╗██╗███████╗    ███████╗ ██████╗██████╗ ██╗██████╗ ████████╗    ██████╗ ██████╗  ██████╗  ██████╗ ██████╗  █████╗ ███╗   ███╗███████╗██████╗     ██████╗ ██╗   ██╗    ███████╗ █████╗ ████████╗██╗  ██╗██╗
//╚══██╔══╝██║  ██║██║██╔════╝    ██╔════╝██╔════╝██╔══██╗██║██╔══██╗╚══██╔══╝    ██╔══██╗██╔══██╗██╔═══██╗██╔════╝ ██╔══██╗██╔══██╗████╗ ████║██╔════╝██╔══██╗    ██╔══██╗╚██╗ ██╔╝    ██╔════╝██╔══██╗╚══██╔══╝██║  ██║██║
//   ██║   ███████║██║███████╗    ███████╗██║     ██████╔╝██║██████╔╝   ██║       ██████╔╝██████╔╝██║   ██║██║  ███╗██████╔╝███████║██╔████╔██║█████╗  ██║  ██║    ██████╔╝ ╚████╔╝     █████╗  ███████║   ██║   ███████║██║
//   ██║   ██╔══██║██║╚════██║    ╚════██║██║     ██╔══██╗██║██╔═══╝    ██║       ██╔═══╝ ██╔══██╗██║   ██║██║   ██║██╔══██╗██╔══██║██║╚██╔╝██║██╔══╝  ██║  ██║    ██╔══██╗  ╚██╔╝      ██╔══╝  ██╔══██║   ██║   ██╔══██║██║
//   ██║   ██║  ██║██║███████║    ███████║╚██████╗██║  ██║██║██║        ██║       ██║     ██║  ██║╚██████╔╝╚██████╔╝██║  ██║██║  ██║██║ ╚═╝ ██║███████╗██████╔╝    ██████╔╝   ██║       ██║     ██║  ██║   ██║   ██║  ██║██║
//   ╚═╝   ╚═╝  ╚═╝╚═╝╚══════╝    ╚══════╝ ╚═════╝╚═╝  ╚═╝╚═╝╚═╝        ╚═╝       ╚═╝     ╚═╝  ╚═╝ ╚═════╝  ╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═╝╚═╝     ╚═╝╚══════╝╚═════╝     ╚═════╝    ╚═╝       ╚═╝     ╚═╝  ╚═╝   ╚═╝   ╚═╝  ╚═╝╚═╝



//███╗   ██╗ █████╗ ███╗   ███╗███████╗     ██████╗ ███╗   ██╗     ██████╗  █████╗ ██████╗ ████████╗██╗ ██████╗            ██████╗ ███╗   ██╗██╗  ██╗   ██╗    ███████╗██╗   ██╗██╗  ██╗██╗   ██╗███╗   ██╗ █████╗
//████╗  ██║██╔══██╗████╗ ████║██╔════╝    ██╔═══██╗████╗  ██║    ██╔════╝ ██╔══██╗██╔══██╗╚══██╔══╝██║██╔════╝    ██╗    ██╔═══██╗████╗  ██║██║  ╚██╗ ██╔╝    ██╔════╝██║   ██║██║ ██╔╝██║   ██║████╗  ██║██╔══██╗
//██╔██╗ ██║███████║██╔████╔██║█████╗      ██║   ██║██╔██╗ ██║    ██║  ███╗███████║██████╔╝   ██║   ██║██║         ╚═╝    ██║   ██║██╔██╗ ██║██║   ╚████╔╝     ███████╗██║   ██║█████╔╝ ██║   ██║██╔██╗ ██║███████║
//██║╚██╗██║██╔══██║██║╚██╔╝██║██╔══╝      ██║   ██║██║╚██╗██║    ██║   ██║██╔══██║██╔══██╗   ██║   ██║██║         ██╗    ██║   ██║██║╚██╗██║██║    ╚██╔╝      ╚════██║██║   ██║██╔═██╗ ██║   ██║██║╚██╗██║██╔══██║
//██║ ╚████║██║  ██║██║ ╚═╝ ██║███████╗    ╚██████╔╝██║ ╚████║    ╚██████╔╝██║  ██║██║  ██║   ██║   ██║╚██████╗    ╚═╝    ╚██████╔╝██║ ╚████║███████╗██║       ███████║╚██████╔╝██║  ██╗╚██████╔╝██║ ╚████║██║  ██║
//╚═╝  ╚═══╝╚═╝  ╚═╝╚═╝     ╚═╝╚══════╝     ╚═════╝ ╚═╝  ╚═══╝     ╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═╝   ╚═╝   ╚═╝ ╚═════╝            ╚═════╝ ╚═╝  ╚═══╝╚══════╝╚═╝       ╚══════╝ ╚═════╝ ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═══╝╚═╝  ╚═╝



//█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗█████╗
//╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝╚════╝





//█████╗    █████╗    █████╗    █████╗    █████╗    █████╗    █████╗    █████╗    █████╗    █████╗    █████╗    █████╗    █████╗    █████╗    █████╗    █████╗    █████╗    █████╗    █████╗    █████╗    █████╗    █████╗
//╚════╝    ╚════╝    ╚════╝    ╚════╝    ╚════╝    ╚════╝    ╚════╝    ╚════╝    ╚════╝    ╚════╝    ╚════╝    ╚════╝    ╚════╝    ╚════╝    ╚════╝    ╚════╝    ╚════╝    ╚════╝    ╚════╝    ╚════╝    ╚════╝    ╚════╝

//        _____                    _____                    _____                    _____                        _____                    _____                    _____                    _____                    _____                    _____                    _____
//         /\    \                  /\    \                  /\    \                  /\    \                      /\    \                  /\    \                  /\    \                  /\    \                  /\    \                  /\    \                  /\    \
//        /::\    \                /::\____\                /::\    \                /::\____\                    /::\    \                /::\____\                /::\    \                /::\____\                /::\    \                /::\    \                /::\____\
//       /::::\    \              /:::/    /               /::::\    \              /:::/    /                    \:::\    \              /:::/    /               /::::\    \              /:::/    /                \:::\    \              /::::\    \              /:::/    /
//      /::::::\    \            /:::/    /               /::::::\    \            /:::/    /                      \:::\    \            /:::/    /               /::::::\    \            /:::/    /                  \:::\    \            /::::::\    \            /:::/    /
//     /:::/\:::\    \          /:::/    /               /:::/\:::\    \          /:::/    /                        \:::\    \          /:::/    /               /:::/\:::\    \          /:::/    /                    \:::\    \          /:::/\:::\    \          /:::/    /
//    /:::/__\:::\    \        /:::/    /               /:::/  \:::\    \        /:::/____/                          \:::\    \        /:::/    /               /:::/__\:::\    \        /:::/____/                      \:::\    \        /:::/__\:::\    \        /:::/____/
//   /::::\   \:::\    \      /:::/    /               /:::/    \:::\    \      /::::\    \                          /::::\    \      /:::/    /               /::::\   \:::\    \      /::::\    \                      /::::\    \       \:::\   \:::\    \      /::::\    \
//  /::::::\   \:::\    \    /:::/    /      _____    /:::/    / \:::\    \    /::::::\____\________                /::::::\    \    /:::/    /      _____    /::::::\   \:::\    \    /::::::\____\________    ____    /::::::\    \    ___\:::\   \:::\    \    /::::::\    \   _____
// /:::/\:::\   \:::\    \  /:::/____/      /\    \  /:::/    /   \:::\    \  /:::/\:::::::::::\    \              /:::/\:::\    \  /:::/____/      /\    \  /:::/\:::\   \:::\____\  /:::/\:::::::::::\    \  /\   \  /:::/\:::\    \  /\   \:::\   \:::\    \  /:::/\:::\    \ /\    \
///:::/  \:::\   \:::\____\|:::|    /      /::\____\/:::/____/     \:::\____\/:::/  |:::::::::::\____\            /:::/  \:::\____\|:::|    /      /::\____\/:::/  \:::\   \:::|    |/:::/  |:::::::::::\____\/::\   \/:::/  \:::\____\/::\   \:::\   \:::\____\/:::/  \:::\    /::\____\
//\::/    \:::\   \::/    /|:::|____\     /:::/    /\:::\    \      \::/    /\::/   |::|~~~|~~~~~                /:::/    \::/    /|:::|____\     /:::/    /\::/   |::::\  /:::|____|\::/   |::|~~~|~~~~~     \:::\  /:::/    \::/    /\:::\   \:::\   \::/    /\::/    \:::\  /:::/    /
// \/____/ \:::\   \/____/  \:::\    \   /:::/    /  \:::\    \      \/____/  \/____|::|   |                    /:::/    / \/____/  \:::\    \   /:::/    /  \/____|:::::\/:::/    /  \/____|::|   |           \:::\/:::/    / \/____/  \:::\   \:::\   \/____/  \/____/ \:::\/:::/    /
//          \:::\    \       \:::\    \ /:::/    /    \:::\    \                    |::|   |                   /:::/    /            \:::\    \ /:::/    /         |:::::::::/    /         |::|   |            \::::::/    /            \:::\   \:::\    \               \::::::/    /
//           \:::\____\       \:::\    /:::/    /      \:::\    \                   |::|   |                  /:::/    /              \:::\    /:::/    /          |::|\::::/    /          |::|   |             \::::/____/              \:::\   \:::\____\               \::::/    /
//            \::/    /        \:::\__/:::/    /        \:::\    \                  |::|   |                  \::/    /                \:::\__/:::/    /           |::| \::/____/           |::|   |              \:::\    \               \:::\  /:::/    /               /:::/    /
//             \/____/          \::::::::/    /          \:::\    \                 |::|   |                   \/____/                  \::::::::/    /            |::|  ~|                 |::|   |               \:::\    \               \:::\/:::/    /               /:::/    /
//                               \::::::/    /            \:::\    \                |::|   |                                             \::::::/    /             |::|   |                 |::|   |                \:::\    \               \::::::/    /               /:::/    /
//                                \::::/    /              \:::\____\               \::|   |                                              \::::/    /              \::|   |                 \::|   |                 \:::\____\               \::::/    /               /:::/    /
//                                 \::/____/                \::/    /                \:|   |                                               \::/____/                \:|   |                  \:|   |                  \::/    /                \::/    /                \::/    /
//                                  ~~                       \/____/                  \|___|                                                ~~                       \|___|                   \|___|                   \/____/                  \/____/                  \/____/






//  █████▒█    ██  ▄████▄   ██ ▄█▀   ▄▄▄█████▓ █    ██  ██▀███   ██ ▄█▀ ██▓  ██████  ██░ ██
//▓██   ▒ ██  ▓██▒▒██▀ ▀█   ██▄█▒    ▓  ██▒ ▓▒ ██  ▓██▒▓██ ▒ ██▒ ██▄█▒ ▓██▒▒██    ▒ ▓██░ ██▒
//▒████ ░▓██  ▒██░▒▓█    ▄ ▓███▄░    ▒ ▓██░ ▒░▓██  ▒██░▓██ ░▄█ ▒▓███▄░ ▒██▒░ ▓██▄   ▒██▀▀██░
//░▓█▒  ░▓▓█  ░██░▒▓▓▄ ▄██▒▓██ █▄    ░ ▓██▓ ░ ▓▓█  ░██░▒██▀▀█▄  ▓██ █▄ ░██░  ▒   ██▒░▓█ ░██
//░▒█░   ▒▒█████▓ ▒ ▓███▀ ░▒██▒ █▄     ▒██▒ ░ ▒▒█████▓ ░██▓ ▒██▒▒██▒ █▄░██░▒██████▒▒░▓█▒░██▓
// ▒ ░   ░▒▓▒ ▒ ▒ ░ ░▒ ▒  ░▒ ▒▒ ▓▒     ▒ ░░   ░▒▓▒ ▒ ▒ ░ ▒▓ ░▒▓░▒ ▒▒ ▓▒░▓  ▒ ▒▓▒ ▒ ░ ▒ ░░▒░▒
// ░     ░░▒░ ░ ░   ░  ▒   ░ ░▒ ▒░       ░    ░░▒░ ░ ░   ░▒ ░ ▒░░ ░▒ ▒░ ▒ ░░ ░▒  ░ ░ ▒ ░▒░ ░
// ░ ░    ░░░ ░ ░ ░        ░ ░░ ░      ░       ░░░ ░ ░   ░░   ░ ░ ░░ ░  ▒ ░░  ░  ░   ░  ░░ ░
//          ░     ░ ░      ░  ░                  ░        ░     ░  ░    ░        ░   ░  ░  ░
//                ░


//  __            _      _              _    _     _
// / _|_   _  ___| | __ | |_ _   _ _ __| | _(_)___| |__
//| |_| | | |/ __| |/ / | __| | | | '__| |/ / / __| '_ \
//|  _| |_| | (__|   <  | |_| |_| | |  |   <| \__ \ | | |
//|_|  \__,_|\___|_|\_\  \__|\__,_|_|  |_|\_\_|___/_| |_|