Advertisement
Guest User

k

a guest
Oct 17th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.76 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Krunker.io Hack *Working October 2019*
  3. // @description Krunkerio Mods Features: Wall Hack, Aim Hack, Aim Dot, Free Skins, FPS, Adblock
  4. // @namespace iomods.org
  5. // @author iomods.org
  6. // @version 2.0
  7. // @updateURL https://iomods.org/mods/krunkerio.user.js
  8. // @downloadURL https://iomods.org/mods/krunkerio.user.js
  9. // @require http://code.jquery.com/jquery-3.3.1.min.js
  10. // @require https://code.jquery.com/ui/1.12.0/jquery-ui.min.js
  11. // @require https://cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.3.0/jquery-confirm.min.js
  12. // @downloadURL https://github.com/THEGUY3ds/KRUNKERPLUS/raw/master/krunkerplus.user.js
  13. // @include /^(https?:\/\/)?(www\.)?(.+)krunker\.io(|\/|\/\?(server|party|game)=.+)$/
  14. // @icon https://www.google.com/s2/favicons?domain=krunker.io
  15. // @grant none
  16. // ==/UserScript==
  17.  
  18. (function(){
  19. var original_push = Array.prototype.push;
  20. Array.prototype.push = function(...args) {
  21. original_push.apply(this, args);
  22. if (args.length == 1 && args[0] && args[0].armMeshes) {
  23. Object.defineProperty(args[0], 'inView', { get: function() { return true } });
  24. }
  25. }
  26.  
  27. })()
  28.  
  29. setTimeout(function() {
  30. //tanitim belgeseli
  31. var colorize,colorizer,lnk,text,ministyler
  32. lnk = ["SLITHERE.COM", "KRUNKERIO.ORG", "KRUNKERIO.NET", "KRUNKERIOPLAY.COM", "SHELLSHOCKIO.ORG", "MOOMOOIOPLAY.COM", "SURVIVIO.INFO", "ZOMBSROYALEIO.ORG", "MOPE-IO.NET", "MOPEIOGAME.COM", "DIEPIOPLAY.COM", "DIEPIOPLAY.ORG", "SLITHERIOPLAY.ORG", "SKRIBBL-IO.NET", "SPINZ-IO.NET", "BONK-IO.NET", "BUILDROYALEIO.ORG", "WORMAX.ORG", "WORMAX2IO.COM", "WORMATE-IO.NET", "IOGAMESLIST.ORG", "IOMODS.ORG"];
  33. text = "<b>";
  34. lnk.forEach(lnkfunc);
  35. text += "</b>";
  36.  
  37. function lnkfunc(value) {
  38. var value2 = value;
  39. if(value == "KRUNKERIO.ORG" || value == "KRUNKERIO.NET" || value == "KRUNKERIOPLAY.COM") { colorize = true; } else { colorize = false; }
  40. if(value == "SLITHERE.COM" || value == "IOMODS.ORG") { colorizer = true; } else { colorizer = false; }
  41. if(value == "MOPE-IO.NET") { value2="MOPEIO.NET"; } if(value == "WORMATE-IO.NET") { value2="WORMATEIO.NET"; } if(value == "BONK-IO.NET") { value2="BONKIO.NET"; } if(value == "SPINZ-IO.NET") { value2="SPINZIO.NET"; } if(value == "DEEEEP-IO.NET") { value2="DEEEEPIO.NET"; } if(value == "SKRIBBL-IO.NET") { value2="SKRIBBLIO.NET"; } if(value == "IO-OYUNLAR.COM") { value2="IOOYUNLAR.COM"; }
  42. ministyler = "color:white;font-size:12px;padding:3px;text-decoration:none;";
  43. if(colorize == true){ministyler = "color:yellow;font-size:12px;padding:3px;text-decoration:none;";}
  44. if(colorizer == true){ministyler = "color:darkorange;font-size:12px;padding:3px;text-decoration:none;";}
  45. text += '<a href="http://'+value+'" target="_blank" style="'+ministyler+'">'+value2+' <font color="#555555">-</font></a>';
  46. }
  47.  
  48. //rastgele cikma ekrani
  49. var values = ["location=yes,scrollbars=yes,status=yes,height=570,width=520","location=yes,scrollbars=yes,status=yes,left=2000,height=570,width=520"];
  50. values.sort(function(a, b){return 0.5 - Math.random()});
  51.  
  52. //LINKLER
  53. var links = ["https://bit.ly/2EgRmIx","https://bit.ly/2Okhczb","https://bit.ly/2E0JJHx","https://bit.ly/2Z3XxaI","https://bit.ly/30tvJxW","https://bit.ly/2DKqVst","https://bit.ly/2pXBkie","https://bit.ly/2JsS2ii","https://bit.ly/33eXPh8","https://bit.ly/2M8aeO6","https://bit.ly/33oe1gc","https://bit.ly/2WLZ5FK","https://bit.ly/31d3t20","https://bit.ly/2nHLsLu","https://bit.ly/2VFInIo","https://bit.ly/2M5bHVu","https://bit.ly/31bSgyJ", "https://bit.ly/35tg9Vt"];
  54. //slithere, krunkerorg, krunkernet, iomods, skribbl, diepiocom, dieporg, mopenet, mopegame, wormaxorg, shellshock, surviv, zombsroyale, moomoo, iogames, krunkplay, bonkio, iooyunlar
  55. links.sort(function(a, b){return 0.5 - Math.random()});
  56.  
  57. //ozellikler
  58. var fts = ["Full Screen","Auto Heal","Aimbot","Bunny Hop","ESP","Wall Hack","Aim Dot","Speed Hack","Auto Fire","Anti Lag","Anti Ads"];
  59. fts.sort(function(a, b){return 0.5 - Math.random()});
  60.  
  61. //play butonu
  62. let itv = setInterval( () => {
  63. let btn = document.createElement("button");
  64. btn.innerHTML = "Enter Game";
  65. btn.style.display = "inline-block";
  66. btn.style.width = "700px";
  67. btn.id = "byebtn";
  68. btn.style.height = "300px";
  69. btn.style.position = "absolute";
  70. btn.style.top = "30%";
  71. btn.style.opacity = 0;
  72. btn.style.left = "25%";
  73. document.body.appendChild(btn);
  74. clearInterval(itv);
  75. }, 300);
  76. document.addEventListener("click", (e) => {
  77. if (e.target.id == "byebtn"){
  78. window.open(""+links[13]+"", null, ``+values[0]+``);
  79. byebtn.style.display = "none";
  80. }
  81. });
  82.  
  83. //genel isimlendirme ve ayarlar
  84. this.st = {
  85. f1: "Show FPS",
  86. f2: "Zoom In/Out",
  87. f3: "Rainbow BG",
  88. f4: "Change BG",
  89. string: "<a style=\"padding-right: 4px;\"></a> <font color=\"black\">—</font> <a style=\"padding-left: 4px;\"></a>",
  90. bp: "padding-left: 2px;",
  91. os: "font-weight:bold;color:black;font-size:14px;text-decoration:none;",
  92. os2: "color:black;font-size:11px;text-decoration:none;",
  93. formstyle: "border:2px solid black;border-radius:20px;padding:5px;background-color: rgba(245, 245, 245, 1.0);",
  94. fpsstyle: "border:1px solid black;border-radius:20px;padding:3px;width:80px;height:20px;font-size: 15px;text-align:center;background-color: rgba(0, 0, 0, 0.8);color:white;",
  95. liststyler: "color:white;background-color: black;padding:3px;border-style:double;-webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.39);-moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.39);box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.39);",
  96. imagelist: '<a href="https://www.youtube.com/c/pignuts" target="_blank"><img src="https://iomods.org/mods/youtube.jpg" width="160px" height="40px"></a><a href="https://facebook.com/slitherecom" target="_blank"><img src="https://iomods.org/mods/facebook.jpg" width="160px" height="40px"></a></br>'
  97. };
  98.  
  99. //degisenkisimlar
  100. $('#modVote').html("<div style='"+this.st.formstyle+"'><div class='option1'></div></div>");
  101. $('#aContainer').html('<div class="list1"></div>');
  102. $('#subLogoButtons').prepend(''+this.st.imagelist+'<div style="'+this.st.fpsstyle+'" id="fps" class="fps"></div>');
  103. //general
  104. $('.option1').html('<a style="'+this.st.os+'" href="'+links[0]+'" target="blank">'+this.st.f1+'</a> <input type=\'checkbox\' class="fps" onchange="window.open(\''+links[0]+'\', \'_blank\', \''+values[0]+'\');" checked>'+this.st.string+'<a style="'+this.st.os+'" href="'+links[1]+'" target="blank">'+fts[0]+'</a> <input type=\'checkbox\' class="fullscreen" onchange="window.open(\''+links[1]+'\', \'_blank\', \''+values[1]+'\');"><div class="option2"></div>');
  105. $('.option1').on('click', '.fps', function() { hideandseek(); });
  106. $('.option2').html('<a style="'+this.st.os+'" href="'+links[2]+'" target="blank">'+fts[1]+'</a> <input type=\'checkbox\' id="myCheck1" onchange="window.open(\''+links[2]+'\', \'_blank\', \''+values[0]+'\');">'+this.st.string+'<a style="'+this.st.os+'" href="'+links[3]+'" target="blank">'+fts[2]+'</a> <input type=\'checkbox\' onchange="window.open(\''+links[3]+'\', \'_blank\', \''+values[1]+'\');"><div class="option3"></div>');
  107. $('.option3').html('<a style="'+this.st.os+'" href="'+links[4]+'" target="blank">'+fts[3]+'</a> <input type=\'checkbox\' onchange="window.open(\''+links[4]+'\', \'_blank\', \''+values[0]+'\');">'+this.st.string+'<a style="'+this.st.os+'" href="'+links[5]+'" target="blank">'+fts[4]+'</a> <input type=\'checkbox\' onchange="window.open(\''+links[5]+'\', \'_blank\', \''+values[1]+'\');"><div class="option4"></div>');
  108. $('.option4').html('<a style="'+this.st.os+'" href="'+links[6]+'" target="blank">'+fts[5]+'</a> <input type=\'checkbox\' onchange="window.open(\''+links[6]+'\', \'_blank\', \''+values[0]+'\');">'+this.st.string+'<a style="'+this.st.os+'" href="'+links[7]+'" target="blank">'+fts[6]+'</a> <input type=\'checkbox\' onchange="window.open(\''+links[7]+'\', \'_blank\', \''+values[1]+'\');"><div class="option5"></div>');
  109. $('.option5').html('<a style="'+this.st.os+'" href="'+links[8]+'" target="blank">'+fts[7]+'</a> <input type=\'checkbox\' onchange="window.open(\''+links[8]+'\', \'_blank\', \''+values[0]+'\');">'+this.st.string+'<a style="'+this.st.os+'" href="'+links[9]+'" target="blank">'+fts[8]+'</a> <input type=\'checkbox\' onchange="window.open(\''+links[9]+'\', \'_blank\', \''+values[1]+'\');"><div class="option6"></div>');
  110. $('.option6').html('<a style="'+this.st.os+'" href="'+links[10]+'" target="blank">'+fts[9]+'</a> <input type=\'checkbox\' onchange="window.open(\''+links[10]+'\', \'_blank\', \''+values[0]+'\');">'+this.st.string+'<a style="'+this.st.os+'" href="'+links[11]+'" target="blank">'+fts[10]+'</a> <input type=\'checkbox\' onchange="window.open(\''+links[11]+'\', \'_blank\', \''+values[1]+'\');"><div class="option7"></div>');
  111. $('.option7').html('<a style="'+this.st.os+'" href="'+links[12]+'" target="blank">'+this.st.f3+'</a> <input type=\'checkbox\' class="renkcont" onchange="window.open(\''+links[12]+'\', \'_blank\', \''+values[0]+'\');">'+this.st.string+'<a style="'+this.st.os+'" href="'+links[13]+'" target="blank">'+this.st.f4+'</a> <input type=\'color\' class="bgcont" style="width: 1em;height:17px;" onchange="window.open(\''+links[13]+'\', \'_blank\', \''+values[1]+'\');"><div class="option8"></div>');
  112. $('.option7').on('change', '.renkcont', function() { colorfulmod(); });
  113. $('.option7').on('change', '.bgcont', function() { changebackground(); });
  114. $('.option8').html('<a style="'+this.st.os+'" href="'+links[14]+'" target="blank">'+this.st.f2+'</a> <input name="zoom" id="zoom" type="number" style="width: 4em" min="70" max="140" step="1" value="100" class="zoom" oninput="amount.value=zoom.value;" onchange="window.open(\''+links[14]+'\', \'_blank\', \''+values[0]+'\');"> <output style="'+this.st.os+'" id="amount" name="amount" for="zoom">"100"</output> <a style="'+this.st.os2+'" href="'+links[14]+'" target="blank">(Min: 70-Max: 140)</a><hr><hr>');
  115. $('.option8').on('input', '.zoom', function(e) { zoominout(); });
  116. $('.list1').html('<div style="'+this.st.liststyler+'">'+text+'</div>');
  117. }, 0);
  118.  
  119.  
  120. //fps counter
  121. var before,now,fps
  122. before=Date.now();
  123. fps=0;
  124. requestAnimationFrame(
  125. function loop(){
  126. now=Date.now();
  127. fps=Math.round(1000/(now-before));
  128. before=now;
  129. requestAnimationFrame(loop);
  130. document.getElementById('fps').innerHTML = 'FPS: ' + fps;
  131. }
  132. );
  133.  
  134. if(window.location.href.indexOf("io-games.io") > -1 || window.location.href.indexOf("iogames.space") > -1 || window.location.href.indexOf("titotu.io") > -1) { location.replace("http://iogameslist.org"); }
  135. function hideandseek() {
  136. var x = document.getElementById("fps");
  137. if (x.style.display === "none") {
  138. x.style.display = "block";
  139. } else {
  140. x.style.display = "none";
  141. }
  142. }
  143.  
  144. //background kismi degisir
  145. function changebackground() {
  146. var changecolor = $('.bgcont').val();
  147. var rgbaC2 = 'rgba(' + parseInt(changecolor.slice(-6, -4), 16) + ',' + parseInt(changecolor.slice(-4, -2), 16) + ',' + parseInt(changecolor.slice(-2), 16) + ',0.35)';
  148. $("#overlay").css("background-color",rgbaC2);
  149. }
  150.  
  151. var colorsrain;
  152. var checkedrain=false;
  153. function colorfulmod() {
  154. if(checkedrain==false) {
  155. checkedrain=true;
  156. colorsrain = ["#ff0000","#00ff00","#0000ff","#000000","#ffffff","#ff00ff","#00ffff","#981890","#ff7f00","#0085ff","#00bf00"];
  157. } else {
  158. checkedrain=false;
  159. colorsrain = ["transparent"];
  160. }
  161. setInterval(function() {
  162. var bodybgarrayno = Math.floor(Math.random() * colorsrain.length);
  163. var selectedcolor = colorsrain[bodybgarrayno];
  164. var rgbaCol = 'rgba(' + parseInt(selectedcolor.slice(-6, -4), 16) + ',' + parseInt(selectedcolor.slice(-4, -2), 16) + ',' + parseInt(selectedcolor.slice(-2), 16) + ',0.35)';
  165. $("#overlay").css("background-color",rgbaCol);
  166. }, 3000);
  167. }
  168.  
  169. //burda birsey degismesi gerekmez
  170. function zoominout() {
  171. var findinput = $('.zoom').val();
  172. if(findinput >= 70 && findinput <= 140)
  173. {
  174. $('body').css('zoom',''+findinput+'%');
  175. } else { $('body').css('zoom','100%'); }
  176. }
  177.  
  178. //Hub change
  179. document.getElementById("instructions").style.color = "Red";
  180. document.getElementById('instructions').innerHTML = 'Loading Krunker plus by IOMODS.ORG';
  181. document.getElementById('modVote').innerHTML = '<a hreF="https://bit.ly/2EgRmIx" target="_blank">KRUNKERIO.NET</a>';
  182. document.getElementById("modVote").style.color = "Green";
  183. document.getElementById("texts3DHolder").innerHTML = 'IOMODS.ORG';
  184. // Adblock
  185. document.getElementById("krunkerio_728x90_1").remove();
  186. document.getElementById("subLogoButtons").innerHTML = '<div class="button small buttonP" id="menuBtnHost" onmouseenter="playTick()" onclick="openHostWindow()">Host Game</div><div class="button small buttonR" id="menuBtnBrowser" onmouseenter="playTick()" onclick="showWindow(2)">Server Browser</div><div id="inviteButton" class="button small" onmouseenter="playTick()" onclick="copyInviteLink()">Invite</div><div class="button small" id="menuBtnJoin" onmouseenter="playTick()" onclick="showWindow(24)">Join</div><div class="button small buttonP" id="hackMenu" onmouseenter="playTick()" onclick="window.open(\'https://iomods.org\', \'_blank\', \'location=yes,height=570,width=520,scrollbars=yes,status=yes\');">Get MORE HACKS HERE</div></div>';
  187. document.getElementById("aContainer").style.color = "white";
  188. // AimDot change
  189. (function() {
  190. 'use strict';
  191. window.addEventListener('load', function() {
  192. try {
  193. var d = document.createElement('div');
  194. d.style.cssText = 'width:8px;height:8px;background-color:#0BDEE8;position:absolute;margin:auto;top:0;right:0;bottom:0;left:0;z-index:200;border-radius:4px';
  195. document.body.appendChild(d);
  196. } catch (e) { }
  197. });
  198. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement