Skip to content
Crome696 edited this page Oct 20, 2022 · 3 revisions

Summary

The Core Package is a collection of classes to connect to a stealth client. It only offers a very basical socket- and packet client to etablish a connection through client and stealth client. Its recommend for developers with a certain degree about tcp/ip packets and stealths external api protocol. The package also provides a very basical delphi datetime converter for your own purposes.

📦 Installation

Download

Download the source code and use it as you want.

Fork

Create a Fork of repository through git and add your own custom implementation.

Maven

Create a new maven project on your own.

    <repositories>
        <repository>
            <id>github</id>
            <name>GitHub ScriptSDK Java Core</name>
            <url>https://maven.pkg.github.com/stealth-scriptsdk/java-core</url>
            <releases><enabled>true</enabled></releases>
            <snapshots><enabled>false</enabled></snapshots>
        </repository>
    </repositories>

Add this information to your pom.xml file and don´t forget to add your local personal access token.

Install package through maven written by this instruction

Source

Clone this wiki locally