Author Topic: Invisible Admin Spy  (Read 518 times)

When you use the admin menu to Spy on someone, the person being spied can see there is "1 observer" over him. This can be really unhelpful when you need to catch someone red-handed and they immediately cease what bad thing they were doing.

Invisible admin orb exists since right now and it's pretty useful, but this will be necessary for when you don't know where the person doing bad stuff is.

its actually a rather simple script; iirc you just package one function and have it return without calling its parent. run a trace to figure out which function

https://forum.blockland.us/index.php?topic=253667.0
if you're too lazy to download and view the server.cs file, here's relevant code from https://forum.blockland.us/index.php?topic=299392.0 (fixed)
Code: [Select]
package PreventObserverMessage
{
     function SimObject::onCameraEnterOrbit(%obj, %camera) {}
     function SimObject::onCameraLeaveOrbit(%obj, %camera) {}
};

activatePackage(PreventObserverMessage);