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

Summary

The Core Package is a collection of classes to connect to a stealth client. It only offers a very basic socket- and packet client to establish a connection through client and stealth client. It's recommend for developers with a certain degree about TCP/IP packets and stealth external API protocol. The package also provides a very basic Delphi date time converter for your own purposes.

📦 Installation

Download

Download the source code and use it as you want.

Fork

Create a Fork of the 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