DEEP SPACE Client for bloxd.io

this is cool

Versione datata 23/05/2024. Vedi la nuova versione l'ultima versione.

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

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

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

// ==UserScript==
      // @name         DEEP SPACE Client for bloxd.io
      // @namespace    http://tampermonkey.net/
      // @version      5.0
      // @description  this is cool
      // @author       GEORGECR
      // @match        https://bloxd.io/
      // @icon         https://i.postimg.cc/NMG91FWH/space-BG-loco.jpg
      // @license      MIT
      // @supportURL   https://github.com/damirarh/GreasyForkScripts
      // @grant        none
     // ==/UserScript==

      setInterval(function() {
          'use strict';
          document.title = "DEEP SPACE";
          const maintext = document.querySelector('.Title.FullyFancyText');
          maintext.style.textShadow = " 10px 5px 5px #000000";
          maintext.style.webkitTextStroke = "none";

          document.querySelector('.Title.FullyFancyText').textContent = "DEEP SPACE";
          let background = document.getElementsByClassName("Background");
          background[0].src = "https://i.postimg.cc/0yTx0G0L/client-BG.jpg";
          let names = document.getElementsByClassName("AvailableGameText");
          let imgs = document.getElementsByClassName("AvailableGameImg")
          let imgedits = document.getElementsByClassName("AvailableGame");




          setInterval(function() {
          const crosshair = document.querySelector(".CrossHair");
          if (crosshair) {
              crosshair.textContent = "";
              crosshair.style.backgroundImage = "url(https://piskel-imgstore-b.appspot.com/img/68888566-cce3-11ee-a3cd-35b2269c1bce.gif)";
              crosshair.style.backgroundRepeat = "no-repeat";
              crosshair.style.backgroundSize = "contain";
              crosshair.style.width = "15px";
              crosshair.style.height = "15px";
          }
      }, 1000);




      // Hotbar
      (function() {
          'use strict';

          setInterval(function() {
              const hotbarslots = document.querySelectorAll(".item");
              const selectedslot = document.querySelectorAll(".SelectedItem");
              if (hotbarslots) {
                  hotbarslots.forEach(function(hotbar) {
                      hotbar.style.borderRadius = "8px";
                      hotbar.style.borderColor = "#000000";
                      hotbar.style.backgroundColor = "transparent";
                      hotbar.style.boxShadow = "none"
                      hotbar.style.outline = "transparent"
                  });
              }
              if (selectedslot) {
                  selectedslot.forEach(function(slot) {
                      slot.style.backgroundColor = "transparent";
                      slot.style.boxShadow = "none";
                      slot.style.borderRadius = "15px";
                      slot.style.borderColor = "#FFFFFF";
                      slot.style.outline = "transparent";
                  });
              }
          }, 1);
      })();
               document.querySelectorAll('.AvailableGame').forEach(item => {
    item.style.border = "none";
})

    names[0].style.textShadow = "none";
    imgedits[0].style.border = "none";
    imgedits[0].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
    names[1].style.textShadow = "none";
    imgedits[1].style.border = "none";
    imgedits[1].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
    names[2].style.textShadow = "none";
    imgedits[2].style.border = "none";
    imgedits[2].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
    names[3].style.textShadow = "none";
    imgedits[3].style.border = "none";
    imgedits[3].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
    names[4].style.textShadow = "none";
    imgedits[4].style.border = "none";
    imgedits[4].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
    names[5].style.textShadow = "none";
    imgedits[5].style.border = "none";
    imgedits[5].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
    names[6].style.textShadow = "none";
    imgedits[6].style.border = "none";
    imgedits[6].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
    names[7].style.textShadow = "none";
    imgedits[7].style.border = "none";
    imgedits[7].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
    names[8].style.textShadow = "none";
    imgedits[8].style.border = "none";
    imgedits[8].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
    names[9].style.textShadow = "none";
    imgedits[9].style.border = "none";
    imgedits[9].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
    names[10].style.textShadow = "none";
    imgedits[10].style.border = "none";
    imgedits[10].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
    names[11].style.textShadow = "none";
    imgedits[11].style.border = "none";
    imgedits[11].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
    names[12].style.textShadow = "none";
    imgedits[12].style.border = "none";
    imgedits[12].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
    names[13].style.textShadow = "none";
    imgedits[13].style.border = "none";
    imgedits[13].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
    names[14].style.textShadow = "none";
    imgedits[14].style.border = "none";
    imgedits[14].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
    names[15].style.textShadow = "none";
    imgedits[15].style.border = "none";
    imgedits[15].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
    names[16].style.textShadow = "none";
    imgedits[16].style.border = "none";
    imgedits[16].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
    names[17].style.textShadow = "none";
    imgedits[17].style.border = "none";
    imgedits[17].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
    names[18].style.textShadow = "none";
    imgedits[18].style.border = "none";
    imgedits[18].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
    names[19].style.textShadow = "none";
    imgedits[19].style.border = "none";
    imgedits[19].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
      });