مۇنازىرىلەر » قۇرۇش تەلىپى

Looking for script can click on matching picture captcha with [http://www.spaste.com]

§
يوللانغان ۋاقتى: 2016-02-04

Looking for script can click on matching picture captcha with [http://www.spaste.com]

Looking for script can click on matching picture captcha with [http://www.spaste.com]

Link : http://www.spaste.com/p/?c=9uwv2P5403

I thing it posible , It working like this script "Original Source : https://greasyfork.org/en/scripts/9325-simple-html-numeric-captcha-solver"

§
يوللانغان ۋاقتى: 2016-02-08

Hi

§
يوللانغان ۋاقتى: 2016-02-08

No need to click.

// ==UserScript==
// @name         A simple bot test
// @namespace    moe.jixun.spaste
// @version      0.1
// @description  Testing :D
// @author       Jixun.Moe
// @include      http://www.spaste.com/site/checkPasteUrl?*
// @grant        none
// @run-at       document-end
// ==/UserScript==

addEventListener('load', bot, false);

function bot () {
    document.getElementById(globalCaptchaUserHashName).value = myCaptchaAns.map(function (ans) {
        return myCaptchaQuestions.indexOf(ans);
    }).join('');
    document.getElementById('template-contactform-submit').click();
}
§
يوللانغان ۋاقتى: 2016-02-09

Maybe it not work with : http://www.spaste.com/s/o1jDid

§
يوللانغان ۋاقتى: 2016-02-10

No is not. They have changed its verification method now.

جاۋاب قايتۇرۇش

جاۋاب قايتۇرۇش ئۈچۈن كىرىش.