CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 05:10:42 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=f1f51b68e20c73028b3e06a183da89e16e45750ab6fc01ec903953b1911d0583a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22s6ZpOl48NXO9Y5G_boAveTSYxIEBHvDa%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d417a23dff335a-BLR
float fDegree = 0;float fDegreeOffset = 0.1; //stepfloat fTimer = 0.022; - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- float fDegree = 0;
- float fDegreeOffset = 0.1; //step
- float fTimer = 0.022; //seconds
- float fDistance = 2.5; //meter
- vector vPos;
- default
- {
- state_entry()
- {
- vPos = llGetPos();
- llSetTimerEvent(fTimer);
- }
- timer()
- {
- llSetLinkPrimitiveParamsFast(LINK_THIS, [PRIM_POSITION, vPos + (fDistance*llSin(fDegree),llCos(fDegree),0>)]);
- fDegree = fDegree + fDegreeOffset;
- if (fDegree > TWO_PI)
- {
- fDegree = 0;
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ O
JavaScript | 2 sec ago | 0.25 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ H
JavaScript | 3 sec ago | 0.25 KB
-
📌 Swapzone +37% glitch
JavaScript | 4 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ 9
JavaScript | 10 sec ago | 0.25 KB
-
📌 Swapzone +37% glitch ⭐ 5
JavaScript | 12 sec ago | 0.25 KB
-
💵 Make 3000$ in 20 minutes 💵
JavaScript | 14 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ D
JavaScript | 19 sec ago | 0.25 KB
-
✅⭐ Make huge profits on trading ⭐⭐ E
JavaScript | 23 sec ago | 0.25 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