Hack doomed2.io

By Dimazik123

当前为 2020-10-02 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Hack doomed2.io
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.2
  5. // @description By Dimazik123
  6. // @author You
  7. // @grant GM_setValue
  8. // @grant GM_getValue
  9. // @grant GM_addValue
  10. // @grant GM_addStyle
  11. // @grant GM_getResourceText
  12. // @run-at document-end
  13. // @match *://doomed2.io/*
  14. // ==/UserScript==
  15.  
  16.  
  17.  
  18.  
  19. if(window.location.href == "http://doomed2.io/" || window.location.href == "http://doomed2.io/index.html"){
  20. document.getElementById("banner_div").remove(); // ad
  21. document.getElementById("preroll").remove(); // ad
  22.  
  23. let canvas = document.getElementById("canvas"); // canvas
  24. document.getElementById("input_username").setAttribute('maxlength', 2222222222222); // infinity symbols for input_username
  25.  
  26. const times = [];
  27. let fps;
  28.  
  29. let HackFPS = document.createElement("div"); //FPS counter
  30. HackFPS.style = "position:absolute;top:-8px;right:0px; left:245px;display:none;";
  31. HackFPS.innerHTML = `
  32. <p>FPS = <span id="TakeFPS"></span></p>
  33. `;
  34.  
  35. document.getElementById("console_div").appendChild(HackFPS);// Paste HackFPS
  36.  
  37. function refreshLoop() {
  38. window.requestAnimationFrame(() => {
  39. const now = performance.now();
  40. while (times.length > 0 && times[0] <= now - 1000) {
  41. times.shift();
  42. }
  43. times.push(now);
  44. fps = times.length;
  45. refreshLoop();
  46. document.getElementById("TakeFPS").innerHTML = fps; // paste fps in span
  47. });
  48. }
  49. refreshLoop(); // start fps function
  50.  
  51. //Hack menu
  52.  
  53. let HackMenu = document.createElement("div");
  54. HackMenu.id = "HackMenu";
  55. HackMenu.style = "display: none;";
  56. HackMenu.innerHTML = `
  57. <h3 style="text-align:center;font-size:23px;font-weight: 900;background: linear-gradient(to right,#ff8a00,#da1b60);-webkit-background-clip: text;-webkit-text-fill-color: transparent;">KrityHack v1.2</h3>
  58. <p class="functions" id="ShowFPS">ShowFPS</p>
  59. <p class="functions" id="Cursor">Cursor</p>
  60. <p class="functions" id="HotKeys">HotKeys</p>
  61. <p class="functions" id="ShowMyObjects">ShowMyObjects</p>
  62. <p class="functions" id="KeepMarkersOnDeath">KeepMarkersOnDeath</p>
  63. <p class="functions" id="Tracer">Tracer</p>
  64. <p class="functions" id="Boosters">Boosters</p>
  65. <p class="functions" id="IWantFap">IWantFap</p>
  66. `;
  67.  
  68. document.getElementById("game_page").appendChild(HackMenu);
  69.  
  70. document.getElementById("HotKeys").onclick = function (){
  71. if(this.style.color == ""){
  72. this.style.color = "rgb(255,219,0)";
  73. }
  74. else{
  75. this.style.color = "";
  76. }
  77. };
  78.  
  79. document.getElementById("ShowFPS").onclick = function (){
  80. if(this.style.color == "" || HackFPS.style.display == "none"){
  81. this.style.color = "rgb(255,219,0)";
  82. HackFPS.style.display = "block";
  83. }
  84. else{
  85. this.style.color = "";
  86. HackFPS.style.display = "none";
  87. }
  88. };
  89.  
  90. document.getElementById("Cursor").onclick = function (){
  91. if(this.style.color == ""){
  92. this.style.color = "rgb(255,219,0)";
  93. canvas.style = "cursor:url(https://drive.google.com/u/0/uc?id=1ima7DNPRd88iLBr6dI75BtBKl_lTqFFn&export=download), default;";
  94. }
  95. else{
  96. this.style.color = "";
  97. canvas.style = "cursor:crosshair;";
  98. }
  99. };
  100.  
  101. document.getElementById("HotKeys").onclick = function (){
  102. if(this.style.color == ""){
  103. this.style.color = "rgb(255,219,0)";
  104. }
  105. else{
  106. this.style.color = "";
  107. }
  108. };
  109.  
  110. document.getElementById("KeepMarkersOnDeath").onclick = function (){
  111. if(this.style.color == ""){
  112. this.style.color = "rgb(255,219,0)";
  113. }
  114. else{
  115. this.style.color = "";
  116. }
  117. };
  118.  
  119. document.getElementById("ShowMyObjects").onclick = function (){
  120. if(this.style.color == ""){
  121. this.style.color = "rgb(255,219,0)";
  122. }
  123. else{
  124. this.style.color = "";
  125. }
  126. };
  127.  
  128. document.getElementById("Tracer").onclick = function (){
  129. if(this.style.color == ""){
  130. this.style.color = "rgb(255,219,0)";
  131. }
  132. else{
  133. this.style.color = "";
  134. }
  135. };
  136.  
  137. document.getElementById("Boosters").onclick = function (){
  138. if(this.style.color == ""){
  139. this.style.color = "rgb(255,219,0)";
  140. }
  141. else{
  142. this.style.color = "";
  143. }
  144. };
  145.  
  146. document.getElementById("IWantFap").onclick = function (){
  147. if(this.style.color == ""){
  148. this.style.color = "rgb(255,219,0)";
  149. let inputClan = document.getElementById("input_clan_name");
  150. let createClan = document.getElementById("create_join_clan_button");
  151. let leaveClan = document.getElementById("leave_clan_button");
  152. let valueTry = prompt("Сколько раз повторить дрочку ?", 10);
  153. let valueInterval = prompt("Выберите длительность дрочки в секундах", 0.5);
  154. valueInterval = valueInterval * 1000;
  155.  
  156. for(let i = 0, value = 0;i < valueTry;i++){
  157. value = valueInterval + value;
  158. setTimeout(function(){inputClan.value = "8✊===D";}, value);
  159. setTimeout(function(){createClan.click();}, value);
  160. setTimeout(function(){leaveClan.click();}, value + valueInterval);
  161. value = valueInterval + value;
  162. setTimeout(function(){inputClan.value = "8=✊==D";}, value);
  163. setTimeout(function(){createClan.click();}, value);
  164. setTimeout(function(){leaveClan.click();}, value + valueInterval);
  165. value = valueInterval + value;
  166. setTimeout(function(){inputClan.value = "8==✊=D";}, value);
  167. setTimeout(function(){createClan.click();}, value);
  168. setTimeout(function(){leaveClan.click();}, value + valueInterval);
  169. value = valueInterval + value;
  170. setTimeout(function(){inputClan.value = "8===✊D";}, value);
  171. setTimeout(function(){createClan.click();}, value);
  172. setTimeout(function(){leaveClan.click();}, value + valueInterval);
  173. value = valueInterval + value;
  174. setTimeout(function(){inputClan.value = "8===✊D~~";}, value);
  175. setTimeout(function(){createClan.click();}, value);
  176. setTimeout(function(){leaveClan.click();}, value + valueInterval);
  177. value = valueInterval + value;
  178. setTimeout(function(){inputClan.value = "8===✊D";}, value);
  179. setTimeout(function(){createClan.click();}, value);
  180. setTimeout(function(){leaveClan.click();}, value + valueInterval);
  181. value = valueInterval + value;
  182. setTimeout(function(){inputClan.value = "8==✊=D";}, value);
  183. setTimeout(function(){createClan.click();}, value);
  184. setTimeout(function(){leaveClan.click();}, value + valueInterval);
  185. value = valueInterval + value;
  186. setTimeout(function(){inputClan.value = "8=✊==D";}, value);
  187. setTimeout(function(){createClan.click();}, value);
  188. setTimeout(function(){leaveClan.click();}, value + valueInterval);
  189.  
  190. if(i == valueTry - 1){
  191. setTimeout(function(){document.getElementById("IWantFap").style.color = "";}, value + valueInterval);
  192. }
  193.  
  194. }
  195. }
  196. };
  197.  
  198. GM_addStyle(`
  199. #HackMenu{
  200. border-radius:5px;
  201. border:1px solid white;
  202. background-color:rgb(0,0,0,0.5);
  203. position:absolute;
  204. width:200px;
  205. padding:10px 10px 10px 15px;
  206. top:20%;
  207. left:20%;
  208. }
  209. .functions{
  210. font-size:19px;
  211. font-weight:900;
  212. color:rgb(255,219,0,0.2);
  213. padding-left:5px;
  214. border-left:3px solid transparent;
  215. }
  216. .functions:hover{
  217. cursor:pointer;
  218. color:rgb(255,219,0,0.7);
  219. border-left:3px solid red;
  220. }
  221. `);
  222.  
  223. document.getElementById("server_url_menu").style.visibility = "hidden";
  224.  
  225. document.getElementById("server_url_button").onclick = function(){
  226. if(HackMenu.style.display === "none"){
  227. HackMenu.style.display = "block";
  228. }
  229. else{
  230. HackMenu.style.display = "none"
  231. }
  232. };
  233. console.log("Doomed2.io");
  234.  
  235. //Name Hack
  236.  
  237. const abc = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
  238. const letters = ["𝐚𝐛𝐜𝐝𝐞𝐟𝐠𝐡𝐢𝐣𝐤𝐥𝐦𝐧𝐨𝐩𝐪𝐫𝐬𝐭𝐮𝐯𝐰𝐱𝐲𝐳𝐀𝐁𝐂𝐃𝐄𝐅𝐆𝐇𝐈𝐉𝐊𝐋𝐌𝐍𝐎𝐏𝐐𝐑𝐒𝐓𝐔𝐕𝐖𝐗𝐘𝐙","𝘢𝘣𝘤𝘥𝘦𝘧𝘨𝘩𝘪𝘫𝘬𝘭𝘮𝘯𝘰𝘱𝘲𝘳𝘴𝘵𝘶𝘷𝘸𝘹𝘺𝘻𝘈𝘉𝘊𝘋𝘌𝘍𝘎𝘏𝘐𝘑𝘒𝘓𝘔𝘕𝘖𝘗𝘘𝘙𝘚𝘛𝘜𝘝𝘞𝘟𝘠𝘡","𝙖𝙗𝙘𝙙𝙚𝙛𝙜𝙝𝙞𝙟𝙠𝙡𝙢𝙣𝙤𝙥𝙦𝙧𝙨𝙩𝙪𝙫𝙬𝙭𝙮𝙯𝘼𝘽𝘾𝘿𝙀𝙁𝙂𝙃𝙄𝙅𝙆𝙇𝙈𝙉𝙊𝙋𝙌𝙍𝙎𝙏𝙐𝙑𝙒𝙓𝙔𝙕","𝚊𝚋𝚌𝚍𝚎𝚏𝚐𝚑𝚒𝚓𝚔𝚕𝚖𝚗𝚘𝚙𝚚𝚛𝚜𝚝𝚞𝚟𝚠𝚡𝚢𝚣𝙰𝙱𝙲𝙳𝙴𝙵𝙶𝙷𝙸𝙹𝙺𝙻𝙼𝙽𝙾𝙿𝚀𝚁𝚂𝚃𝚄𝚅𝚆𝚇𝚈𝚉","𝔞𝔟𝔠𝔡𝔢𝔣𝔤𝔥𝔦𝔧𝔨𝔩𝔪𝔫𝔬𝔭𝔮𝔯𝔰𝔱𝔲𝔳𝔴𝔵𝔶𝔷𝔄𝔅ℭ𝔇𝔈𝔉𝔊ℌℑ𝔍𝔎𝔏𝔐𝔑𝔒𝔓𝔔ℜ𝔖𝔗𝔘𝔙𝔚𝔛𝔜ℨ","𝖆𝖇𝖈𝖉𝖊𝖋𝖌𝖍𝖎𝖏𝖐𝖑𝖒𝖓𝖔𝖕𝖖𝖗𝖘𝖙𝖚𝖛𝖜𝖝𝖞𝖟𝕬𝕭𝕮𝕯𝕰𝕱𝕲𝕳𝕴𝕵𝕶𝕷𝕸𝕹𝕺𝕻𝕼𝕽𝕾𝕿𝖀𝖁𝖂𝖃𝖄𝖅","𝒶𝒷𝒸𝒹𝑒𝒻𝑔𝒽𝒾𝒿𝓀𝓁𝓂𝓃𝑜𝓅𝓆𝓇𝓈𝓉𝓊𝓋𝓌𝓍𝓎𝓏𝒜𝐵𝒞𝒟𝐸𝐹𝒢𝐻𝐼𝒥𝒦𝐿𝑀𝒩𝒪𝒫𝒬𝑅𝒮𝒯𝒰𝒱𝒲𝒳𝒴𝒵","𝓪𝓫𝓬𝓭𝓮𝓯𝓰𝓱𝓲𝓳𝓴𝓵𝓶𝓷𝓸𝓹𝓺𝓻𝓼𝓽𝓾𝓿𝔀𝔁𝔂𝔃𝓐𝓑𝓒𝓓𝓔𝓕𝓖𝓗𝓘𝓙𝓚𝓛𝓜𝓝𝓞𝓟𝓠𝓡𝓢𝓣𝓤𝓥𝓦𝓧𝓨𝓩","ⓐⓑⓒⓓⓔⓕⓖⓗⓘⓙⓚⓛⓜⓝⓞⓟⓠⓡⓢⓣⓤⓥⓦⓧⓨⓩⒶⒷⒸⒹⒺⒻⒼⒽⒾⒿⓀⓁⓂⓃⓄⓅⓆⓇⓈⓉⓊⓋⓌⓍⓎⓏ","🅐🅑🅒🅓🅔🅕🅖🅗🅘🅙🅚🅛🅜🅝🅞🅟🅠🅡🅢🅣🅤🅥🅦🅧🅨🅩🅐🅑🅒🅓🅔🅕🅖🅗🅘🅙🅚🅛🅜🅝🅞🅟🅠🅡🅢🅣🅤🅥🅦🅧🅨🅩","𝕒𝕓𝕔𝕕𝕖𝕗𝕘𝕙𝕚𝕛𝕜𝕝𝕞𝕟𝕠𝕡𝕢𝕣𝕤𝕥𝕦𝕧𝕨𝕩𝕪𝕫𝔸𝔹ℂ𝔻𝔼𝔽𝔾ℍ𝕀𝕁𝕂𝕃𝕄ℕ𝕆ℙℚℝ𝕊𝕋𝕌𝕍𝕎𝕏𝕐ℤ","abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ","ᴀʙᴄᴅᴇғɢʜɪᴊᴋʟᴍɴᴏᴘǫʀsᴛᴜᴠᴡxʏᴢᴀʙᴄᴅᴇғɢʜɪᴊᴋʟᴍɴᴏᴘǫʀsᴛᴜᴠᴡxʏᴢ","ᗩᗷᑕᗪEᖴGᕼIᒍKᒪᗰᑎOᑭᑫᖇᔕTᑌᐯᗯ᙭YᘔᗩᗷᑕᗪEᖴGᕼIᒍKᒪᗰᑎOᑭᑫᖇᔕTᑌᐯᗯ᙭Yᘔ","αв¢∂єfgнιנкℓмиσρqяѕтυνωχуzαв¢∂єfgнιנкℓмиσρqяѕтυνωχуz","αвcdeғɢнιjĸlмɴopqrѕтυvwхyzαвcdeғɢнιjĸlмɴopqrѕтυvwхyz","αвcdєfghíjklmnσpqrstuvwхчzαвcdєfghíjklmnσpqrstuvwхчz","卂乃匚ᗪ乇千Ꮆ卄丨フҜㄥ爪几ㄖ卩Ɋ尺丂ㄒㄩᐯ山乂ㄚ乙卂乃匚ᗪ乇千Ꮆ卄丨フҜㄥ爪几ㄖ卩Ɋ尺丂ㄒㄩᐯ山乂ㄚ乙"
  239. ];
  240. const styles = [
  241. "Default (Name Font)","𝐁𝐨𝐥𝐝","𝘐𝘵𝘢𝘭𝘪𝘤","𝘽𝙤𝙡𝙙+𝙄𝙩𝙖𝙡𝙞𝙘","𝙼𝚘𝚗𝚘𝚜𝚙𝚊𝚌𝚎","𝔉𝔯𝔞𝔨𝔱𝔲𝔯","𝕭𝖔𝖑𝖉+𝕱𝖗𝖆𝖐𝖙𝖚𝖗","𝐻𝒶𝓃𝒹","𝓑𝓸𝓵𝓭+𝓗𝓪𝓷𝓭","Ⓑⓤⓑⓑⓛⓔⓢ","🅑🅛🅐🅒🅚 🅑🅤🅑🅑🅛🅔🅢","𝔻𝕠𝕦𝕓𝕝𝕖","Thin","sᴍᴀʟʟ ᴄᴀᴘs","ᔕᑭEᑕIᗩᒪ","αитяσρвια","ѕмooтнer","pαrαnσrmαl","千卂几匚ㄚ"
  242. ];
  243.  
  244.  
  245. (function (){
  246. var styleSelect = document.createElement("select");
  247. styleSelect.style.backgroundColor = "#1a1a1a";
  248. styleSelect.style.color = "white";
  249. styleSelect.style.marginTop = "3px";
  250. styleSelect.style.width = "300px";
  251. styleSelect.id = "fontselecter";
  252. for (var k = 0; k < styles.length; k++) {
  253. var option = document.createElement("option");
  254. option.text = styles[k];
  255. styleSelect.add(option);
  256. }
  257.  
  258. //document.querySelector("body > div:nth-child(3) > div:nth-child(5) > div:nth-child(2)").appendChild(styleSelect);
  259. document.querySelector("#social_icon_div > div:nth-child(2)").appendChild(styleSelect);
  260. document.querySelector("#fontselecter option").style.width = "300px";
  261.  
  262. styleSelect.selectedIndex = GM_getValue("style");
  263. styleSelect.onchange = function () {
  264. GM_setValue("style", styleSelect.selectedIndex);
  265. };
  266.  
  267. var chatInput = document.getElementById("input_username");
  268. chatInput.onkeyup = function () {
  269. if (
  270. ((styleSelect.selectedIndex !== 0) & !chatInput.value.startsWith("/")) |
  271. chatInput.value.startsWith("/p ")
  272. ) {
  273. var fancyText = chatInput.value.startsWith("/p ")
  274. ? chatInput.value.substr(3)
  275. : chatInput.value;
  276. for (var k = 0; k < 52; k++) {
  277. var regex = new RegExp(abc[k], "g");
  278. fancyText = fancyText.replace(
  279. regex,
  280. Array.from(letters[styleSelect.selectedIndex - 1])[k]
  281. );
  282. }
  283. chatInput.value = chatInput.value.startsWith("/p ")
  284. ? "/p " + fancyText
  285. : fancyText;
  286. }
  287. };
  288. }());
  289.  
  290.  
  291. let AAAAAAAAAAAAAAAAAAAA = true;
  292. document.getElementById("connect_button").onclick = setTimeout(function (){
  293. if(AAAAAAAAAAAAAAAAAAAA){
  294. AAAAAAAAAAAAAAAAAAAA = false;
  295. (function chatSymbolsHack(){
  296. var styleSelect = document.createElement("select");
  297. styleSelect.style = "z-index:999999999;position: absolute;cursor: pointer;left: 84px;top: 37px;color: white;width: 300px";
  298. styleSelect.style.backgroundColor = "#1a1a1a";
  299. styleSelect.id = "fontselecter1";
  300. for (var k = 0; k < styles.length; k++) {
  301. var option = document.createElement("option");
  302. option.text = styles[k];
  303. styleSelect.add(option);
  304. }
  305.  
  306. //document.querySelector("body > div:nth-child(3) > div:nth-child(5) > div:nth-child(2)").appendChild(styleSelect);
  307. document.querySelector("#game_page > div").appendChild(styleSelect);
  308. document.querySelector("#fontselecter1 option").style.width = "300px";
  309.  
  310. styleSelect.selectedIndex = GM_getValue("style");
  311. styleSelect.onchange = function () {
  312. GM_setValue("style", styleSelect.selectedIndex);
  313. };
  314.  
  315. var chatInput = document.getElementById("console_text_input");
  316. chatInput.onkeyup = function () {
  317. if (
  318. ((styleSelect.selectedIndex !== 0) & !chatInput.value.startsWith("/")) |
  319. chatInput.value.startsWith("/p ")
  320. ) {
  321. var fancyText = chatInput.value.startsWith("/p ")
  322. ? chatInput.value.substr(3)
  323. : chatInput.value;
  324. for (var k = 0; k < 52; k++) {
  325. var regex = new RegExp(abc[k], "g");
  326. fancyText = fancyText.replace(
  327. regex,
  328. Array.from(letters[styleSelect.selectedIndex - 1])[k]
  329. );
  330. }
  331. chatInput.value = chatInput.value.startsWith("/p ")
  332. ? "/p " + fancyText
  333. : fancyText;
  334. }
  335. };
  336. }());
  337.  
  338. (function clanSymbolsHack(){
  339. var styleSelect = document.createElement("select");
  340. styleSelect.style.backgroundColor = "#1a1a1a";
  341. styleSelect.style.color = "white";
  342. styleSelect.style.marginTop = "3px";
  343. styleSelect.style.width = "300px";
  344. styleSelect.id = "fontselecter2";
  345. for (var k = 0; k < styles.length; k++) {
  346. var option = document.createElement("option");
  347. option.text = styles[k];
  348. styleSelect.add(option);
  349. }
  350.  
  351. //document.querySelector("body > div:nth-child(3) > div:nth-child(5) > div:nth-child(2)").appendChild(styleSelect);
  352. document.querySelector("#clan_menu").appendChild(styleSelect);
  353. document.querySelector("#fontselecter2 option").style.width = "300px";
  354.  
  355. styleSelect.selectedIndex = GM_getValue("style");
  356. styleSelect.onchange = function () {
  357. GM_setValue("style", styleSelect.selectedIndex);
  358. };
  359.  
  360. var chatInput = document.getElementById("input_clan_name");
  361. chatInput.onkeyup = function () {
  362. if (
  363. ((styleSelect.selectedIndex !== 0) & !chatInput.value.startsWith("/")) |
  364. chatInput.value.startsWith("/p ")
  365. ) {
  366. var fancyText = chatInput.value.startsWith("/p ")
  367. ? chatInput.value.substr(3)
  368. : chatInput.value;
  369. for (var k = 0; k < 52; k++) {
  370. var regex = new RegExp(abc[k], "g");
  371. fancyText = fancyText.replace(
  372. regex,
  373. Array.from(letters[styleSelect.selectedIndex - 1])[k]
  374. );
  375. }
  376. chatInput.value = chatInput.value.startsWith("/p ")
  377. ? "/p " + fancyText
  378. : fancyText;
  379. }
  380. };
  381.  
  382. })();
  383. }
  384. },2000);
  385.  
  386. //Name Hack
  387.  
  388. //Default settings
  389.  
  390. let FPS_COUNTER = true;
  391. let CURSOR = true;
  392.  
  393. document.getElementById("connect_button").onclick = function (){
  394. if(FPS_COUNTER){
  395. HackFPS.style.display = "block";
  396. document.getElementById("ShowFPS").style.color = "rgb(255,219,0)";
  397. }
  398. if(CURSOR){
  399. setTimeout(() => {
  400. document.getElementById("Cursor").style.color = "rgb(255,219,0)";
  401. canvas.style = "cursor:url(https://drive.google.com/u/0/uc?id=1ima7DNPRd88iLBr6dI75BtBKl_lTqFFn&export=download), default;";
  402. },2000);
  403. }
  404. };
  405. //Default settings
  406.  
  407. }else if(window.location.href == "http://doomed2.io/leaderboard.html"){
  408. document.querySelector("body > div").style = "max-width:1300px; margin:0 auto;text-align:center;left:0;right:0";
  409. document.querySelector("body > div > div > div:nth-child(2)").style = "text-align:center;margin:10px 0";
  410. document.querySelector("body > div > div > div:nth-child(3)").style = "text-align:center;margin:10px 0";
  411.  
  412. let aTop25 = document.createElement("a");
  413. aTop25.innerText = "Top 25 players of Doomed2.io";
  414. aTop25.href = "https://krityteam.github.io/Doomed2-LeaderBoard/";
  415. aTop25.style = "font-size:20px;font-weight:700;font-family:inherit;margin:15px auto;display:block;border-radius:10px;text-decoration:none;width: 800px;height:auto;overflow:hidden;background-color:#cf0e0e;color:white;padding: 10px;";
  416. aTop25.target = "_blank";
  417.  
  418. document.querySelector("body > div > div > div:nth-child(3)").appendChild(aTop25);
  419.  
  420. console.log("LeaderBoard of Doomed2.io");
  421. }
  422.  
  423. setTimeout(function HackActivated(){
  424. console.log("Doomed2.io HACK ACTIVATED"); // Send in console message
  425. console.log("Doomed2.io HACK ACTIVATED"); // Send in console message
  426. console.log("Doomed2.io HACK ACTIVATED"); // Send in console message
  427. console.log("By Dimazik123"); // Send in console message
  428. },6000);