Heska
Administrator
Dołączył: 28 Gru 2024
Posty: 6
Przeczytał: 1 temat
Ostrzeżeń: 0/5
|
Wysłany: Sob 19:32, 28 Gru 2024 Temat postu: Auto zamykanie |
|
|
// ==UserScript==
// @name Anty lag + Zamykanie The Best
// @namespace tampermonkey net
// @version 0.1
// @description try to take over the world!
// @author Auto zamykanie
// @match *://*/
// @grant none
// ==/UserScript==
(function() {
'use strict';
function antyLag(){
if($('#battletimer')[0].innerText == "Walka zakończona." && $('#battle')[0].style["display"] == "block"){
_g("fight&a=exit");
console.log("Zamknięto okno.");
}
}
setInterval(function(){ antyLag(); }, 150);
})();
Post został pochwalony 0 razy
|
|