Shootz.io Hack

Powerful Shootz.io Hack

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

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

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 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);