CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 20:08:51 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=b71d28210f958bd89a342f991f00206eec3c6853c67f3987a366307a10bdc428a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22kRtOKDzqMqL8gUZm7G0xe3jiEp7Oljdh%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d0fde6eef0c1ba-BLR
URL Giver - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //URL Variables
- key TouchingAvatar = llDetectedKey(0);
- string PopUpInfo = "Join the official The School Of All Trades Discord server!";
- string URL = "https://discord.gg/n6cghUYzuH";
- //Is the Avatar In The Same Region? True/False
- integer AvatarInSameRegion = (llGetAgentSize(id) != ZERO_VECTOR);
- //Hover-Text Variables
- string HoverText = "Click For Discord Server";
- vector Color = <1.0, 1.0, 1.0>;
- float TextAlpha = 1.0;
- default
- {
- state_entry()
- {
- llSetText(HoverText, Color, TextAlpha);
- }
- touch_start(integer total_number)
- {
- if (AvatarInSameRegion)
- {
- llLoadURL(TouchingAvatar, PopUpInfo, URL);
- }
- else
- {
- // If the agent is not in the same region, send a message instead
- // The viewer will turn the URL clickable
- llInstantMessage(TouchingAvatar, PopUpInfo + " " + URL);
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ 1
JavaScript | 5 sec ago | 0.25 KB
-
📝 EASY MONEY GUIDE ✅ Working
JavaScript | 9 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ E
JavaScript | 15 sec ago | 0.25 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ X
JavaScript | 24 sec ago | 0.25 KB
-
📌 ChangeNOW Exploit
JavaScript | 24 sec ago | 0.24 KB
-
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 25 sec ago | 0.10 KB
-
📌 Swapzone +37% glitch ⭐ O
JavaScript | 32 sec ago | 0.25 KB
-
📌 Instant BTC Profit Method ✅ Working
JavaScript | 35 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