Skip to content

Pixel420-89/Shigdetta

 
 

Repository files navigation

Important

As of 06/02/24, Shigdetta has been continued.

Shigdetta

A mod for shigcord's mobile apps.

Installing

shigdetta's codebase is platform-agnostic, but you need a platform-specific loader.

Android

  • Root - ShigdettaXposed
  • Non-root - ShigdettaManager
    • Manager not working? No problem! Pre-built APKs are provided here.
    • The minimum Shigdroid version required is 9. It will not work any lower.

iOS

  • Jailbroken - ShigdettaTweak
    • You can get prebuilt .deb files from GitHub Actions - we support rootful and rootless jailbreaks!
  • Jailed - You can get IPAs from the thread in our Discord server or from our host.
    • These IPAs do not work with AltStore! You should use Sideloadly.

Contributing

  1. Install a Shigdetta 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/Shigdetta ```

  1. Install dependencies:

    pnpm i
    

    npm or yarn should also work.

  2. Build Shigdetta's code:

    pnpm build
    

    npm or yarn should also work.

  3. In the newly created dist directory, run a HTTP server. I recommend http-server.

  4. Go to Settings > Developer enabled earlier). Enable Load from custom url and input the IP address and port of the server (e.g. e.g. http://192.168.1.236:4040) in the new input box labelled VENDETTA URL.

  5. Restart Shigcord. Upon reload, you should notice that your device will download Shigdetta's bundled code from your server, rather than GitHub.

  6. Make your changes, rebuild, reload, go wild!

About

A mod for Shigcord's mobile apps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.3%
  • JavaScript 1.7%