Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/kaladoodotlua/KCSH/llms.txt

Use this file to discover all available pages before exploring further.

KCSH (Kaladoo’s Clientside Script Hub) is a single-file Roblox Lua script you execute in any exploit executor. It spawns a transparent, draggable panel right inside your game session, giving you one-click access to movement abilities, player teleportation, and a handful of fun extras — no installation, no dependencies, just a loadstring call.

Introduction

Learn what KCSH is, what it does, and what to expect before you run it.

Quickstart

Execute KCSH in your exploit executor and get the hub open in under a minute.

Movement Features

Float, Fly, Sprint, Slow Walk, High Jump, and Sit — all with toggle buttons.

Player Teleport

Instantly warp to any player in the server with an auto-updating button list.

Extras

Super Spin, Infinite Yield loader, Jorkin easter egg, and character reset.

GUI Internals

How the ScreenGui, dragging system, and layout are built under the hood.

How it works

1

Open your executor

Launch any Roblox executor that supports loadstring and HttpGet (e.g. Synapse X, KRNL, Fluxus).
2

Paste the loader line

Copy the one-liner below into the executor’s script box:
loadstring(game:HttpGet("https://raw.githubusercontent.com/Kaladoo2/KCSH/refs/heads/main/source.lua"))()
3

Execute

Hit Execute. After about 1.5 seconds the KCSH panel appears in the center of your screen.
4

Use the hub

Click any button to toggle a feature on or off. Drag the panel anywhere on screen by clicking and dragging its background.
Some features — particularly Fly — carry a meaningful ban risk on games with anti-cheat systems. Read the Movement Features page for per-feature risk notes before enabling anything in a game you care about.

Build docs developers (and LLMs) love