NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Enjooo // @namespace http://wad.ojooo.com/ // @version 0.1.1 // @description try to take over the world! // @author Pedrock // @match *://wad.ojooo.com/cks_te.php* // @match *://wad.ojooo.com/cks.php* // @grant none // ==/UserScript== (function() { 'use strict'; const runScript = function() { console.log('Script running!'); const endTime = Number(new Date()) + max_time * 1000; const handler = setInterval(function() { if (Number(new Date()) > endTime) { console.log('Bypass now!'); clearInterval(handler); zalicz=true; remove_bar(); } }, 500); }; let prevS = s; setInterval(function() { if (s && prevS !== s) { prevS = s; runScript(); } }, 500); })();