DEEP SPACE

DEEP SPACE Client for bloxd.io

目前为 2024-06-05 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name DEEP SPACE
  3. // @namespace http://tampermonkey.net/
  4. // @version 5.6
  5. // @description DEEP SPACE Client for bloxd.io
  6. // @author GEORGECR
  7. // @match https://bloxd.io/
  8. // @icon https://i.postimg.cc/NMG91FWH/space-BG-loco.jpg
  9. // @license MIT
  10. // @supportURL https://github.com/damirarh/GreasyForkScripts
  11. // @grant none
  12. // ==/UserScript==
  13.  
  14. setInterval(function() {
  15. 'use strict';
  16. document.title = "DEEP SPACE";
  17. const maintext = document.querySelector('.Title.FullyFancyText');
  18. maintext.style.textShadow = " 10px 5px 5px #000000";
  19. maintext.style.webkitTextStroke = "none";
  20.  
  21. document.querySelector('.Title.FullyFancyText').textContent = "DEEP SPACE";
  22. let background = document.getElementsByClassName("Background");
  23. background[0].src = "https://i.postimg.cc/0yTx0G0L/client-BG.jpg";
  24. let names = document.getElementsByClassName("AvailableGameText");
  25. let imgs = document.getElementsByClassName("AvailableGameImg")
  26. let imgedits = document.getElementsByClassName("AvailableGame");
  27.  
  28.  
  29.  
  30.  
  31. setInterval(function() {
  32. const crosshair = document.querySelector(".CrossHair");
  33. if (crosshair) {
  34. crosshair.textContent = "";
  35. crosshair.style.backgroundImage = "url(https://piskel-imgstore-b.appspot.com/img/68888566-cce3-11ee-a3cd-35b2269c1bce.gif)";
  36. crosshair.style.backgroundRepeat = "no-repeat";
  37. crosshair.style.backgroundSize = "contain";
  38. crosshair.style.width = "19px";
  39. crosshair.style.height = "19px";
  40. }
  41. }, 1000);
  42.  
  43.  
  44.  
  45.  
  46. // Hotbar
  47. (function() {
  48. 'use strict';
  49.  
  50. setInterval(function() {
  51. const hotbarslots = document.querySelectorAll(".item");
  52. const selectedslot = document.querySelectorAll(".SelectedItem");
  53. if (hotbarslots) {
  54. hotbarslots.forEach(function(hotbar) {
  55. hotbar.style.borderRadius = "8px";
  56. hotbar.style.borderColor = "#000000";
  57. hotbar.style.backgroundColor = "transparent";
  58. hotbar.style.boxShadow = "none"
  59. hotbar.style.outline = "transparent"
  60. });
  61. }
  62. if (selectedslot) {
  63. selectedslot.forEach(function(slot) {
  64. slot.style.backgroundColor = "transparent";
  65. slot.style.boxShadow = "none";
  66. slot.style.borderRadius = "15px";
  67. slot.style.borderColor = "#FFFFFF";
  68. slot.style.outline = "transparent";
  69. });
  70. }
  71. }, 1);
  72. })();
  73. document.querySelectorAll('.AvailableGame').forEach(item => {
  74. item.style.border = "none";
  75. })
  76.  
  77. names[0].style.textShadow = "none";
  78. imgedits[0].style.border = "none";
  79. imgedits[0].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  80. names[1].style.textShadow = "none";
  81. imgedits[1].style.border = "none";
  82. imgedits[1].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  83. names[2].style.textShadow = "none";
  84. imgedits[2].style.border = "none";
  85. imgedits[2].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  86. names[3].style.textShadow = "none";
  87. imgedits[3].style.border = "none";
  88. imgedits[3].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  89. names[4].style.textShadow = "none";
  90. imgedits[4].style.border = "none";
  91. imgedits[4].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  92. names[5].style.textShadow = "none";
  93. imgedits[5].style.border = "none";
  94. imgedits[5].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  95. names[6].style.textShadow = "none";
  96. imgedits[6].style.border = "none";
  97. imgedits[6].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  98. names[7].style.textShadow = "none";
  99. imgedits[7].style.border = "none";
  100. imgedits[7].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  101. names[8].style.textShadow = "none";
  102. imgedits[8].style.border = "none";
  103. imgedits[8].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  104. names[9].style.textShadow = "none";
  105. imgedits[9].style.border = "none";
  106. imgedits[9].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  107. names[10].style.textShadow = "none";
  108. imgedits[10].style.border = "none";
  109. imgedits[10].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  110. names[11].style.textShadow = "none";
  111. imgedits[11].style.border = "none";
  112. imgedits[11].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  113. names[12].style.textShadow = "none";
  114. imgedits[12].style.border = "none";
  115. imgedits[12].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  116. names[13].style.textShadow = "none";
  117. imgedits[13].style.border = "none";
  118. imgedits[13].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  119. names[14].style.textShadow = "none";
  120. imgedits[14].style.border = "none";
  121. imgedits[14].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  122. names[15].style.textShadow = "none";
  123. imgedits[15].style.border = "none";
  124. imgedits[15].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  125. names[16].style.textShadow = "none";
  126. imgedits[16].style.border = "none";
  127. imgedits[16].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  128. names[17].style.textShadow = "none";
  129. imgedits[17].style.border = "none";
  130. imgedits[17].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  131. names[18].style.textShadow = "none";
  132. imgedits[18].style.border = "none";
  133. imgedits[18].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  134. names[19].style.textShadow = "none";
  135. imgedits[19].style.border = "none";
  136. imgedits[19].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  137. names[20].style.textShadow = "none";
  138. imgedits[20].style.border = "none";
  139. imgedits[20].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  140. names[21].style.textShadow = "none";
  141. imgedits[21].style.border = "none";
  142. imgedits[21].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  143. });
  144.  
  145.  

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址