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
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);
})();
To Clone or Leech gdtot link follow these steps:
-
Login/Register to gdtot.
-
Copy this script and paste it in browser address bar.
- After pressing enter your browser will prompt a alert.
-
Now you'll get Crypt value in your clipboard
NGxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxWdSVT0%3D
-
From this you have to paste value for CRYPT in config.env file.