CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 17:42:01 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=78ed5212498a44ba2b3e740386723de7c9f17185c21cd4524514c5fa680f5947a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22qTo6JgLLhUgqpnBnBPs1fLpzwemrgY7-%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d026cf2e94c19a-BLR
Get avatar's currently active group UUID - Pastebin.com
SHARE
TWEET

Get avatar's currently active group UUID
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //MH+ presents, Get avatar's currently active group UUID
- //join us! => https://discord.me/SLguru
- //visit my blog => https://sl-memo.blogspot.com/
- //指定したアバターの現在アクティブなグループのUUIDを取得するサンプルです
- default{
- touch_start(integer total_number){
- key id = llDetectedKey(0);
- list tempLIST = llGetAttachedList(id);
- string group;
- if(tempLIST){//Check only the first attachment
- group = llList2String(llGetObjectDetails(llList2Key(tempLIST,0), [OBJECT_GROUP]), 0);
- if(group != NULL_KEY){
- group = "UUID = " + group + " ( " + "secondlife:///app/group/"+group+"/about )";
- }else{
- group = "Not Set";
- }
- }else{
- group = "unknown";
- }
- llRegionSayTo(id,0,"The currently active group for " + llDetectedName(0) + " is " + group );
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐ Instant BTC Profit Method ✅ NEVER SEEN BEFO...
JavaScript | 3 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D M⭐⭐
Java | 5 sec ago | 0.10 KB
-
⭐✅ MAKE $2000 INSTANTLY ✅ NEVER SEEN BEFORE ⭐...
JavaScript | 13 sec ago | 0.24 KB
-
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 17 sec ago | 0.10 KB
-
⭐ Free Crypto Method ✅ NEVER SEEN BEFORE ⭐⭐⭐
JavaScript | 22 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ✅ NEVER SEEN...
JavaScript | 31 sec ago | 0.24 KB
-
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐
Java | 41 sec ago | 0.10 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 41 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand