Second Life Copybot Forum
Track any Avatar on Secondlife and know their location. - Printable Version

+- Second Life Copybot Forum (https://secondlifecopybot.com)
+-- Forum: SECOND LIFE PRODUCTS (https://secondlifecopybot.com/Forum-SECOND-LIFE-PRODUCTS)
+--- Forum: SCRIPTS (https://secondlifecopybot.com/Forum-SCRIPTS--1022)
+---- Forum: SCRIPTS (https://secondlifecopybot.com/Forum-SCRIPTS)
+----- Forum: Communication Scripts (https://secondlifecopybot.com/Forum-Communication-Scripts)
+----- Thread: Track any Avatar on Secondlife and know their location. (/Thread-Track-any-Avatar-on-Secondlife-and-know-their-location)

Pages: 1 2


Track any Avatar on Secondlife and know their location. - zion - 02-18-2013

Hello Guest!! You need to Register or to view the content



RE: Track any Avatar on Secondlife and know their location. - Skoupa - 01-30-2016

How this scripts working? What need to do to track someone?


RE: Track any Avatar on Secondlife and know their location. - m..... - 11-07-2016

I tested this script in SL between my alternate & main accounts.  Works good.

The string "region_default" seems to be the region you wish to monitor, while the string "admin_key" is the person you wish to read the info from the script.

If you want to read the text info from the script, enter your UUID key there (( string admin_key = "ENTER YOUR UUID KEY HERE"; )).
If you want someone else to read the info, enter their UUID key there (( string admin_key = "ENTER YOUR TRUSTED FRIEND'S UUID KEY HERE"; )).

I would suggest NOT entering your target's UUID key in there or they will be alerted of the activity.

-M


RE: Track any Avatar on Secondlife and know their location. - m..... - 11-08-2016

Derp Fix  (reposted with proper line lengths):

I tested this script in SL between my alternate & main accounts.  Works good.

The string region_default seems to be the region you wish to monitor,
while the string admin_key is the person you wish to read the info from the script.

If you want to read the text info from the script, enter your UUID key there
(( string admin_key = "ENTER YOUR UUID KEY HERE"; )).

If you want someone else to read the info, enter their UUID key there
(( string admin_key = "ENTER YOUR TRUSTED FRIEND'S UUID KEY HERE"; )).

I would suggest NOT entering your target's UUID key in there or they will be alerted of the activity.

-M


RE: Track any Avatar on Secondlife and know their location. - BSaint90 - 04-30-2017

I would love to have this script. Where can I find it?


RE: Track any Avatar on Secondlife and know their location. - BSaint90 - 04-30-2017

OK, I tested the script. I don't quite get it. I keyed my target region and my UUID. But the displayed Information Is quite irrelevant. Why is it that it displays information of the region where I am at and not my target region. I thought this script tracks anyone and know their location? May I know what is the expected output of this script?


RE: Track any Avatar on Secondlife and know their location. - Bosmer30 - 05-22-2017

Yeah I had the same problem with the script it wouldn't tell me anything about the target region just the region i was already in which was useless.


RE: Track any Avatar on Secondlife and know their location. - marybenn - 08-11-2017

The script must be placed in a ring, or a collar, and given to the victim. You will receive the victim position. In this field string admin_key ""you write your UUID. THe name of
the victim will automatically be recognized by the getOwner method, and sent to you via IM.


RE: Track any Avatar on Secondlife and know their location. - marybenn - 08-11-2017

I had to repost it, because the previous post got truncated.

The script must be placed in a ring, or a collar, and given to the victim. You will receive the victim position. 

In this field string admin_key "";  you write your UUID. 
The name of the victim will automatically be recognized by the getOwner method, and sent to you via IM.
Optionally if you live in a particular land, and you wont be bother to know that your victim is located in front
of you, than you set this -> 
string region_default ""as the region to ignore.


RE: Track any Avatar on Secondlife and know their location. - bobdylan - 02-25-2018

:ThumbsUp: