Skip to content

Soncresity-Industries/SChat-Mobile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

589 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SChat Mobile Discord

A mod for Discord's mobile apps.

Installing

Android

iOS

  • SChatTweak - Get prebuilt rootful and rootless .deb files or the prepatched .ipa

Building

  1. Install a SChat loader with loader config support (any mentioned in the Installing section).
  2. Go to Settings > General and enable Developer Settings.
  3. Clone the repo:
    git clone https://github.com/Soncresity-Industries/SChat-Mobile
    
  4. Install dependencies:
    pnpm i
    
  5. Build SChat's code:
    pnpm build
    
  6. In the newly created dist directory, run a HTTP server. I recommend http-server.
  7. Go to Settings > Developer enabled earlier. Enable Load from custom url and input the IP address and port of the server (e.g. http://192.168.1.236:4040/schat.js) in the new input box labelled SChat URL.
  8. Restart Discord. Upon reload, you should notice that your device will download SChat's bundled code from your server, rather than GitHub.
  9. Make your changes, rebuild, reload, go wild!

Alternatively, you can directly serve the bundled code by running pnpm serve. schat.js will be served on your local address under the port 4040. You will then insert http://<local ip address>:4040/schat.js as a custom url and reload. Whenever you restart your mobile client, the script will rebuild the bundle as your client fetches it.

Important

This repo has been forked from the @bunny-mod/Bunny Repo. This project is merely a continuation of the original Software just under a different name and more features that we have planned for the future. As such all credit goes to the anazing creators of Bunny and BunnyTweak. This project is licensed under the BSD License (BSD)

About

A Discord mobile app client modification.

Resources

License

Stars

Watchers

Forks

Contributors

Languages

  • TypeScript 97.1%
  • JavaScript 2.9%