Online · Signal locked · Second Life

Gear up. Rez faster. Own the grid.

Hand-built scripts, HUDs, appliers and relay tools for residents who live in the grid. No gacha, no fluff — just utilities that make your inventory lighter and your sim smoother.

0 Tools online
0 Pulls served
FREE Resident access
Live feed // what's inside
▲ Scan fast Holographic cards surface category, version, and tags at a glance.
◆ Track drops Latest patch notes float to the top — no digging, no forum archaeology.
● Loop in Leave comments and bug reports right on each tool — they reach the creator.
◈ No account wall

Direct downloads. No log-in, no email, no tracker — grab it and rez it.

✦ Built for residents

Scripts, appliers, HUDs, relays, tattoos — tested in-world, not on a whiteboard.

⚡ Feedback loop

Every tool collects comments and bug reports straight back to the creator.

// The arsenal

Pick your loadout

Filter by category or search across names, descriptions, and tags — then pull the download and drop feedback in one shot.

Booting arsenal...
Decrypting arsenal...
// Vitals

Grid snapshot

Tools online 0
Total pulls 0
Resident signals 0
Access tier FREE
// Patch feed

Recent updates

The latest drop sits on top — expand the archive to scroll back through every version.

Loading patch feed...
// Manifest

Made by a resident, for residents.

SL Tools is a small, direct archive of utilities for people who actually log in. Nothing here is locked behind a marketplace, a subscription, or a scavenger hunt across forum posts — download, rez, and go. If something breaks, the feedback box on every tool lands straight in the creator's inbox.

Open-source scripts, appliers, and utility packs
Clear categories, versions, and live download counts
Comments and bug reports attached to every tool
Full patch history so you know what changed
example.lsl ready
default
{
    state_entry()
    {
        llSay(0, "SL Tools online.");
    }

    touch_start(integer n)
    {
        llOwnerSay("[SL TOOLS] ready to rez.");
    }
}