Advertisement
tryanotherone

Filefactory cookie

Apr 28th, 2012
4,659
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. NOTE : SCRIPT WORKED ONLY IN FIREFOX FOR ME
  2. POZNAMKA: TENTO SCRIPT U MNA FUNGOVAL LEN VO FIREFOX.
  3.  
  4. by http://kontozdarma.wordpress.com/
  5. -------------------------------------
  6.  
  7. ENGLISH:
  8.  
  9. Tutorial to use script with Opera 10 and higher versions:
  10.  
  11. 1. Paste the cookie script into adressbar and hit enter (you'll be redirected 1st time to filefactory webpage)
  12. 2. Paste the cookie into adressbar again (due to updating cookies) and you'll be logged-in to account DO NOT LOGOUT!
  13.  
  14. Tutorial to use script with Firefox 10 and higher versions:
  15.  
  16. 1. Hit the CTRL + SHIFT + K key combination in firefox (a script console wil appear) and insert a cookie script into there
  17. 2. You'll be redirected to filefactory webpage
  18. 3. Paste the script again into that console (so the cookie will be able to update) and you'll be logged in.
  19.  
  20. SCRIPT TO USE:
  21.  
  22.  
  23. SCRIPT 1 ( Valid until 19.February.2013)
  24.  
  25. javascript: var domain = 'filefactory.com';var cookies = new Array();cookies['ff_membership'] = 'SlyL0JODTZMIdfYHy%2F7imP%2Fbuhjn3CNDNE4bwnFPzoHrD3dOJN%2F4ZlOqFdNeDCv6JffVoWXOGPQXjVwY4v5cohM7yf39WvDdDbx%2BIVA0maLpxi9sziyqMjVOs%2BYAzk0eQlik10LVrfV0vnfRb7gnw8wQ0xuAfeOJ+++++++++++++++++';if (location.href.indexOf(domain)==-1) {var g = confirm('You will be redirected to ' + domain + '. You will have to run this script again. Continue?');if (g) {location.href = 'http://' + domain;}} else {alert("This script has been generated by kontozdarma.tk.\nYou will be signed in now. Enjoy premium!\n------> Brought to you by kontozdarma.tk <------");for(var i in cookies){void(document.cookie = i+'='+cookies[i]+';domain=.'+domain+';path=/;');}location.href = 'http://'+domain;}
  26.  
  27. SCRIPT 2 ( Valid until 26.December.2013)
  28.  
  29. javascript: var domain = 'filefactory.com';var cookies = new Array();cookies['ff_membership'] = 'SlyL0JODTZMIdfYHy%2F7imP%2Fbuhjn3CNDNE4bwnFPzoHrD3dOJN%2F4ZlOqFdNeDCv6JffVoWXOGPQXjVwY4v5cohM7yf39WvDdDbx%2BIVA0maLpxi9sziyqMjVOs%2BYAzk0eQlik10LVrfV0vnfRb7gnw8wQ0xuAfeOJ++++++++++++++++++++';if (location.href.indexOf(domain)==-1) {var g = confirm('You will be redirected to ' + domain + '. You will have to run this script again. Continue?');if (g) {location.href = 'http://' + domain;}} else {alert("This script has been generated by kontozdarma.tk.\nYou will be signed in now. Enjoy premium!\n------> Brought to you by kontozdarma.tk <------");for(var i in cookies){void(document.cookie = i+'='+cookies[i]+';domain=.'+domain+';path=/;');}location.href = 'http://'+domain;}
  30.  
  31.  
  32. SCRIPT 3 ( Valid until 17.December.2012)
  33.  
  34. javascript: var domain = 'filefactory.com';var cookies = new Array();cookies['ff_membership'] = 'SlyL0JODTZMIdfYHy%2F7imP%2Fbuhjn3CNDNE4bwnFPzoHrD3dOJN%2F4ZlOqFdNeDCv6JffVoWXOGPQXjVwY4v5cohM7yf39WvDdDbx%2BIVA0maLpxi9sziyqMjVOs%2BYAzk0eQlik10LVrfV0vnfRb7gnw8wQ0xuAfeOJ+++++++++++++++++++++++';if (location.href.indexOf(domain)==-1) {var g = confirm('You will be redirected to ' + domain + '. You will have to run this script again. Continue?');if (g) {location.href = 'http://' + domain;}} else {alert("This script has been generated by kontozdarma.tk.\nYou will be signed in now. Enjoy premium!\n------> Brought to you by kontozdarma.tk <------");for(var i in cookies){void(document.cookie = i+'='+cookies[i]+';domain=.'+domain+';path=/;');}location.href = 'http://'+domain;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement