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.
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.
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.
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
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