GDTOT HELP

GDTOT HELP

Zekxtreme

To Clone or parse gdtot link follow these steps:

1. Login/Register to https://new.gdtot.top

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

Note: After pasting it check at the beginning of the script in browser address bar if `javascript:` exists or not, if not so write it as shown below    

For PC: Open developer tools (Ctrl+Shift+i) and go to console, copy below script and paste in console.

 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);
 })();

3. After pressing enter your browser will prompt a alert

4. Now you'll get this type of data in your clipboard .


 {"url":"https://new.gdtot.org/","cookie":"PHPSESSID=k2xxxxxxxxxxxxxxxxxxxxj63o; crypt=NGxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxWdSVT0%3D"}

5. From this you have to paste value of crypt as CRYPT in config.env file or Heroku.

If Unable To Copy Script Check Here


Report Page