// ==UserScript== // @name Kirka.io // @namespace http://tampermonkey.net/ // @version 1.0 // @description VOID Kirka tool // @author Mr.Time // @match https://kirka.io/* // @icon https://www.google.com/s2/favicons?sz=64&domain=kirka.io // @grant none // @license MIT // @downloadURL https://update.greasyfork.icu/scripts/525257/Kirkaio.user.js // @updateURL https://update.greasyfork.icu/scripts/525257/Kirkaio.meta.js // ==/UserScript== (function() { 'use strict'; let isAutoFireActive = false; let isAutoInspectActive = false; let uiVisible = false; let zInterval; const uiContainer = document.createElement('div'); uiContainer.style.position = 'fixed'; uiContainer.style.top = '50%'; uiContainer.style.left = '20px'; uiContainer.style.transform = 'translateY(-50%)'; uiContainer.style.backgroundColor = 'rgba(32, 38, 57, 0.9)'; uiContainer.style.padding = '20px'; uiContainer.style.borderRadius = '15px'; uiContainer.style.color = '#fff'; uiContainer.style.fontFamily = 'Exo 2'; uiContainer.style.zIndex = '10000'; uiContainer.style.display = 'none'; uiContainer.style.boxShadow = '0 0 10px rgba(255, 0, 247, 0.3)'; const toggleStyle = ` .toggle-btn { border: .125rem solid #202639; background: var(--wNMWmnwW-1); display: flex; align-items: center; justify-content: space-between; padding: 10px 15px; margin: 8px 0; border-radius: .25rem; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 1px 2px rgba(0,0,0,.4),inset 0 0 8px rgba(0,0,0,.4); } .toggle-btn:hover { background: var(--wNMWmnwW-2); } .toggle-btn.active { background: rgba(255, 0, 247, 0.2); border-color: rgba(255, 0, 247, 0.5); } .toggle-switch { width: 40px; height: 20px; background: var(--wNMWmnwW-4); border-radius: 10px; position: relative; transition: all 0.3s ease; } .toggle-switch::after { content: ''; position: absolute; width: 16px; height: 16px; background: var(--white); border-radius: 50%; top: 2px; left: 2px; transition: all 0.3s ease; } .toggle-btn.active .toggle-switch { background: rgba(255, 0, 247, 0.5); } .toggle-btn.active .toggle-switch::after { left: 22px; } `; const styleSheet = document.createElement('style'); styleSheet.textContent = toggleStyle; document.head.appendChild(styleSheet); const statusDisplay = document.createElement('div'); statusDisplay.innerHTML = `