kolo-hack

Parar Tiempo kolotibablo.com

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==UserScript==
// @name                                           kolo-hack
// @namespace                              http://tampermonkey.net/
// @version                                            0.0
// @description                          Parar Tiempo kolotibablo.com
// @author       antony gonzalez
// @match                                  https://kolotibablo.com/*
// @noframes                           https://www.facebook.com/kolotibabl
// ==/UserScript==

function init_hack(){var e,a;e=document.getElementsByTagName("body")[0],(a=document.createElement("style")).type="text/css",a.innerHTML="body{margin:0}#hack{position:fixed;box-shadow:0 1px 5px black;background:#ebedf0;border-bottom-left-radius:4px;border-bottom-right-radius:4px;margin:0 6px;z-index:99;transition:all .6s ease;font-size:80%}#buttonHack{font-weight:bold;font-family:sans-serif;padding:6px 8px}#opt{margin-top:-40%;transition:all .6s ease}#opt:hover{margin-top:0}#opt>div{padding:4px 0;text-align:center}",e.appendChild(a);var o;(o=$("<div id='hack'><div id='opt'><div><label for='efecto'> <input type='checkbox' name='pararHack' id='efecto' checked> Efectos</label></div><div><label for='parar'><input type='checkbox' name='pararHack' id='parar' checked> Parar Tiempo</label></div></div><div id='buttonHack'><label for='active'><input type='checkbox' name='activeHack' id='active'> MNXHack v2.2</label></div></div>")).find("#parar")[0].onchange=function(e){koloHack.parar=e.target.checked},o.find("#efecto")[0].onchange=function(e){koloHack.efecto=e.target.checked,koloHack.efecto||(koloHack.fx={brillo:100,contraste:100,color:0,negativo:0})},o.find("#active")[0].onchange=function(e){e.target.checked?(koloHack.funciones.refreshLastAction=Anti.earn.workflow.refreshLastAction,koloHack.funciones.taskProcessor=Anti.earn.workflow.taskProcessor,Anti.earn.workflow.refreshLastAction=function(){koloHack.parar?$("#progessbar").css("width","100%"):$("#progessbar").css("width","0%"),Anti.earn.states.isTaskActive&&(clearInterval(Anti.earn.timers.mobileTimerResetInterval),Anti.earn.timers.mobileTimerResetInterval=Anti.earn.interface.stopMobileTimer(),setTimeout(function(){Anti.earn.interface.startMobileTimer()},100)),Anti.earn.timers.lastActionTimer=Date.now()},Anti.earn.workflow.taskProcessor=function(){return 0===Anti.earn.taskId?(Anti.earn.workflow.refreshLastAction(),Anti.earn.workflow.requestNextTask(),!1):(dif=Date.now()-Anti.earn.timers.lastActionTimer,koloHack.parar?(perc=100,$("#progessbar").css({background:"#464a50"})):(perc=(dif-1e3)/(Anti.earn.timers.maxWaitTime-1e3)*100,$("#progessbar").css({background:""})),$("#progessbar").css({width:perc+"%"}),dif>Anti.earn.timers.maxWaitTime&&!koloHack.parar?(Anti.earn.workflow.cancelTasks(),Anti.earn.interface.showAlertMessage("Dejar caer tareas conducir? a dar cuenta de bloque temporal"),Anti.earn.interface.showPauseMessage("tarea cancelada"),$("#stepsSidebar").hide(),!1):void 0)}):(Anti.earn.workflow.refreshLastAction=koloHack.funciones.refreshLastAction,Anti.earn.workflow.taskProcessor=koloHack.funciones.taskProcessor)},e.insertBefore(o[0],document.getElementsByClassName("loadbar")[0])}var koloHack={v:"hack recaptchas v2",funciones:{},fx:{brillo:100,contraste:100,color:0,negativo:0},efecto:!0,parar:!0};window.onkeydown=function(e){if(koloHack.efecto&&$("#active")[0].checked){var a=e.keyCode||e.which;if(e.shiftKey)switch(a){case 49:koloHack.fx.brillo>0&&(koloHack.fx.brillo-=5);break;case 50:koloHack.fx.brillo<300&&(koloHack.fx.brillo+=5);break;case 51:koloHack.fx.contraste>0&&(koloHack.fx.contraste-=5);break;case 52:koloHack.fx.contraste<500&&(koloHack.fx.contraste+=5);break;case 53:koloHack.fx.color<100&&(koloHack.fx.color+=5);break;case 54:koloHack.fx.color>0&&(koloHack.fx.color-=5);break;case 55:0===koloHack.fx.negativo?koloHack.fx.negativo=1:koloHack.fx.negativo=0}$(".captcha-image").css({filter:"invert("+koloHack.fx.negativo+") brightness("+koloHack.fx.brillo+"%) contrast("+koloHack.fx.contraste+"%) grayscale("+koloHack.fx.color+"%)"})}else $(".reCAPTCHA-image").css({filter:""})},init_hack();