DEEP SPACE Client for bloxd.io

this is cool

当前为 2024-03-16 提交的版本,查看 最新版本

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
      // @name         DEEP SPACE Client for bloxd.io
      // @namespace    http://tampermonkey.net/
      // @version      1.1
      // @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.fontFamily = {
          "name": "Montserrat",
          "weight": "400",
          "style": "normal",
          "source": "Fonts/Montserrat/Montserrat-Regular.ttf"
          };
          maintext.style.textShadow = " 10px 5px 5px #000000";
          maintext.style.webkitTextStroke = "none";




          document.querySelector('.Title.FullyFancyText').textContent = "DEEP SPACE";
          document.querySelector('.Title.FullyFancyText').style.backgroundImage = "https://piskel-imgstore-b.appspot.com/img/68888566-cce3-11ee-a3cd-35b2269c1bce.gif";
          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 = "25px";
              crosshair.style.height = "25px";
          }
      }, 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);
      })();
     (function() {
         'use strict'
     const text = document.createElement('div');
         text.style.position = "fixed";
         text.textContent = "DEEPSPACE"
         text.style.color = "#ADFF2F";
         text.style.fontSize ="15px"
         text.style.fontWeight = "bold";
         text.style.zIndex ="10000";
         text.style.borderRadius ="25px";
         text.style.bottom = "1%";
         text.style.left = "95%";
         text.style.letterSpacing = "2px";
         text.style.textAlign = "center";
         text.style.justifyContent = "center";
         text.style.transform = "translateX(-50%)";
         text.style.display = "flex";
         text.style.width = "105px";
         text.style.height = "36.5px";

         document.body.appendChild(text);
  })();
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)";


},100);