Skip to content

DHRUV-CODER/dscmobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Header

Display your Bot's status as Mobile

img1

img2

Running it on Bot , Legal

Steps :

  • Clone the repo or git clone https://github.com/DHRUV-CODER/dscmobile.git
  • pip3 install -r requirements.txt or pip install -r requirements.txt
  • python3 minified_dscmobile.py or py minified_dscmobile.py
  • paste your bot's token and hit enter
  • to close the session gracefully press ctrl+c

Running on User's Account , Against Discord TOS

  • 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.

Hey how does this thing work ?

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"
  }

Alt

About

Display Bot's Status as Mobile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages