Saturday, 23 July 2011

Cookie Editor without Addon

Adding Cookies without Add-Ons
just go to the website u want to download from, paste the script into the adress bar and press enter

Megaupload:
Code:
javascript:hf="http://www.megaupload.com/";if(location.href.indexOf("www.megaupload.com")==-1){g=confirm("Make%20sure%20if%20you%20are%20on%20Megaupload%20page,%20click%20OK%20to%20direc​t-to%20Megaupload%20now!");if(g)location.href=hf;void(0);}else{c=prompt("Insert%20your%20Megaupload%20Cookie","cookie%20Megaupload");if(c){r=confirm("Rememeber%20this%20cookie?");d=new%20Date();nd=new%20Date(d.getFullYear()+1,2,11);void(document.cookie="user="+c+";domain=.megaupload.com;path=/;"+(r?"expires="+nd:""));location.href=hf}void(0)}

Fileserve:
Code:
javascript:hf="http://www.fileserve.com/";if(location.href.indexOf("www.fileserve.com")==-1){g=confirm("Make%20sure%20if%20you%20are%20on%20fileserve%20page,%20click%20OK%20to%20direct​-to%20fileserve%20now!");if(g)location.href=hf;void(0);}else{c=prompt("Insert%20your%20fileserve%20Cookie","cookie%20fileserve");if(c){r=confirm("Remember%20this%20cookie?");d=new%20Date();nd=new%20Date(d.getFullYear()+1,2,11);void(document.cookie="cookie="+c+";domain=.fileserve.com;path=/;"+(r?"expires="+nd:""));location.href=hf}void(0)}

Hotfile:
Code:
javascript:hf="http://hotfile.com/";if(location.href.indexOf("http://hotfile.com")==-1){g=confirm("Make%20sure%20if%20you%20are%20on%20Hotfile%20page,%20click%20OK%20to%20direct-to%20Hotfile%20now!");if(g)location.href=hf;void(0);}else{c=prompt("Insert%20your%20Hotfile%20Cookie","cookie%20hotfile");if(c){r=confirm("Remember%20this%20cookie?");d=new%20Date();nd=new%20Date(d.getFullYear()+1,2,11);void(document.cookie="auth="+c+";domain=.hotfile.com;path=/;"+(r?"expires="+nd:""));location.href=hf}void(0)}

Rapidshare:
Code:
javascript:hf="http://rapidshare.com/";if(location.href.indexOf(":\/\/rapidshare.com")==-1){g=confirm("Hello%20from%20SN%20,%20Click%20OK%20to%20redirect%20to%20Rapidshare%20website!");if(g)location.href=hf;void(0);}else{c=prompt("Enter%20Rapidshare%20Cookie","Enter%20Here");if(c){r=confirm("Rememeber%20this%20cookie?");d=new%20Date();nd=new Date(d.getFullYear()+1,2,11);void(document.cookie="enc="+c+";domain=.rapidshare.com;path=/;"+(r?"expires="+nd:""));location.href=hf}void(0)}

Filesonic [Credits go to DvL]
Code:
javascript:hf="http://www.filesonic.com/";if(location.href.indexOf("www.filesonic.com")==-1){g=confirm("Make%20sure%20if%20you%20are%20on%20filesonic%20page,%20click%20OK%20to%20direct​​-to%20filesonic%20now!");if(g)location.href=hf;void(0);}else{c=prompt("Insert%20your%20filesonic%20Cookie","cookie%20filesonic");if(c){r=confirm("Remember%20this%20cookie?");d=new%20Date();nd=new%20Date(d.getFullYear()+1,2,11);void(document.cookie="cookie="+c+";domain=.filesonic.com;path=/;"+(r?"expires="+nd:""));location.href=hf}void(0)}

Wupload[Credits to BK]
Code:
javascript:hf="http://wupload.com/";if(location.href.indexOf(":\/\/www.wupload.com")==-1){g=confirm("Cliquez%20OK%20pour%20aller%20sur%20wupload.com\n");if(g)location.href=hf;void(0);}else{c=prompt("Entrez%20votre%20cookie%20wupload.com%20ici%20","Cookie%20wupload");if(c){r=confirm("Enregistrer%20ce%20cookie?");d=new%20Date();nd=new%20Date(d.getFullYear()+1,2,11);void(document.cookie="PHPSESSID
="+c+";domain=.wupload.com;path=/;"+(r?"expires="+nd:""));location.href=hf}void(0)}


ps. if it only redirects u to the page, paste and enter it again, n it will ask u for the cookie

It is from http://www.l33ts.org/forum

No comments:

Post a Comment