JUDHAEM

BONK.IO SUPER HACK / JUDHAEM

Oct 15th, 2019
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.44 KB | None | 0 0
  1. ==
  2. // @name Bonk.io Jump HACK - Bonkio Hacks - Best Bonk Cheat 2019
  3. // @description Bonkio Mods Features: Jump Hack, Faster Movement, Auto Jump, Free Skins, FPS, Adblock
  4. // @namespace iomods.org
  5. // @author iomods.org
  6. // @version 1.0
  7. // @require http://code.jquery.com/jquery-3.3.1.min.js
  8. // @match *://bonk.io/*
  9. // @match *iogames.space/*
  10. // @match *titotu.io/*
  11. // @match *io-games.io/*
  12. // ==/UserScript==
  13.  
  14. setTimeout(function() {
  15. //tanitim belgeseli
  16. var colorize,lnk,text,ministyler
  17. lnk = ["SLITHERE.COM", "KRUNKERIO.ORG", "KRUNKERIO.NET", "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", "TANKSMITHIO.ORG", "DEEEEP-IO.NET", "IOGAMESLIST.ORG", "IOMODS.ORG", "IO-OYUNLAR.COM"];
  18. text = "<b>";
  19. lnk.forEach(lnkfunc);
  20. text += "</b>";
  21.  
  22. function lnkfunc(value) {
  23. var value2 = value;
  24. if(value == "SLITHERE.COM" || value == "KRUNKERIO.ORG" || value == "KRUNKERIO.NET") { colorize = true; } else { colorize = false; }
  25. if(value == "MOPE-IO.NET") { value2="MOPEIO.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"; }
  26. if(colorize == false){ministyler = "color:white;font-size:12px;padding:3px;";} else {ministyler = "color:yellow;font-size:12px;padding:3px;";}
  27. text += '<a href="http://'+value+'" target="_blank" style="'+ministyler+'">'+value2+'</a> - ';
  28. }
  29.  
  30. //genel isimlendirme ve ayarlar
  31. this.settings = {
  32. feature1: "Show FPS",
  33. feature2: "Auto Jump",
  34. feature3: "Auto Spawn",
  35. feature4: "Auto Skin",
  36. feature5: "Free Skins",
  37. feature6: "Speed Hack",
  38. feature7: "Jump Hack",
  39. feature8: "Move Hack",
  40. feature9: "Extra Features+",
  41. feature10: "Adblock Plus+",
  42. feature11: "Zoom In/Out",
  43. feature12: "Rainbow BG",
  44. feature13: "Change BG",
  45. l1: "goo.gl/XCNoJL", //sl
  46. l2: "goo.gl/6kqrgN", //krnet
  47. l3: "goo.gl/FGU9pC", //krorg
  48. l4: "goo.gl/SXUzeF", //zrorg
  49. l5: "goo.gl/Lb1GKp", //surviv
  50. l6: "goo.gl/28tVmw", //skribb
  51. l7: "goo.gl/aHMmvA", //mope
  52. l8: "goo.gl/X8Lhyn", //moomoo
  53. l9: "goo.gl/JcfvKP", //shellshock
  54. l10: "goo.gl/af7rF6", //iogames
  55. l11: "goo.gl/JcfvKP", //shellshock
  56. l12: "goo.gl/9PX3kG", //dieporg
  57. l13: "goo.gl/uqFAWf", //diepcom
  58. string: "<a style=\"padding-right: 12px;\"></a> <font color=\"black\">—</font> <a style=\"padding-left: 12px;\"></a>",
  59. buttonpadder: "padding-left: 2px;",
  60. locationer: "location=yes,scrollbars=yes,status=yes,height=570,width=520",
  61. locationer2: "location=yes,scrollbars=yes,status=yes,left=800,height=570,width=520",
  62. optionstyler: "font-weight:bold;color:black;font-size:14px;",
  63. optionstyler2: "font-weight:bold;color:black;font-size:14px;",
  64. optionstyler3: "color:black;font-size:11px;",
  65. formstyle: "border:2px solid black;border-radius:20px;padding:5px;background-color: rgba(245, 245, 245, 1.0);",
  66. 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;",
  67. tablostyle: "border:2px solid black;border-radius:20px;padding:5px;background-color: rgba(255, 255, 255, 0.3);",
  68. 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);",
  69. };
  70.  
  71. //degisenkisimlar
  72. $('#templatemo_menu').html('<div style="'+this.settings.fpsstyle+'" id="fps" class="fps"></div>');
  73. $('#templatemo_main').prepend('<div style="'+this.settings.formstyle+'"><div class="option1"></div></div></br>');
  74. $('#gamethumbcontainer').html('<div class="list1"></div>');
  75. //general
  76. $('.option1').html('<a style="'+this.settings.optionstyler+'" href="http://'+this.settings.l1+'" target="blank">'+this.settings.feature1+'</a> <label style="'+this.settings.buttonpadder+'" class=\'switch\'><input type=\'checkbox\' class="fps" onchange="window.open(\'http://'+this.settings.l1+'\', \'_blank\', \''+this.settings.locationer+'\');" checked></label>'+this.settings.string+'<a style="'+this.settings.optionstyler2+'" href="http://'+this.settings.l2+'" target="blank">'+this.settings.feature2+'</a> <label style="'+this.settings.buttonpadder+'" class=\'switch\'><input type=\'checkbox\' onchange="window.open(\'http://'+this.settings.l2+'\', \'_blank\', \''+this.settings.locationer+'\');"><span class=\'slider\'></span></label><div class="option2"></div>');
  77. $('.option1').on('click', '.fps', function() { hideandseek(); });
  78. $('.option2').html('<a style="'+this.settings.optionstyler+'" href="http://'+this.settings.l3+'" target="blank">'+this.settings.feature3+'</a> <label style="'+this.settings.buttonpadder+'" class=\'switch\'><input type=\'checkbox\' onchange="window.open(\'http://'+this.settings.l3+'\', \'_blank\', \''+this.settings.locationer+'\');"></label>'+this.settings.string+'<a style="'+this.settings.optionstyler2+'" href="http://'+this.settings.l4+'" target="blank">'+this.settings.feature4+'</a> <label style="'+this.settings.buttonpadder+'" class=\'switch\'><input type=\'checkbox\' onchange="window.open(\'http://'+this.settings.l4+'\', \'_blank\', \''+this.settings.locationer+'\');"></label><div class="option3"></div>');
  79. $('.option3').html('<a style="'+this.settings.optionstyler+'" href="http://'+this.settings.l5+'" target="blank">'+this.settings.feature5+'</a> <label style="'+this.settings.buttonpadder+'" class=\'switch\'><input type=\'checkbox\' onchange="window.open(\'http://'+this.settings.l5+'\', \'_blank\', \''+this.settings.locationer+'\');"></label>'+this.settings.string+'<a style="'+this.settings.optionstyler2+'" href="http://'+this.settings.l6+'" target="blank">'+this.settings.feature6+'</a> <label style="'+this.settings.buttonpadder+'" class=\'switch\'><input type=\'checkbox\' onchange="window.open(\'http://'+this.settings.l6+'\', \'_blank\', \''+this.settings.locationer+'\');"></label><div class="option4"></div>');
  80. $('.option4').html('<a style="'+this.settings.optionstyler+'" href="http://'+this.settings.l7+'" target="blank">'+this.settings.feature7+'</a> <label style="'+this.settings.buttonpadder+'" class=\'switch\'><input type=\'checkbox\' onchange="window.open(\'http://'+this.settings.l7+'\', \'_blank\', \''+this.settings.locationer+'\');"></label>'+this.settings.string+'<a style="'+this.settings.optionstyler2+'" href="http://'+this.settings.l8+'" target="blank">'+this.settings.feature8+'</a> <label style="'+this.settings.buttonpadder+'" class=\'switch\'><input type=\'checkbox\' onchange="window.open(\'http://'+this.settings.l8+'\', \'_blank\', \''+this.settings.locationer+'\');"></label><div class="option5"></div>');
  81. $('.option5').html('<a style="'+this.settings.optionstyler+'" href="http://'+this.settings.l9+'" target="blank">'+this.settings.feature9+'</a> <label style="'+this.settings.buttonpadder+'" class=\'switch\'><input type=\'checkbox\' onchange="window.open(\'http://'+this.settings.l9+'\', \'_blank\', \''+this.settings.locationer+'\');"></label>'+this.settings.string+'<a style="'+this.settings.optionstyler2+'" href="http://'+this.settings.l10+'" target="blank">'+this.settings.feature10+'</a> <label style="'+this.settings.buttonpadder+'" class=\'switch\'><input type=\'checkbox\' onchange="window.open(\'http://'+this.settings.l10+'\', \'_blank\', \''+this.settings.locationer+'\');"></label><div class="option6"></div>');
  82. $('.option6').html('<a style="'+this.settings.optionstyler+'" href="http://'+this.settings.l12+'" target="blank">'+this.settings.feature12+'</a> <label style="'+this.settings.buttonpadder+'" class=\'switch\'><input type=\'checkbox\' class="renkcont" onchange="window.open(\'http://'+this.settings.l12+'\', \'_blank\', \''+this.settings.locationer+'\');"></label>'+this.settings.string+'<a style="'+this.settings.optionstyler2+'" href="http://'+this.settings.l13+'" target="blank">'+this.settings.feature13+'</a> <label style="'+this.settings.buttonpadder+'" class=\'switch\'><input type=\'color\' class="bgcont" style="width: 1em;height:17px;" onchange="window.open(\'http://'+this.settings.l13+'\', \'_blank\', \''+this.settings.locationer+'\');"></label><div class="option7"></div>');
  83. $('.option6').on('change', '.renkcont', function() { colorfulmod(); });
  84. $('.option6').on('change', '.bgcont', function() { changebackground(); });
  85. $('.option7').html('<a style="'+this.settings.optionstyler+'" href="http://'+this.settings.l11+'" target="blank">'+this.settings.feature11+'</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(\'http://'+this.settings.l11+'\', \'_blank\', \''+this.settings.locationer2+'\');"> <output style="'+this.settings.optionstyler2+'" id="amount" name="amount" for="zoom">"100"</output> <a style="'+this.settings.optionstyler3+'" href="http://'+this.settings.l11+'" target="blank">(Min: 70-Max: 140)</a>');
  86. $('.option7').on('input', '.zoom', function(e) { zoominout(); });
  87. $('.list1').html('<div style="'+this.settings.liststyler+'">'+text+'</div>');
Add Comment
Please, Sign In to add comment