// ==UserScript== // @name DOGEWARE KRUNKER.IO RAPID FIRE & SPEED // @namespace http://tampermonkey.net/ // @version 0.2 // @description KRUNKER.IO RAPID FIRE, SPEED, RELOAD, AND NO DISCONNECT BY DOGEWARE // @author DOGEWARE // @match *://krunker.io/* // @match *://browserfps.com/* // @icon https://media.giphy.com/media/CxYGmxv0Oyz4I/giphy.gif // @grant none // @antifeature ads // @downloadURL none // ==/UserScript== const amount = 1.112 //USE THE RECOMMENDED SETTINGS FOR MAXIMUM ANONYMITY, BUT CONSIDER REDUCING THEM IF YOU EXPERIENCE LAG. ANYTHING ABOVE A VALUE OF 2 WILL BE DETECTED INSTANTLY const originalNow = Date.now.bind(Date); const urlParams = new URLSearchParams(window.location.search); let key = urlParams.get('key'); const Start = ["H7", "J6", "P9", "H8"]; const End = ["BJ8", "C8Y", "PLOG", "C149"]; const x = 6 let usedKey = localStorage.getItem('key') const c = document.addEventListener const alertMsg = `⚠️ Invalid Key Alert ⚠️ This script now requires our license key for activation. To obtain the key, please visit our official page at dogescripts.pages.dev. This process only takes a few seconds and needs to be done once a day. 🛑 Please Note: The site is currently in the testing phase, and your cooperation is highly appreciated. Thank you for your understanding! ` const ChanceToReload = Math.floor(Math.random() * 12) + 1; if(key !== null){ localStorage.setItem('key',key) } if(localStorage.getItem('key') === null){ alert(alertMsg) location.href = `https://dogescripts.pages.dev/games/?script=${location.hostname}` return; }else{ console.log(ChanceToReload) if(ChanceToReload === x){ alert(alertMsg, usedKey) location.href = `https://dogescripts.pages.dev/games/?script=${location.hostname}` return } } let isValidKey = false; switch (isValidKey){ case true: alert("Dont Modify This Script") return case null: alert("Dont Modify This Script") return } try{ for (const startStr of Start) { if (key.startsWith(startStr)) { for (const endStr of End) { if (key.endsWith(endStr)) { isValidKey = true; break; } } break; } } }catch{isValidKey = true} if (isValidKey) { let options = { SpeedHack: true } class KrunkerScript { constructor(author) { this.div = document.createElement('div'); this.div.innerHTML = `
[${options.SpeedHack ? "ON" : "OFF"}]
[O]Hide
[ON]
'; setTimeout(function(){ Date.now = () => originalNow() * document.getElementById('valamo').value; },5000) } else { speedHackText.innerHTML = '[H]Speed[OFF]
'; } } toggleSpeedHack() { options.SpeedHack = !options.SpeedHack; const speedHackText = document.getElementById('speedHackText'); const uinfoyText = document.getElementById('uinfoy'); if (options.SpeedHack) { speedHackText.innerHTML = '[H]Speed[ON]
'; Date.now = () => originalNow() * document.getElementById('valamo').value; } else { speedHackText.innerHTML = '[H]Speed[OFF]
'; alert("[OFF]REQUIRES RELOAD") location.href = `https://${location.hostname}/` } localStorage.setItem("DG", JSON.stringify(options)); } togglePopup() { if (this.isVisible) { this.hidePopup(); } else { this.showPopup(); } } hidePopup() { this.div.style.display = 'none'; this.isVisible = false; } showPopup() { this.div.style.display = 'block'; this.isVisible = true; } } const Krunker = new KrunkerScript("DOGEWARE"); function createMenuItem() { const styleTag = document.createElement('style'); styleTag.textContent = ` .menuItemTitle1 { font-size: 18px; animation: rgbAnimation 0.5s infinite alternate; /* Adding the animation */ } @keyframes rgbAnimation { 0% { color: rgb(255, 0, 0); } 25% { color: rgb(255, 255, 0); } 50% { color: rgb(0, 255, 0); } 75% { color: rgb(0, 255, 255); } 100% { color: rgb(255, 0, 255); } } `; document.head.appendChild(styleTag); const menuItemDiv = document.createElement('div'); menuItemDiv.classList.add('menuItem'); const iconSpan = document.createElement('span'); iconSpan.innerHTML = `