PDA

View Full Version : ByPass Megaupload.Com Timer.



Home
04-19-2009, 04:11 AM
Hello, this is a little guide how to ByPass MegaUpload.Com Timer:


1.

Put your link in your addressbar and press "go"

2.

Insert Captcha Code

3.

Insert this JavaScript in it:


JavaScript:
count=1;

function countdown()
{
if (count > 0)
{
count--;
if(count == 0)
{
document.getElementById('downloadlink').style.disp lay = '';
document.getElementById('downloadcounter').style.d isplay = 'none';
}
if(count > 0)
{
document.getElementById("countdown").innerHTML = count;
setTimeout('countdown()',1000);
}
}
}

countdown();

And Press Enter.

There you go a "Download Button"


I was not able to find any bypass to Megaupload from google, so i tried out this and it worked.

Enjoy!

~Home

P.S Hopefully this is allowed.

Harry
04-19-2009, 05:33 AM
Or you can just use jDownloader, it does it automatically :D

But nice tut.

Mushini
04-22-2009, 06:53 AM
You can also type javascript:alert(count=1) into your url.
For the simple, less glamorous way..