Saltar captcha en www.megaupload.com By Hielasangre

Posted on miércoles, abril 21, 2010 by Puzzle

Elimina el tiempo de espera (megaupload)

Leyendo por ahí vi que había una manera de saltar el captcha de mega, así que me hice un script, en php, como es de costumbre :P
Lo único que hace el script es agregarle a nuestra url lo siguiente "mgr_dl.php?d=" para gestionar la descarga automática.


<style>

body, a, a:link, a:visited, a:hover, td {

font-family: verdana, sans-serif;

font-size: 16pt;

color: black;

}

a { font-weight: bold; }

input {

font-family: verdana, sans-serif;

font-size: 16pt;

border: black 2px solid;

padding: 2px;

}

#vid {

width: 500px;

}

</style>



<center>

<title>MegaDownloader - RemoteExecution</title>

<img src="http://img252.imageshack.us/img252/1215/mick.jpg"><br>

<form name="pr" action="" method="post">

<table align="center">

<td><input id="boton" type="text" name="web" size="50" maxlength="110" value="<?php echo $web; ?>"></td>

<td> </td>

<td><input id="boton" type="submit" name="submit" value="Descargar"></td>



</table>

</center>

<?php

ini_set('user_agent', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9');

/**

* @author www.delincuentedigital.com.ar

* @copyright 16/11/2009

*/

$web=$_POST['web'];

$submit=$_POST['submit'];

$buscar='http://';

if(isset($web)&&($web!= "")&&(isset($submit)&&($submit != "")))

{

//url de prueba: http://www.megaupload.com/?d=TADMUPNB

if(ereg($buscar, $web))

{

}else{

$web=$buscar.$web;

}

$url_divida=explode('?d=',$web);

$url_generada= $url_divida[0].'mgr_dl.php?d='.$url_divida[1];

echo '<iframe src="'.$url_generada.'"

width="0" height="0" scrolling="auto" frameborder="0" transparency>';

}

?>


0 comentarios:

Publicar un comentario