DEEP SPACE Client for bloxd.io

this is cool

当前为 2024-04-07 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name DEEP SPACE Client for bloxd.io
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.5
  5. // @description this is cool
  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.fontFamily = {
  19. "name": "Montserrat",
  20. "weight": "400",
  21. "style": "normal",
  22. "source": "Fonts/Montserrat/Montserrat-Regular.ttf"
  23. };
  24. maintext.style.textShadow = " 10px 5px 5px #000000";
  25. maintext.style.webkitTextStroke = "none";
  26.  
  27.  
  28.  
  29.  
  30.  
  31. document.querySelector('.Title.FullyFancyText').textContent = "DEEP SPACE";
  32. let background = document.getElementsByClassName("Background");
  33. background[0].src = "https://i.postimg.cc/0yTx0G0L/client-BG.jpg";
  34. let names = document.getElementsByClassName("AvailableGameText");
  35. let imgs = document.getElementsByClassName("AvailableGameImg")
  36. let imgedits = document.getElementsByClassName("AvailableGame");
  37.  
  38.  
  39. setInterval(function() {
  40. const crosshair = document.querySelector(".CrossHair");
  41. if (crosshair) {
  42. crosshair.textContent = "";
  43. crosshair.style.backgroundImage = "url(https://piskel-imgstore-b.appspot.com/img/68888566-cce3-11ee-a3cd-35b2269c1bce.gif)";
  44. crosshair.style.backgroundRepeat = "no-repeat";
  45. crosshair.style.backgroundSize = "contain";
  46. crosshair.style.width = "25px";
  47. crosshair.style.height = "25px";
  48. }
  49. }, 1000);
  50.  
  51. document.querySelectorAll('.AvailableGame').forEach(item => {
  52. item.style.border = "none";
  53. })
  54.  
  55. names[0].style.textShadow = "none";
  56. imgedits[0].style.border = "none";
  57. imgedits[0].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  58. names[1].style.textShadow = "none";
  59. imgedits[1].style.border = "none";
  60. imgedits[1].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  61. names[2].style.textShadow = "none";
  62. imgedits[2].style.border = "none";
  63. imgedits[2].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  64. names[3].style.textShadow = "none";
  65. imgedits[3].style.border = "none";
  66. imgedits[3].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  67. names[4].style.textShadow = "none";
  68. imgedits[4].style.border = "none";
  69. imgedits[4].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  70. names[5].style.textShadow = "none";
  71. imgedits[5].style.border = "none";
  72. imgedits[5].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  73. names[6].style.textShadow = "none";
  74. imgedits[6].style.border = "none";
  75. imgedits[6].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  76. names[7].style.textShadow = "none";
  77. imgedits[7].style.border = "none";
  78. imgedits[7].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  79. names[8].style.textShadow = "none";
  80. imgedits[8].style.border = "none";
  81. imgedits[8].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  82. names[9].style.textShadow = "none";
  83. imgedits[9].style.border = "none";
  84. imgedits[9].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  85. names[10].style.textShadow = "none";
  86. imgedits[10].style.border = "none";
  87. imgedits[10].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  88. names[11].style.textShadow = "none";
  89. imgedits[11].style.border = "none";
  90. imgedits[11].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  91. names[12].style.textShadow = "none";
  92. imgedits[12].style.border = "none";
  93. imgedits[12].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  94. names[13].style.textShadow = "none";
  95. imgedits[13].style.border = "none";
  96. imgedits[13].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  97. names[14].style.textShadow = "none";
  98. imgedits[14].style.border = "none";
  99. imgedits[14].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  100. names[15].style.textShadow = "none";
  101. imgedits[15].style.border = "none";
  102. imgedits[15].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  103. names[16].style.textShadow = "none";
  104. imgedits[16].style.border = "none";
  105. imgedits[16].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  106. names[17].style.textShadow = "none";
  107. imgedits[17].style.border = "none";
  108. imgedits[17].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  109. names[18].style.textShadow = "none";
  110. imgedits[18].style.border = "none";
  111. imgedits[18].style.boxShadow = "0px 10px 20px rgba(0, 0, 0, 0.4)";
  112.  
  113.  
  114.  
  115.  
  116.  
  117. },100);
  118.  
  119.  
  120. document.getElementsByClassName('partnersAndCredits SmallTextLight')[0].remove();
  121. document.getElementsByClassName('SmallTextLight')[0].remove();
  122. document.getElementsByClassName('AdContainer')[0].remove();
  123.  
  124.  
  125. // Hotbar
  126. (function() {
  127. 'use strict';
  128.  
  129. setInterval(function() {
  130. const hotbarslots = document.querySelectorAll(".item");
  131. const selectedslot = document.querySelectorAll(".SelectedItem");
  132. if (hotbarslots) {
  133. hotbarslots.forEach(function(hotbar) {
  134. hotbar.style.borderRadius = "8px";
  135. hotbar.style.borderColor = "#000000";
  136. hotbar.style.backgroundColor = "transparent";
  137. hotbar.style.boxShadow = "none"
  138. hotbar.style.outline = "transparent"
  139. });
  140. }
  141. if (selectedslot) {
  142. selectedslot.forEach(function(slot) {
  143. slot.style.backgroundColor = "transparent";
  144. slot.style.boxShadow = "none";
  145. slot.style.borderRadius = "15px";
  146. slot.style.borderColor = "#FFFFFF";
  147. slot.style.outline = "transparent";
  148. });
  149. }
  150. }, 1);
  151. })();
  152. (function() {
  153. 'use strict'
  154. const text = document.createElement('div');
  155. text.style.position = "fixed";
  156. text.textContent = "DEEPSPACE"
  157. text.style.color = "#ADFF2F";
  158. text.style.fontSize ="15px"
  159. text.style.fontWeight = "bold";
  160. text.style.zIndex ="10000";
  161. text.style.borderRadius ="25px";
  162. text.style.bottom = "1%";
  163. text.style.left = "95%";
  164. text.style.letterSpacing = "2px";
  165. text.style.textAlign = "center";
  166. text.style.justifyContent = "center";
  167. text.style.transform = "translateX(-50%)";
  168. text.style.display = "flex";
  169. text.style.width = "105px";
  170. text.style.height = "36.5px";
  171.  
  172. document.body.appendChild(text);
  173. })();
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.