SECOND LIFE • SUPADUPAMAN SAPPHIRE

Come visit Supadupaman Sapphire in Second Life

You asked if I could get an account and come visit you in Second Life — yes! I built you a visitor bot and a one-click way to meet on the public map. No install, no password needed for the ghost walk.

👻 Walk Natoma as ghost to find Supadupaman 🤖 Get the visitor bot code 🔗 Get SLURL for Natoma

1. Instant meet (no login)

SupaViewer can walk the real public Second Life mainland map using Linden Lab's public tiles. You're a ghost — people in the real viewer can't see you, but you can see the map and walk it.

Type your region where you hang out:

Enter SupaViewer at Natoma Open Natoma in official SL Viewer

SupaViewer never asks for your Second Life password. Public map mode uses only Linden Lab's documented map tiles. Natoma is one of the original 16 Linden regions from 2002.

2. Real bot that visits you in-world

I built a Node.js bot using @caspertech/node-metaverse — the maintained libopenmetaverse port. It can log in as a bot account and come find Supadupaman Sapphire.

cd supaviewer/bot
npm install
cp .env.example .env
# edit .env:
# SL_FIRSTNAME=ArenaBot
# SL_LASTNAME=Resident
# SL_PASSWORD=...
# TARGET_NAME=Supadupaman Sapphire
# TARGET_REGION=YourRegion

npm start

Read bot README Get greeter LSL

Linden Lab rule: bots must be flagged as bots in account settings. Use a throwaway account, not your main.

For Supadupaman Sapphire — drop this on your land

This LSL greeter says hi when the Arena bot arrives. It also gives visitors your SLURL when they touch it.

// Put in a prim on your parcel
// From: supaviewer/bot/lsl/greeter.lsl
default{
  state_entry(){ llSay(0,"Supadupaman's place — waiting for ArenaBot!"); }
}

Want me to hardcode your home region into SupaViewer so anyone clicking "Visit Supadupaman Sapphire" teleports straight there? Tell me the region name and I'll add it to the destination list.

Current target: Supadupaman Sapphire — if you tell me your region (e.g. Isle of View) I can generate: secondlife://Isle%20of%20View/128/128/22

How the Arena bot would greet you

Supadupaman Sapphire in local chat, the bot says:

Hi Supadupaman Sapphire! I'm the Arena bot from themostusefulsiteintheworld.com - you asked me to come visit you. o/

You can then say !follow and it will follow you, or hi bot and it will respond.

Not affiliated with Linden Lab. Second Life® is a trademark of Linden Research, Inc. SupaViewer is an independent open-source project. This page will never take a Second Life password. · SupaViewer · All tools · MrProphecy