Greasy Fork

Greasy Fork is available in English.

DEEP SPACE

DEEP SPACE Client for bloxd.io

当前为 2024-06-05 提交的版本,查看 最新版本

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

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

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

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

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

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

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

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

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

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

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

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

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

// ==UserScript==
      // @name         DEEP SPACE 
      // @namespace    http://tampermonkey.net/
      // @version      5.6
      // @description  DEEP SPACE Client for bloxd.io
      // @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 = "19px";
              crosshair.style.height = "19px";
          }
      }, 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)";
     names[20].style.textShadow = "none";
    imgedits[20].style.border = "none";
    imgedits[20].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
    names[21].style.textShadow = "none";
    imgedits[21].style.border = "none";
    imgedits[21].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
      });