NexusClient

Bloxd Client

  1. // ==UserScript==
  2. // @name NexusClient
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.4
  5. // @description Bloxd Client
  6. // @author Withersinger
  7. // @match https://bloxd.io
  8. // @icon https://bloxd.io/favicon-32x32.png?v=2
  9. // @license MIT
  10. // @grant none
  11. // ==/UserScript==
  12.  
  13. setInterval(function() {
  14. 'use strict';
  15. document.title = "NexusClient [Bloxd Client]";
  16. document.querySelector('.Title.FullyFancyText').textContent = "NexusClient";
  17. let background = document.getElementsByClassName("Background");
  18. background[0].src = 'https://media.npr.org/assets/img/2016/05/16/istock_000068588675_full_wide-08f4003d4700b3f2d1a32e208cea0988459161a1-s1400-c100.jpg';
  19. let names = document.getElementsByClassName("AvailableGameText");
  20. let imgs = document.getElementsByClassName("AvailableGameImg");
  21. names[0].textContent = "Minecraft";
  22. imgs[0].src = "https://img.redbull.com/images/c_fill,w_1200,h_630,g_auto,f_auto,q_auto/redbullcom/2020/4/28/bjoyslzjb3uxqyg82uz2/minecraft";
  23. names[1].textContent = "Adventure";
  24. imgs[1].src = "https://warnercnr.colostate.edu/wp-content/uploads/sites/2/2017/04/shutterstock_428626417.jpg";
  25. names[2].textContent = "BuildWorld";
  26. imgs[2].src = "https://staticg.sportskeeda.com/editor/2022/03/4026b-16475417659331-1920.jpg";
  27. names[3].textContent = "ProtectBed!";
  28. imgs[3].src = "https://wallpapercave.com/wp/wp7136447.jpg";
  29. names[4].textContent = "OneBlock - Just Mine!";
  30. imgs[4].src = "https://staticg.sportskeeda.com/editor/2021/11/d812b-16370076427470-1920.jpg";
  31. names[5].textContent = "Roleplay";
  32. imgs[5].src = "https://xforgeassets002.xboxlive.com/pf-title-b63a0803d3653643-20ca2/fe849433-0f72-4768-b2e1-3026a74e274b/CityRoleplay_Thumbnail_0.jpg";
  33. names[6].textContent = "Fortnight Battle Pass";
  34. imgs[6].src = "https://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RW10idH?ver=489b";
  35. names[7].textContent = "Climber";
  36. imgs[7].src = "https://i.stack.imgur.com/i4B0z.png";
  37. names[8].textContent = "BuildBattle! (Amoogoose)";
  38. imgs[8].src = "https://media.tenor.com/-BukUKu8JdEAAAAd/among-us-sus.gif";
  39. names[9].textContent = "Parkoor";
  40. imgs[9].src = "https://xforgeassets002.xboxlive.com/pf-title-b63a0803d3653643-20ca2/3c03f1ae-b4ab-4a62-b916-80e1ebe98c74/PS_Thumbnail_0.jpg";
  41. names[10].textContent = "Servers";
  42. imgs[10].src = "https://pm1.aminoapps.com/7075/a387fb11d47112ca866df24df4a41f37c8d8a44er1-767-431v2_uhq.jpg";
  43. names[12].textContent = "Battles";
  44. imgs[12].src = "https://laymansbible.files.wordpress.com/2014/01/two-swords-are-enough-two-swords.jpg";
  45. names[11].textContent = "Hide n' Seek";
  46. imgs[11].src = "https://fallinsports.com/wp-content/uploads/2021/07/hide-and-seek-game.jpg";
  47. },100);

QingJ © 2025

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