Facebook
From ja, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 330
  1.  
  2. // ==UserScript==
  3. // @name         Anty lag + Zamykanie The Best
  4. // @namespace    http://tampermonkey.net/
  5. // @version      0.1
  6. // @description  try to take over the world!
  7. // @author       Auto zamykanie
  8. // @match        *://*/
  9. // @grant        none
  10. // ==/UserScript==
  11.  
  12. (function() {
  13.     'use strict';
  14.  
  15.     function antyLag(){
  16.         if($('#battletimer')[0].innerText == "Walka zakończona." && $('#battle')[0].style["display"] == "block"){
  17.             _g('fight&a=quit');
  18.             console.log("Zamknięto okno.");
  19.         }
  20.     }
  21.     setInterval(function(){ antyLag(); }, 150);
  22. })();

Replies to anty jak BEZ KEYLOGERA rss

Title Name Language When
Re: anty jak BEZ KEYLOGERA Reliable Peafowl text 3 Years ago.
anty lag BEZ KEYLOGERA ja text 4 Years ago.