Shootz.io Hack

Powerful Shootz.io Hack

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey, Greasemonkey किंवा Violentmonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

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

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey किंवा Violentmonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल..

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

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल..

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्क्रिप्ट व्यवस्थापक एक्स्टेंशन इंस्टॉल करावे लागेल.

(माझ्याकडे आधीच युझर स्क्रिप्ट व्यवस्थापक आहे, मला इंस्टॉल करू द्या!)

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

(माझ्याकडे आधीच युझर स्टाईल व्यवस्थापक आहे, मला इंस्टॉल करू द्या!)

// ==UserScript==
// @name         Shootz.io Hack
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  Powerful Shootz.io Hack
// @author       coder x64
// @match        *://*.shootz.io/
// @require      https://code.jquery.com/jquery-3.5.1.min.js
// @grant        none
// ==/UserScript==

document.title = "Shootz.io Hacked"
$('div[style*="width:336; height: 280"]').remove()
$('th#col1[style*="display"]').remove()
$('th#youtubeCol2').remove()
$('th#youtubeCol3').remove()
$('a#server1').remove()
$('a#server2').remove()
$('a#server3').remove()
$('a#server4').remove()

$("button#signDiv-signIn.button").css("background-color", "red");
$("button#signDiv-signIn.button").html("Lets Hack");
$("div#server").append("<b>Servers List:-</b><br><li><a onclick=goToServer('na') style=cursor:pointer;>North America</a></li><li><a onclick=goToServer('eu') style=cursor:pointer;>Europe</a></li>");
$("div#server").height(80);
$("b").css("color", "red");
$("a").css("color", "purple");
$("li").css("color", "purple");
$("div#spawnMessage").css("color", "red");

signDivSignIn['onclick'] = function() {
    signDivSignIn['style']['display'] = 'none';
    signDivLoading['style']['display'] = 'inline-block';
        socket['emit']('signIn', {
            username: signDivUsername['value'],
            skin: selectedSkin
        })};

spawnMessage["innerHTML"] = "Shootz.io Hacked"

var button1 = "<button onclick=signDivSignIn[&quot;onclick&quot;]() style=position:absolute;top:100;left:80;cursor:pointer;>Safe Respawn</button>";
var button2 = "<button onclick=socket['emit']('signIn'); style=position:absolute;top:140;left:80;cursor:pointer;>Restart Server</button>";
$("body").append(button1, button2);