Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.71 KB

README.md

File metadata and controls

54 lines (36 loc) · 1.71 KB

Cookies

Browser's Console code to Grab Cookie from File Sharer Site GDTOT

How to get Cookies from gdtot , appdrive , hubdrive , etc for downloading cookies from APPDRIVE , GDFLIX , DRIVEAPP , DRIVEBIT , DRIVELINKS , DRIVESHARER , DRIVEACE , GDTOT , HUBDRIVE , KATDRIVE , DRIVEFIRE , KOLOP , etc Login to specific Website & than paste the below script in place of URL address. Note - Make sure your script includs javascript: before running. Run this script in URL bar

Java Script 👇

javascript:(function () {
  const input = document.createElement('input');
  input.value = JSON.stringify({url : window.location.href, cookie : document.cookie});
  document.body.appendChild(input);
  input.focus();
  input.select();
  var result = document.execCommand('copy');
  document.body.removeChild(input);
  if(result)
    alert('Cookie copied to clipboard');
  else
    prompt('Failed to copy cookie. Manually copy below cookie\n\n', input.value);
})();

Crypt 👇

To Clone or Leech gdtot link follow these steps:

  1. Login/Register to gdtot.

  2. Copy this script and paste it in browser address bar.

    • After pressing enter your browser will prompt a alert.
  3. Now you'll get Crypt value in your clipboard

    NGxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxWdSVT0%3D

  4. From this you have to paste value for CRYPT in config.env file.

😃 Connect me

🧑‍💻 Owner

📢 Update Channel

💬 Support Group

buy me a ☕ coffee

Enjoy And don't forget to star this repo 🙂

Credits...