aftabkh505 / gd-utils

Just another GD Bypass tool!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gd-Utils

Gd-Utils is just another Tool which helps us to Bypass the 750GB daily limit by google

:octocat: This Fork is an English version of the Gd-Utils by

https://github.com/iwestlin/gd-utils

:octocat: All I did is edit the code and used google translate to change chinese to English..so all Credits to the OP

:octocat: I included only the Installation part for running in your system (Telegram Bot part is here)

General Instructions

Like Other Tools (Autorclone/Folderclone/Gclone/Fclone) Gd-Utils is also based upon Service accounts aka SAs

Among These tools Only Autorclone & Folderclone can generate SAs by themselves

So for this tool to work you need SAs generated using Autorclone or Folderclone

๐Ÿ“ฆ Pre Requisites:

๐Ÿ“ฃ This tool can be used in Windows , Android as well as Linux OS

๐Ÿ“ฃ You need Generated SAs (Like I mentioned above)

๐Ÿ“ฃ If you are using this in Linux or Android :-

Create a new Repo in Github and name it as accounts and Upload all your SAs (json files) there

Follow this to understand better

Installation

๐Ÿ”ณInstallation in Windows

๐ŸŒ  Install Nodejs in windows

Install Nodejs and Make Sure to Install additional components(Tick mark the Option saying Install Additional components)

It is very important to install the addtional components (of nodejs) as well for this tool to work

๐ŸŒ  Create a new Folder in Desktop and Name it as Gd-utils

๐ŸŒ  Download this and Extract it - copy all the contents to newly created Gd-utils Folder in your Desktop

๐ŸŒ  Open cmd inside Gd-utils Folder and type this

npm install --unsafe-perm=true --allow-root

If it shows 0 vulnerabilities it means that installation is successful

๐ŸŒ  Go to Autorclone/folderclone Folder In your PC and Open Accounts Folder - Copy all the json files

๐ŸŒ  Go to sa Folder inside Gd-utils Folder and Paste all the json files there

๐Ÿ”ณ Installation in Android

๐ŸŒ  Install Termux - Remember to enable Storage Permission by going to settings

๐ŸŒ  Install Nodejs & Python & Git In Termux

pkg install python && pkg install git && pkg install nodejs

๐ŸŒ  Installing Gd-utils

git clone https://github.com/roshanconnor123/gd-utils && cd gd-utils && npm install --unsafe-perm=true --allow-root

๐ŸŒ  Downloading Service accounts from your github and configuring it for Gdutils

bash sa.sh

๐Ÿ”ณ Installation in Linux

๐ŸŒ  Intsalling the Dependancies and Gdutils

sudo apt-get install build-essential && sudo apt-get update && curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - && sudo apt-get install -y nodejs && git clone https://github.com/roshanconnor123/gd-utils
cd gd-utils && npm install --unsafe-perm=true --allow-root

๐ŸŒ  Downloading Service accounts from your github and configuring it for Gdutils

bash sa.sh

Usage

๐Ÿ”ท Windows

Double Click on gdutils.bat File (In Gd-utils Folder)

๐Ÿ”ท Android

Just run the code below in Termux

cd gd-utils && bash gdutils.sh

๐Ÿ”ท Linux

Just run the code below in Terminal

cd gd-utils && bash gdutils.sh

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Just another GD Bypass tool!


Languages

Language:HTML 78.4%Language:JavaScript 20.1%Language:Shell 1.1%Language:Batchfile 0.4%