Ping IO 2022

This Script is Provided By Ping IO

当前为 2022-06-30 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Ping IO 2022
  3. // @namespace -
  4. // @version 8
  5. // @license MIT
  6. // @description This Script is Provided By Ping IO
  7. // @author xXGuiXx YT, Alpine, Ping IO
  8. // @match *://stratums.io/*
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. let author = ["xXGuiXx YT"];
  13.  
  14. var ping = document.getElementById("aa5c540a10e4f7e9e");
  15. ping.replaceWith(document.createElement("a"));
  16. ping.style.fontSize = "30px";
  17. ping.style.display = "block";
  18. ping.style.zIndex = "1";
  19. document.body.appendChild(ping);
  20.  
  21. // next server
  22.  
  23. var ping1 = document.getElementById("a5fb8296e774c18c2");
  24. ping.replaceWith(document.createElement("a"));
  25. ping.style.fontSize = "30px";
  26. ping.style.display = "block";
  27. ping.style.zIndex = "1";
  28. document.body.appendChild(ping);
  29.  
  30. // next server
  31.  
  32. var ping2 = document.getElementById("a272f63625037d4bc");
  33. ping.replaceWith(document.createElement("a"));
  34. ping.style.fontSize = "30px";
  35. ping.style.display = "block";
  36. ping.style.zIndex = "1";
  37. document.body.appendChild(ping);
  38.  
  39. // us WEST
  40.  
  41. var ping3 = document.getElementById("ae11a22448013864c");
  42. ping.replaceWith(document.createElement("a"));
  43. ping.style.fontSize = "30px";
  44. ping.style.display = "block";
  45. ping.style.zIndex = "1";
  46. document.body.appendChild(ping);
  47.  
  48. // SB Frankfruit
  49.  
  50. var ping4 = document.getElementById("a3876e28bd6c253c4");
  51. ping.replaceWith(document.createElement("a"));
  52. ping.style.fontSize = "30px";
  53. ping.style.display = "block";
  54. ping.style.zIndex = "1";
  55. document.body.appendChild(ping);
  56.  
  57. // Frankfruit
  58.  
  59. var ping5 = document.getElementById("ac2553248467c7201");
  60. ping.replaceWith(document.createElement("a"));
  61. ping.style.fontSize = "30px";
  62. ping.style.display = "block";
  63. ping.style.zIndex = "1";
  64. document.body.appendChild(ping);
  65.  
  66. // The server noone players, India
  67.  
  68. var ping6 = document.getElementById("a1a3d307ba4ccfc1c");
  69. ping.replaceWith(document.createElement("a"));
  70. ping.style.fontSize = "30px";
  71. ping.style.display = "block";
  72. ping.style.zIndex = "1";
  73. document.body.appendChild(ping);
  74.  
  75. // not coded by him aedhasidj ioasdjasid asjd ioasd ijiasojd iasjdiasjdiadioasjid jasio djasiodjasi djasidjiodajsoi
  76. var musics=[{
  77. name: "GREEN ORXNGE - S.X.N.D. N.X.D.E.S.",
  78. msc: "https://cdn.discordapp.com/attachments/948937531842510898/962364169162743828/S.X.N.D._N.X.D.E.S..mp3"
  79. }, {
  80. name: "Hensonn - Sahara",
  81. msc: "https://cdn.discordapp.com/attachments/914095450150281266/962365895840243812/Hensonn_-_Sahara_BASS_BOOSTED.mp3"
  82. }, {
  83. name: "DVRST - Close Eyes",
  84. msc: "https://cdn.discordapp.com/attachments/948937531842510898/962367099081211944/e.mp3"
  85. }, {
  86. name: "MC ORSEN - INCOMING",
  87. msc: "https://cdn.discordapp.com/attachments/948937531842510898/962367701983047730/MC_ORSEN_-_INCOMING.mp3"
  88. }, {
  89. name: "Cayman Cline - Crowns(Instrumental)",
  90. msc: "https://cdn.discordapp.com/attachments/872161608967794698/872179401008246854/Cayman_Cline_-_Crowns_INSTRUMENTAL.mp3"
  91. }]
  92.  
  93. let musicmenu = document.createElement('div')
  94. musicmenu.innerHTML="<h1 style='color:#ff0000;text-shadow:2px 2px 2px black;margin:10px;font-weight;1000;'>Playlist</h1><br>"
  95. for(let i=0;i<musics.length;i++){
  96. musicmenu.innerHTML+=`
  97. <h3 style="text-shadow:0px 0px 0px black;margin-top:0px;margin-left:2.5%">`+musics[i].name+`</h3>
  98. <audio style="width: 90%; margin-left: 2.5%; margin-top:10px;" src="`+musics[i].msc+`" controls="" loop=""></audio><hr>
  99. `
  100. }
  101. musicmenu.style=`
  102. display:none;
  103. overflow:auto;
  104. position:absolute;
  105. top:50%;
  106. left:50%;
  107. margin-top:-200px;
  108. margin-left:-350px;
  109. z-index:1000000;
  110. border:7px solid black;
  111. width:700px;
  112. height:400px;
  113. border-radius:25px;
  114. background-color:#00e5ff;
  115. `
  116. document.body.prepend(musicmenu)
  117. document.addEventListener("keydown", (e)=>{
  118. if(e.keyCode == 45){
  119. if(musicmenu.style.display=="block"){
  120. musicmenu.style.display="none"
  121. }else{
  122. musicmenu.style.display="block"
  123. }
  124. }
  125. })
  126.  
  127. // US Sandbox 1
  128.  
  129. document.getElementById("a1d12a7b830f195fc").style.background = "rgba(0,0,0,0)";
  130. (function() {var css = [
  131. "#a1d12a7b830f195fc {",
  132. "height: 2500px;",
  133. "width: 800px;",
  134. "}"
  135. ].join("\n");
  136. if (typeof GM_addStyle != "undefined") {
  137. GM_addStyle(css);
  138. } else if (typeof PRO_addStyle != "undefined") {
  139. PRO_addStyle(css);
  140. } else if (typeof addStyle != "undefined") {
  141. addStyle(css);
  142. } else {
  143. var node = document.createElement("style");
  144. node.type = "text/css";
  145. node.appendChild(document.createTextNode(css));
  146. var heads = document.getElementsByTagName("head");
  147. if (heads.length > 0) {
  148. heads[0].appendChild(node);
  149. } else {
  150. document.documentElement.appendChild(node);
  151. }
  152. }
  153. })();
  154. // US Sandbox 2
  155. document.getElementById("a2f3b23e649b5cd95").style.background = "rgba(0,0,0,0)";
  156. (function() {var css = [
  157. "#a2f3b23e649b5cd95 {",
  158. "height: 2500px;",
  159. "width: 800px;",
  160. "}"
  161. ].join("\n");
  162. if (typeof GM_addStyle != "undefined") {
  163. GM_addStyle(css);
  164. } else if (typeof PRO_addStyle != "undefined") {
  165. PRO_addStyle(css);
  166. } else if (typeof addStyle != "undefined") {
  167. addStyle(css);
  168. } else {
  169. var node = document.createElement("style");
  170. node.type = "text/css";
  171. node.appendChild(document.createTextNode(css));
  172. var heads = document.getElementsByTagName("head");
  173. if (heads.length > 0) {
  174. heads[0].appendChild(node);
  175. } else {
  176. document.documentElement.appendChild(node);
  177. }
  178. }
  179. })();
  180. // US NY
  181. document.getElementById("a6ae4685a0324f0cb").style.background = "rgba(0,0,0,0)";
  182. (function() {var css = [
  183. "#a6ae4685a0324f0cb {",
  184. "height: 2500px;",
  185. "width: 800px;",
  186. "}"
  187. ].join("\n");
  188. if (typeof GM_addStyle != "undefined") {
  189. GM_addStyle(css);
  190. } else if (typeof PRO_addStyle != "undefined") {
  191. PRO_addStyle(css);
  192. } else if (typeof addStyle != "undefined") {
  193. addStyle(css);
  194. } else {
  195. var node = document.createElement("style");
  196. node.type = "text/css";
  197. node.appendChild(document.createTextNode(css));
  198. var heads = document.getElementsByTagName("head");
  199. if (heads.length > 0) {
  200. heads[0].appendChild(node);
  201. } else {
  202. document.documentElement.appendChild(node);
  203. }
  204. }
  205. })();
  206. //US WEST
  207. document.getElementById("a7c614fcda4965940").style.background = "rgba(0,0,0,0)";
  208. (function() {var css = [
  209. "#a7c614fcda4965940 {",
  210. "height: 2500px;",
  211. "width: 800px;",
  212. "}"
  213. ].join("\n");
  214. if (typeof GM_addStyle != "undefined") {
  215. GM_addStyle(css);
  216. } else if (typeof PRO_addStyle != "undefined") {
  217. PRO_addStyle(css);
  218. } else if (typeof addStyle != "undefined") {
  219. addStyle(css);
  220. } else {
  221. var node = document.createElement("style");
  222. node.type = "text/css";
  223. node.appendChild(document.createTextNode(css));
  224. var heads = document.getElementsByTagName("head");
  225. if (heads.length > 0) {
  226. heads[0].appendChild(node);
  227. } else {
  228. document.documentElement.appendChild(node);
  229. }
  230. }
  231. })();
  232. //INDIA
  233. document.getElementById("a2b62ac8e274efdea").style.background = "rgba(0,0,0,0)";
  234. (function() {var css = [
  235. "#a2b62ac8e274efdea {",
  236. "height: 2500px;",
  237. "width: 800px;",
  238. "}"
  239. ].join("\n");
  240. if (typeof GM_addStyle != "undefined") {
  241. GM_addStyle(css);
  242. } else if (typeof PRO_addStyle != "undefined") {
  243. PRO_addStyle(css);
  244. } else if (typeof addStyle != "undefined") {
  245. addStyle(css);
  246. } else {
  247. var node = document.createElement("style");
  248. node.type = "text/css";
  249. node.appendChild(document.createTextNode(css));
  250. var heads = document.getElementsByTagName("head");
  251. if (heads.length > 0) {
  252. heads[0].appendChild(node);
  253. } else {
  254. document.documentElement.appendChild(node);
  255. }
  256. }
  257. })();
  258. // SB FRANK FRUIT
  259. document.getElementById("afd92b13c7d2075c2").style.background = "rgba(0,0,0,0)";
  260. (function() {var css = [
  261. "#afd92b13c7d2075c2 {",
  262. "height: 2500px;",
  263. "width: 800px;",
  264. "}"
  265. ].join("\n");
  266. if (typeof GM_addStyle != "undefined") {
  267. GM_addStyle(css);
  268. } else if (typeof PRO_addStyle != "undefined") {
  269. PRO_addStyle(css);
  270. } else if (typeof addStyle != "undefined") {
  271. addStyle(css);
  272. } else {
  273. var node = document.createElement("style");
  274. node.type = "text/css";
  275. node.appendChild(document.createTextNode(css));
  276. var heads = document.getElementsByTagName("head");
  277. if (heads.length > 0) {
  278. heads[0].appendChild(node);
  279. } else {
  280. document.documentElement.appendChild(node);
  281. }
  282. }
  283. })();
  284. //FrankFruit
  285. document.getElementById("a552dc17b7da3c3df").style.background = "rgba(0,0,0,0)";
  286. (function() {var css = [
  287. "#a552dc17b7da3c3df {",
  288. "height: 2500px;",
  289. "width: 800px;",
  290. "}"
  291. ].join("\n");
  292. if (typeof GM_addStyle != "undefined") {
  293. GM_addStyle(css);
  294. } else if (typeof PRO_addStyle != "undefined") {
  295. PRO_addStyle(css);
  296. } else if (typeof addStyle != "undefined") {
  297. addStyle(css);
  298. } else {
  299. var node = document.createElement("style");
  300. node.type = "text/css";
  301. node.appendChild(document.createTextNode(css));
  302. var heads = document.getElementsByTagName("head");
  303. if (heads.length > 0) {
  304. heads[0].appendChild(node);
  305. } else {
  306. document.documentElement.appendChild(node);
  307. }
  308. }
  309. })();
  310. // SB NY 2
  311. document.getElementById("a9c9dce289813f6b1").style.backgroundImage = "url('https://r4.wallpaperflare.com/wallpaper/951/583/798/fantasy-art-warrior-dark-souls-iii-dark-souls-wallpaper-5930c82d514a9d8bd637b87f30d1e6dd.jpg')";//link for bacground
  312. document.getElementById('a3ce30033fb690972').innerHTML = 'Ping IO';
  313. document.getElementById('enterGame').innerHTML = 'Join Server';
  314. document.getElementById('a64d9755f7e4fa678').innerHTML = 'Name Input here';
  315. document.getElementById('a9f94c1ffd5686385').innerHTML = 'Ping Script';
  316. document.getElementById('af3cad55f015d5432').innerHTML = 'Gears & Hats';
  317. // SB NY 1
  318. document.getElementById("a916b44d1925a4c97").style.backgroundImage = "url('https://r4.wallpaperflare.com/wallpaper/951/583/798/fantasy-art-warrior-dark-souls-iii-dark-souls-wallpaper-5930c82d514a9d8bd637b87f30d1e6dd.jpg')";//link for bacground
  319. document.getElementById('ab832c51590fbccb2').innerHTML = 'Ping IO';
  320. document.getElementById('enterGame').innerHTML = 'Join Server';
  321. document.getElementById('a37e4dbe2c83fd811').innerHTML = 'Name Input here';
  322. document.getElementById('a2505f02781965322').innerHTML = 'Ping Script';
  323. document.getElementById('a9b8bde3567123952').innerHTML = 'Gears & Hats';
  324. // SB FRANK FRUIT
  325. document.getElementById("a3a0e8c506302bba9").style.backgroundImage = "url('https://r4.wallpaperflare.com/wallpaper/951/583/798/fantasy-art-warrior-dark-souls-iii-dark-souls-wallpaper-5930c82d514a9d8bd637b87f30d1e6dd.jpg')";//link for bacground
  326. document.getElementById('a8a79bca7510537e3').innerHTML = 'Ping IO';
  327. document.getElementById('enterGame').innerHTML = 'Join Server';
  328. document.getElementById('nameInput').innerHTML = 'Name Input here';
  329. document.getElementById('a99b64678c327b577').innerHTML = 'Ping Script';
  330. document.getElementById('afd92b13c7d2075c2').innerHTML = 'Gears & Hats';
  331. //INDIA
  332. document.getElementById("ad91fda0531d0dfc4").style.backgroundImage = "url('https://r4.wallpaperflare.com/wallpaper/951/583/798/fantasy-art-warrior-dark-souls-iii-dark-souls-wallpaper-5930c82d514a9d8bd637b87f30d1e6dd.jpg')";//link for bacground
  333. document.getElementById('ad1aa22516057e70e').innerHTML = 'Ping IO';
  334. document.getElementById('enterGame').innerHTML = 'Join Server';
  335. document.getElementById('a5bdf7e4b0e5d8beb').innerHTML = 'Name Input here';
  336. document.getElementById('a93bd89c17247bff3').innerHTML = 'Ping Script';
  337. document.getElementById('a2b62ac8e274efdea').innerHTML = 'Gears & Hats';
  338. // US WEST
  339. document.getElementById("aec5d9a496a7751ee11abf5a9ee14365c").style.backgroundImage = "url('https://r4.wallpaperflare.com/wallpaper/951/583/798/fantasy-art-warrior-dark-souls-iii-dark-souls-wallpaper-5930c82d514a9d8bd637b87f30d1e6dd.jpg')";//link for bacground
  340. document.getElementById('afe872df4feed6bd35bc068dae64fb1af').innerHTML = 'Ping IO';
  341. document.getElementById('enterGame').innerHTML = 'Join Server';
  342. document.getElementById('a6414ed8b88921fb9').innerHTML = 'Name Input here';
  343. document.getElementById('aaebd022af1475222').innerHTML = 'Ping Script';
  344. document.getElementById('ab9e5aa203b788e47').innerHTML = 'Gears & Hats';
  345. //Frankfruit
  346. document.getElementById("a3f27700505652907").style.backgroundImage = "url('https://r4.wallpaperflare.com/wallpaper/951/583/798/fantasy-art-warrior-dark-souls-iii-dark-souls-wallpaper-5930c82d514a9d8bd637b87f30d1e6dd.jpg')";//link for bacground
  347. document.getElementById('aa86836dca78bab59').innerHTML = 'Ping IO';
  348. document.getElementById('enterGame').innerHTML = 'Join Server';
  349. document.getElementById('ae22ec13cce522b7f').innerHTML = 'Name Input here';
  350. document.getElementById('aeaf6226136d3cdf7').innerHTML = 'Ping Script';
  351. document.getElementById('a3ca17d59b5f56d58').innerHTML = 'Gears & Hats';
  352. //US New York
  353. document.getElementById("a0ccc1311bd7ca1ad").style.backgroundImage = "url('https://r4.wallpaperflare.com/wallpaper/951/583/798/fantasy-art-warrior-dark-souls-iii-dark-souls-wallpaper-5930c82d514a9d8bd637b87f30d1e6dd.jpg')";//link for bacground
  354. document.getElementById('a8c3ff308eb3aa7f3').innerHTML = 'Ping IO';
  355. document.getElementById('enterGame').innerHTML = 'Join Server';
  356. document.getElementById('aefe17235eafa4427').innerHTML = 'Name Input here';
  357. document.getElementById('adb2da2b2623014fd').innerHTML = 'Ping Script';
  358. document.getElementById('a8f39758c361aa7b8').innerHTML = 'Gears & Hats';