Skip to content

Sigma-Skidder-Team/Rise

Repository files navigation

Rise

Warning

As of 12/29/2025 CDT, you can't authenticate to Rise's auth server without a valid HWID and username. The (99% sure it's the last, probably unless auth turns off again) version of this repository is going to be 0.1.0.

0.1.0 updates S2CPacketAuthenticationFinish, so it properly parses auth finish packets that aren't successful:

  • moved pi, maxPitch, and serverTimeMS into a data class named AuthenticatedOnlyData
  • replaced all of those with a single, nullable field named aod (of type AuthenticatedOnlyData?)

This is a breaking change for anything dependent on those fields (probably no one uses them, they are just there for completeness)

RIP Auth-less Rise, ~10/12/2025 to 12/29/2025 This lasted a REALLY long time... But hey, at least I had some fun out of it! (only spamming IRC, but it was funny)

lets you connect to Rise auth servers, with proper credentials.

Usage

See Example.kt or JavaExample.java.

Gradle (Kotlin DSL)

  • Add JitPack to your repos
maven { url = uri("https://jitpack.io") }
  • Add the dependency
// check for the latest version, this isn't always updated!
implementation("com.github.Sigma-Skidder-Team:Rise:0.1.0")

Maven

  • Add JitPack to your repos
<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
  • Add the dependency
<dependency>
    <groupId>com.github.Sigma-Skidder-Team</groupId>
    <artifactId>Rise</artifactId>
    <version>0.1.0</version>
</dependency>

Waffled

help fix pls I didn't know it was a missing header yet lol how to add header????

About

lets you connect to Rise auth servers, with proper credentials.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors