Old auto-fill captcha

airbender
by airbender · 7 posts
12 years ago in Javascript
Posted 12 years ago
I guess you can always try this and see what happens. I just downloaded the old code, and replaced the list of sites it should run on with IMVU.com

Code
// ==UserScript==
// @name           auto-fill captcha
// @version        0.1.1
// @namespace      http://herecomethelizards.co.uk/mu_captcha/
// @description    Auto-fills the megaupload captcha and auto-starts download
// @include        http://www.imvu.com/*
// @copyright      2009 Shaun Friedle
// @license        GPL version 3; http://www.gnu.org/copyleft/gpl.html
//
// ==/UserScript==


Maybe it will work, maybe not.
Posted 12 years ago
I dont see how this would work when javascript cannot read images and recaptch is a massive php generated image
Posted 12 years ago
Don Von Free Credits wrote:
Toyz wrote:
I dont see how this would work when javascript cannot read images and recaptch is a massive php generated image


The javascript could be communicating with php files.

if yu have there script
Posted 12 years ago
The script has lots of good reviews, so I am guessing it works: http://userscripts.org/scripts/reviews/38736

I am looking at the code right now, and it almost looks like they are reading hex data right from the gif into an array.
Posted 12 years ago
nice......

Create an account or sign in to comment

You need to be a member in order to leave a comment

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

Sign up for a new account in our community. It's easy!

REGISTER A NEW ACCOUNT