Bloble.io Enchantment pack "MATRIX"

this is a texture pack

  1. // ==UserScript==
  2. // @name Bloble.io Enchantment pack "MATRIX"
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.1
  5. // @description this is a texture pack
  6. // @author barely heard of 5O5
  7. // @match http://bloble.io/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. var css = document.createElement("style")
  12. css.innerText = `
  13. #chatBox {
  14. FONT-VARIANT-EAST-ASIAN: JIS83;
  15. position: absolute;
  16. bottom: 0px;
  17. right: 0px;
  18. width: 350px;
  19. overflow: hidden;
  20. }
  21. .greyMenuText {
  22. color: #92bc91;
  23. }
  24. #skinSelector {
  25. display: none;
  26. font-family: 'regularF';
  27. font-size: 26px;
  28. padding: 6px;
  29. padding-left: 12px;
  30. padding-right: 12px;
  31. border: none;
  32. border-radius: 8px;
  33. background-color: #3ca639;
  34. color: #021101;
  35. cursor: pointer;
  36. }
  37. #enterGameButton {
  38. font-family: 'regularF';
  39. font-size: 26px;
  40. padding: 5px;
  41. color: #021101;
  42. background-color: #3ca639;
  43. border: none;
  44. cursor: pointer;
  45. margin-left: 10px;
  46. border-radius: 8px;
  47. }
  48. #gameTitle {
  49. color: #3ca639;
  50. font-size: 90px;
  51. width: 100%;
  52. text-align: center;
  53. font-family: 'regularF';
  54. }
  55. #skinInfo {
  56. position: absolute;
  57. display: none;
  58. text-align: left;
  59. width: 110px;
  60. margin-left: -140px;
  61. padding: 6px;
  62. padding-top: 3px;
  63. padding-left: 16px;
  64. color: #031401;
  65. border-radius: px;
  66. background-color: #021101;
  67. font-family: 'regularF';
  68. font-size: 15px;
  69. }
  70. .unitItem {
  71. pointer-events: all;
  72. margin-left: 18px;
  73. position: relative;
  74. display: inline-block;
  75. width: 69px;
  76. height: 65px;
  77. background-color: rgba(40, 40, 40, 0.5);
  78. border-radius: 8px;
  79. cursor: pointer;
  80. }
  81. #scoreContainer {
  82. display: inline-block;
  83. padding: 10px;
  84. background-color: rgba(40, 40, 40, 0.5);
  85. font-family: 'regularF';
  86. font-size: 20px;
  87. border-radius: 4px;
  88. color: #fff;
  89. }
  90. #leaderboardContainer {
  91. position: absolute;
  92. top: 0px;
  93. right: 0px;
  94. padding: 10px;
  95. background-color: rgba(40, 40, 40, 0.5);
  96. font-family: 'regularF';
  97. font-size: 24px;
  98. border-radius: 4px;
  99. color: #fff;
  100. }
  101. #darkener {
  102. display: block;
  103. position: absolute;
  104. width: 100%;
  105. height: 100%;
  106. background-color: #021101;
  107. }
  108. `
  109. document.head.appendChild(css)
  110.  
  111. backgroundColor = "#010a01";
  112. outerColor = "#010700";
  113. indicatorColor = "rgba(0, 255, 0, 0.3)"
  114. turretColor = "#9fa89f";
  115. bulletColor = "#9fa89f";
  116. redColor = "rgba(255, 0, 0, 0.3)";