- Clone the repo or
git clone https://github.com/DHRUV-CODER/dscmobile.git pip3 install -r requirements.txtorpip install -r requirements.txtpython3 minified_dscmobile.pyorpy minified_dscmobile.py- paste your bot's token and hit enter
- to close the session gracefully press
ctrl+c
- Get User's Token
- Switch to online mode
- Exit Discord , Close the app or the browser
- (
in cli) paste the token and hit enter , after this you can reopen your app
I highly recommend to not try on some users account as it may lead to Ban. I am not responsible for any kind of malicious activity , use at your own risk.
I used websockets and followed Discord's Docs , modified the payload and ran it.
Discord gateway Boilerplate code
You can display your bot's status as mobile by setting $browser to Discord Android or Discord iOS in the identify payload.
{
"properties": {
"$browser": "Discord Android"
}