KSBot

KSBot

Advanced Scripting Platform

Powerful automation tools and scripts for enhanced gameplay. Built by developers, for developers.

Build with the KSBot API

Comprehensive Java API with wrappers, queries, hooks, and utilities. Everything you need to create powerful scripts.

Explore API
// Simple script example
@ScriptManifest(
name = "MyScript",
author = "You"
)
public class MyScript extends Script {
@Override
public void onProcess() {
// Your logic here
}
}