Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
823
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Krunker.io AIMBOT - Krunker io Hacks - Best Krunker Cheat 2019 | WORKING 09 MAY |
  3. // @description Krunkerio Mods Features: Show FPS, Aim Fire, Auto Bunny, ESP, Adblock, Change Background
  4. // @namespace Iomods.org
  5. // @author Iomods.org
  6. // @version 3.2.2
  7. // @require http://code.jquery.com/jquery-3.3.1.min.js
  8. // @match *://krunker.io/*
  9. // @match *iogames.space/*
  10. // @match *titotu.io/*
  11. // @match *io-games.io/*
  12. // @grant GM_xmlhttpRequest
  13. // @require http://code.jquery.com/jquery-3.3.1.min.js
  14. // @require https://code.jquery.com/ui/1.12.0/jquery-ui.min.js
  15. // @require https://cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.3.0/jquery-confirm.min.js
  16. // @run-at document-start
  17. // ==/UserScript==
  18.  
  19.  
  20. var checkgameloaded;
  21. unsafeWindow.checkgame=false;
  22. window.WebSocket.prototype.oldSend = WebSocket.prototype.send;
  23. window.WebSocket.prototype.send = function(m){
  24. if (!checkgameloaded){
  25. activatehack(this);
  26. }
  27. this.oldSend(m);
  28. }
  29.  
  30. window.chatmessage = window.Ze = (t, e, i) => {
  31. for (chatList.innerHTML += i ? "<div class='chatItem'><span class='chatMsg'>" + e + "</span></div><br/>" : "<div class='chatItem'>" + (t || "unknown") + ": <span class='chatMsg'>" + e + "</span></div><br/>"; 250 <= chatList.scrollHeight;) chatList.removeChild(chatList.childNodes[0])
  32. }
  33.  
  34. //default keys
  35. var keys;
  36. (function (keys) {
  37. keys["one"] = "I";
  38. keys["two"] = "J";
  39. keys["three"] = "L";
  40. keys["four"] = "U";
  41. keys["five"] = "H";
  42. keys["six"] = "G";
  43. keys["seven"] = "K";
  44. keys["eight"] = "P";
  45. keys["nine"] = "Z";
  46. keys["ten"] = "B";
  47. })(keys || (keys = {}));
  48.  
  49. var speeder;(function (speeder) {speeder["on"] = "1.250";speeder["info"] = "Speed Hack (?)";})(speeder || (speeder = {}));
  50.  
  51. function activatehack(socket){
  52. window.socket = socket;
  53. checkgameloaded = socket;
  54.  
  55. window.chatmessage("Krunkerio.org", `Welcome to <span style="color: red;">KrunkerHacks-OMG:0</span> <span style="color: yellow;">Check below the Leaderboard</span> in game for shortcuts`);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement