-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures.html
More file actions
603 lines (601 loc) · 55.7 KB
/
features.html
File metadata and controls
603 lines (601 loc) · 55.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#ffffff" />
<meta name="robots" content="noindex, nofollow" />
<link rel="canonical" href="https://lunor.lol/features" />
<meta property="og:title" content="Lunor.lol - Features" />
<meta property="og:description" content="Explore the features available in Lunor scripts." />
<meta property="og:image" content="/megaimage.png" />
<meta property="og:image:alt" content="Lunor Logo" />
<meta property="og:image:width" content="1419" />
<meta property="og:image:height" content="679" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Lunor.lol - Features" />
<meta name="twitter:image" content="/megaimage.png" />
<meta name="twitter:image:alt" content="Lunor Logo" />
<meta name="twitter:image:width" content="1419" />
<meta name="twitter:image:height" content="750" />
<title>Features - Lunor</title>
<link rel="icon" href="icon.png">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/@studio-freight/lenis@1.0.42/dist/lenis.min.js"></script>
<style>
:root {
--gold-color: #b802c8;
--gold-glow-1: rgba(184, 2, 200, 0.9);
--gold-glow-2: rgba(70, 2, 204, 0.7);
--gold-darker: #4602cc;
}
html {
scrollbar-color: rgba(255, 255, 255, 0.85) transparent;
scrollbar-width: thin;
}
body {
font-family: 'Inter', sans-serif;
background-color: #050505;
color: #ffffff;
margin: 0;
padding: 0;
padding-top: 120px;
position: relative;
overflow-x: hidden;
overflow-y: hidden;
cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g filter="drop-shadow(0 0 3px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.7))"><path fill="white" d="M4 4l18 11.4-7.3 1.6L9.4 28 4 4z"/><path fill="black" stroke="black" stroke-width="0.5" d="M5.5 5.5l15 9.4-5.8 1.3L10 26.2 5.5 5.5z"/></g></svg>') 4 4, auto !important;
}
a, button, .game-card, input, textarea, select, label {
cursor: inherit !important;
}
::selection { background: rgba(255, 255, 255, 0.3); color: white; text-shadow: none; }
::-moz-selection { background: rgba(255, 255, 255, 0.3); color: white; text-shadow: none; }
::-webkit-scrollbar { width: 18px; }
::-webkit-scrollbar-track { background: transparent; border: none; border-radius: 0; }
::-webkit-scrollbar-thumb { background-color: rgba(255, 255, 255, 0.85); border-radius: 9px; border: 4px solid transparent; background-clip: content-box; box-shadow: 0 0 15px rgba(255, 255, 255, 0.9), 0 0 25px rgba(255, 255, 255, 0.7); transition: background-color 0.3s ease, box-shadow 0.3s ease; }
::-webkit-scrollbar-thumb:hover { background-color: rgba(255, 255, 255, 1); box-shadow: 0 0 20px rgba(255, 255, 255, 1), 0 0 35px rgba(255, 255, 255, 0.8); }
::-webkit-scrollbar-button { display: none; }
#background-moon-container { position: fixed; inset: 0; display: flex; align-items: center; justify-content: center; z-index: -2; overflow: hidden; pointer-events: none; }
#background-moon-svg { width: 65vw; height: auto; opacity: 0.15; filter: blur(20px) drop-shadow(0 0 50px rgba(210, 210, 255, 0.7)); transform: rotate(-15deg); }
body::after { content: ''; position: fixed; inset: 0; background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px); background-size: 30px 30px; opacity: 0; z-index: -1; pointer-events: none; animation: fadeInDots 5s ease-in-out forwards; }
@keyframes fadeInDots { from { opacity: 0; } to { opacity: 0.15; } }
#main-content { position: relative; z-index: 1; padding-top: 0 !important; }
#loading-screen { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.85); backdrop-filter: blur(10px); display: flex; flex-direction: column; justify-content: center; align-items: center; z-index: 100; opacity: 1; transition: opacity 0.5s ease-out; }
#loading-icon { width: 280px; height: 280px; animation: bounceScale 1.5s ease-in-out infinite alternate; }
@keyframes bounceScale { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.1); } }
#loading-bar-container { width: 200px; height: 8px; background-color: rgba(255, 255, 255, 0.2); border-radius: 4px; margin-top: 20px; overflow: hidden; }
#loading-bar { width: 0%; height: 100%; background-color: #ffffff; border-radius: 4px; animation: fillBar 2.1s linear forwards; }
@keyframes fillBar { from { width: 0%; } to { width: 100%; } }
#loading-screen.loaded { opacity: 0; pointer-events: none; }
.navbar { background-color: rgba(10, 10, 10, 0.8); backdrop-filter: blur(15px); border-bottom: 1px solid rgba(255, 255, 255, 0.1); position: fixed; width: 100%; top: 0; z-index: 50;}
.glowing-text { text-shadow: 0 0 10px rgba(255, 255, 255, 0.9); }
.glowing-icon { filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8)); transition: filter 0.4s ease-out, transform 0.4s ease-out; }
a.group:hover .glowing-icon { filter: drop-shadow(0 0 14px rgba(255, 255, 255, 1)) drop-shadow(0 0 22px rgba(255, 255, 255, 0.8)); transform: scale(1.15) rotate(10deg); }
nav a { position: relative; padding-bottom: 4px; overflow: hidden; color: #d1d5db; transition: color 0.3s ease; }
nav a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background-color: rgba(255, 255, 255, 0.8); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease-out, background-color 0.3s ease; }
nav a:hover { color: #fff; }
nav a:hover::after { transform: scaleX(1); }
.discord-link { color: #5865F2 !important; }
.discord-link:hover::after { background-color: #5865F2; }
.premium-link { color: var(--gold-color) !important; background-image: linear-gradient( 90deg, rgba(184, 2, 200, 0.2) 25%, rgba(184, 2, 200, 1) 40%, rgba(184, 2, 200, 1) 60%, rgba(184, 2, 200, 0.2) 75% ); background-size: 250% auto; background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent; animation: shimmer 3s linear infinite; font-weight: 600; }
@keyframes shimmer { 0% { background-position: -250%; } 100% { background-position: 250%; } }
.premium-link:hover::after { background-color: var(--gold-color); }
.section-title { display: flex; align-items: center; justify-content: center; text-align: center; }
.section-title::before { content: ''; display: inline-block; width: 1.2em; height: 1.2em; margin-right: 0.6em; background-image: url('data:image/svg+xml;utf8,<svg fill="white" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M17.293 13.293A8 8 0 016.707 2.707a8.001 8.001 0 1010.586 10.586z"></path></svg>'); background-size: contain; background-repeat: no-repeat; background-position: center; filter: drop-shadow(0 0 8px rgba(210, 210, 255, 0.7)); vertical-align: middle; flex-shrink: 0; }
#executor-ticker-bar { position: fixed; left: 0; width: 100%; background-color: rgba(10, 10, 10, 0.85); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255, 255, 255, 0.1); z-index: 45; padding: 0.25rem 0; display: flex; align-items: center; box-shadow: 0 2px 10px rgba(0,0,0,0.3); }
.ticker-label { color: #ffffff; text-shadow: 0 0 8px rgba(255, 255, 255, 0.7); font-weight: 600; font-size: 0.8rem; text-transform: uppercase; padding-left: 1.5rem; padding-right: 1.5rem; flex-shrink: 0; white-space: nowrap; }
.ticker-wrap { flex-grow: 1; overflow: hidden; height: 1.6rem; display: flex; align-items: center; }
.ticker-content { display: flex; flex-wrap: nowrap; animation: ticker-scroll 125s linear infinite; }
.ticker-item { display: flex; align-items: center; padding: 0 1.5rem; opacity: 0.7; transition: opacity 0.3s ease; flex-shrink: 0; }
.ticker-item:hover { opacity: 1; }
.ticker-item img { width: 1.2em; height: 1.2em; object-fit: contain; margin-right: 0.5rem; flex-shrink: 0; vertical-align: middle; }
.ticker-item span { color: #e0e0e0; font-size: 0.85rem; font-weight: 500; white-space: nowrap; line-height: 1.2em; }
#executor-ticker-bar:hover .ticker-content { animation-play-state: paused; }
@keyframes ticker-scroll { 0% { transform: translateX(0%); } 100% { transform: translateX(-50%); } }
.game-card { position: relative; background-color: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease, filter 0.4s ease; backdrop-filter: blur(12px); border-radius: 0.75rem; overflow: hidden; transform-style: preserve-3d; backface-visibility: hidden; }
.game-card-image-internal { display: block; width: 100%; height: 180px; object-fit: cover; transition: transform 0.4s ease; background-color: #1f2937; }
.game-card-content-area { padding: 1rem 1.25rem 1.25rem; }
.game-card-title { margin-bottom: 0.75rem; font-size: 1.25rem; font-weight: 600; color: #ffffff; }
.game-details { max-height: 0; opacity: 0; overflow: hidden; transition: max-height 0.5s ease-out, opacity 0.4s ease-in 0.1s; will-change: max-height, opacity; padding-top: 0.5rem; }
.game-card:hover { transform: translateY(-8px) scale(1.03); box-shadow: 0 12px 35px rgba(0, 0, 0, 0.7); border-color: rgba(255, 255, 255, 0.4); filter: brightness(1.1); }
.game-card:hover .game-card-image-internal { transform: scale(1.05); }
.game-card:hover .game-details { max-height: 800px; opacity: 1; }
.feature-list { list-style: none; padding: 0; margin: 0 0 1rem 0; }
.feature-list li { color: #d1d5db;}
.feature-list li::before { content: '✧'; color: #ffffff; margin-right: 8px; opacity: 0.8; }
.premium-feature-item { color: var(--gold-color) !important; display: flex; align-items: baseline;}
.premium-feature-item::before { content: '★'; color: var(--gold-color); margin-right: 8px; opacity: 1; font-size: 0.9em; line-height: inherit; }
.feature-category { margin-top: 1rem; }
.feature-category:first-child { margin-top: 0; }
.feature-category-title { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: rgba(255, 255, 255, 0.6); margin-bottom: 0.5rem; padding-bottom: 0.25rem; border-bottom: 1px solid rgba(255, 255, 255, 0.15); text-align: left; }
.premium-only-card { border-color: rgba(255, 215, 0, 0.4); }
.premium-only-card:hover { border-color: rgba(255, 215, 0, 0.7); }
#premium-card-wrapper-hunters { position: relative; display: block; }
.discord-button { background-color: #5865F2; color: #ffffff; padding: 0.75rem 2rem; border-radius: 9999px; font-weight: 600; transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease, filter 0.3s ease; box-shadow: 0 0 15px rgba(88, 101, 242, 0.4); display: inline-flex; align-items: center; text-decoration: none;}
.discord-button:hover { background-color: #4752C4; transform: scale(1.05); box-shadow: 0 0 20px rgba(88, 101, 242, 0.6); filter: brightness(1.1); }
.purchase-card-container { margin: 4rem auto 6rem auto; }
.purchase-card { background-color: rgba(70, 2, 204, 0.2); border: 1px solid rgba(184, 2, 200, 0.4); border-radius: 0.75rem; padding: 2.5rem; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6); backdrop-filter: blur(10px); text-align: center; width: 100%; transition: transform 0.3s ease, box-shadow 0.3s ease; position:relative; }
.purchase-card:hover { transform: scale(1.03); box-shadow: 0 12px 35px rgba(70, 2, 204, 0.7); }
.purchase-card h3 { color: var(--gold-color); font-size: 1.8rem; font-weight: 700; margin-bottom: 0.75rem; text-shadow: 0 0 10px var(--gold-glow-2); }
.purchase-button { background-color: var(--gold-color); color: #000000; padding: 0.75rem 2rem; border-radius: 9999px; font-weight: 600; transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease, filter 0.3s ease, border-color 0.3s ease; border: 2px solid #1a1a1a; box-shadow: 0 0 20px var(--gold-glow-2); display: inline-block; text-decoration: none; }
.purchase-button:hover { background-color: var(--gold-color); color: #000000; transform: scale(1.05); box-shadow: 0 0 25px var(--gold-glow-1); filter: brightness(1.1); border-color: #000; }
.sparkle-plus { position: absolute; color: var(--gold-color); font-size: 1rem; font-weight: bold; user-select: none; pointer-events: none; z-index: 10; opacity: 0; animation: sparkleAnim 1.2s ease-out forwards; }
@keyframes sparkleAnim { 0% { opacity: 1; transform: translate(0, 0) scale(0.5); } 100% { opacity: 0; transform: translate(var(--tx, 0px), var(--ty, -40px)) scale(1.5); } }
.footer { background-color: #111111; color: #a0a0a0; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.footer-credit { color: #ffffff; font-size: 0.9rem; margin-top: 0.5rem; font-weight: 500; text-shadow: 0 0 5px rgba(255, 255, 255, 0.5); }
.main-content { opacity: 0; transition: opacity 0.5s ease-in 0.2s; }
.main-content.visible { opacity: 1; }
</style>
</head>
<body class="bg-black text-white">
<div id="background-moon-container">
<svg id="background-moon-svg" fill="white" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<path d="M17.293 13.293A8 8 0 016.707 2.707a8.001 8.001 0 1010.586 10.586z"></path>
</svg>
</div>
<div id="loading-screen">
<img id="loading-icon" src="loadingicon.png" alt="Loading..."
onerror="this.onerror=null; this.src='https://placehold.co/280x280/000000/ffffff?text=L';"
ondragstart="return false;" oncontextmenu="return false;">
<div id="loading-bar-container">
<div id="loading-bar"></div>
</div>
</div>
<div id="main-content" class="main-content">
<header class="navbar py-4 px-6 fixed w-full top-0 z-50">
<div class="container mx-auto flex items-center justify-between">
<a href="/" class="flex items-center group" aria-label="Go to homepage">
<svg class="w-8 h-8 mr-3 glowing-icon" fill="white" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M17.293 13.293A8 8 0 016.707 2.707a8.001 8.001 0 1010.586 10.586z"></path></svg>
<h1 class="text-2xl font-semibold text-white glowing-text">Lunor</h1>
</a>
<nav class="hidden md:flex items-center space-x-6">
<a href="/" >Main</a>
<a href="/discord" class="discord-link">Discord</a>
<a href="/features">Features</a>
<a href="/premium" class="premium-link">Premium</a>
</nav>
<div class="md:hidden">
<button id="mobile-menu-button" class="text-gray-300 hover:text-white focus:outline-none">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" />
</svg>
</button>
</div>
</div>
<div id="mobile-menu" class="hidden md:hidden absolute top-full left-0 w-full bg-black bg-opacity-95 backdrop-blur-md py-4 px-6 space-y-3 border-t border-gray-700">
<a href="/" class="block text-gray-300 hover:text-white transition-colors duration-300">Main</a>
<a href="/discord" class="block text-gray-300 hover:text-white transition-colors duration-300">Discord</a>
<a href="/features" class="block text-gray-300 hover:text-white transition-colors duration-300">Features</a>
<a href="/premium" class="block text-gray-300 hover:text-white transition-colors duration-300">Premium</a>
</div>
</header>
<div id="executor-ticker-bar">
<span class="ticker-label">EXECUTORS WE SUPPORT:</span>
<div class="ticker-wrap">
<div class="ticker-content">
<a href="https://wave.gg" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec1.png" alt="Executor 1" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Wave</span></a>
<a href="https://www.nihon.lol" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec2.png" alt="Executor 2" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Nihon</span></a>
<a href="https://synapsez.net" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec3.png" alt="Executor 3" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Synapse Z</span></a>
<a href="https://sirhurt.net" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec4.png" alt="Executor 4" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Sirhurt</span></a>
<a href="https://getcryptic.net" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec5.png" alt="Executor 5" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Cryptic</span></a>
<a href="https://buyawp.gg/" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec6.png" alt="Executor 6" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>AWP.gg</span></a>
<a href="https://getargon.xyz" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec7.png" alt="Executor 7" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Argon</span></a>
<a href="https://getswift.gg" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec8.png" alt="Executor 8" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Swift</span></a>
<a href="https://discord.gg/getvelocity" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec9.png" alt="Executor 9" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Velocity</span></a>
<a href="https://getsolara.dev" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec10.png" alt="Executor 10" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Solara</span></a>
<a href="https://www.xeno.now/download" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec11.png" alt="Executor 11" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Xeno</span></a>
<a href="https://seliware.com" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec12.png" alt="Executor 12" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Seliware</span></a>
<a href="https://krnl.cat" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec13.png" alt="Executor 13" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>KRNL</span></a>
<a href="https://www.vegax.gg" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec14.png" alt="Executor 14" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Vega X</span></a>
<a href="https://codex.lol" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec15.png" alt="Executor 15" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Codex</span></a>
<a href="https://deltaexploits.gg" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec16.png" alt="Executor 16" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Delta</span></a>
<a href="https://nebula-executor.xyz" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec17.png" alt="Executor 17" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Nebula</span></a>
<a href="https://spdmteam.com/index" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec18.png" alt="Executor 18" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Arceus X</span></a>
<a href="https://getsubz.xyz" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec19.png" alt="Executor 19" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Subzero</span></a>
<a href="https://discord.com/invite/macsploit" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec20.png" alt="Executor 20" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Macsploit</span></a>
<a href="https://wave.gg" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec1.png" alt="Executor 1" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Wave</span></a>
<a href="https://www.nihon.lol" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec2.png" alt="Executor 2" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Nihon</span></a>
<a href="https://synapsez.net" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec3.png" alt="Executor 3" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Synapse Z</span></a>
<a href="https://sirhurt.net" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec4.png" alt="Executor 4" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Sirhurt</span></a>
<a href="https://getcryptic.net" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec5.png" alt="Executor 5" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Cryptic</span></a>
<a href="https://buyawp.gg/" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec6.png" alt="Executor 6" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>AWP.gg</span></a>
<a href="https://getargon.xyz" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec7.png" alt="Executor 7" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Argon</span></a>
<a href="https://getswift.gg" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec8.png" alt="Executor 8" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Swift</span></a>
<a href="https://discord.gg/getvelocity" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec9.png" alt="Executor 9" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Velocity</span></a>
<a href="https://getsolara.dev" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec10.png" alt="Executor 10" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Solara</span></a>
<a href="https://www.xeno.now/download" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec11.png" alt="Executor 11" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Xeno</span></a>
<a href="https://seliware.com" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec12.png" alt="Executor 12" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Seliware</span></a>
<a href="https://krnl.cat" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec13.png" alt="Executor 13" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>KRNL</span></a>
<a href="https://www.vegax.gg" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec14.png" alt="Executor 14" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Vega X</span></a>
<a href="https://codex.lol" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec15.png" alt="Executor 15" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Codex</span></a>
<a href="https://deltaexploits.gg" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec16.png" alt="Executor 16" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Delta</span></a>
<a href="https://nebula-executor.xyz" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec17.png" alt="Executor 17" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Nebula</span></a>
<a href="https://spdmteam.com/index" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec18.png" alt="Executor 18" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Arceus X</span></a>
<a href="https://getsubz.xyz" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec19.png" alt="Executor 19" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Subzero</span></a>
<a href="https://discord.com/invite/macsploit" target="_blank" class="ticker-item" style="text-decoration:none;color:inherit;"><img src="/executors/exec20.png" alt="Executor 20" onerror="this.style.display='none'; this.nextElementSibling.style.marginLeft='0';"> <span>Macsploit</span></a>
</div>
</div>
</div>
<main class="container mx-auto pt-0 px-4">
<section id="get-script-header" class="text-center pt-16 pb-10">
<h2 class="text-4xl font-semibold text-white mb-6 glowing-text">Get the script now</h2>
<a href="/discord" class="discord-button">
<svg class="w-5 h-5 mr-2" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M20.317 4.3698a19.7913 19.7913 0 00-4.8851-1.5152.0741.0741 0 00-.0785.0371c-.211.3753-.4447.8648-.6083 1.2495a18.298 18.298 0 00-5.4844 0 11.0362 11.0362 0 00-.6177-1.252.0767.0767 0 00-.0785-.037 19.7363 19.7363 0 00-4.8852 1.515.0699.0699 0 00-.0321.0278C.5334 9.0458-.319 13.5799.0992 18.0578a.0824.0824 0 00.0312.0561c2.0528 1.5076 4.0413 2.4228 5.9929 3.0294a.0777.0777 0 00.0842-.0276c.4616-.6304.8781-1.2962 1.229-1.9942a.076.076 0 00-.0416-.1057 15.1894 15.1894 0 01-1.4439-.8774.077.077 0 01-.0076-.1277c.1258-.0943.2517-.1923.3718-.2914a.0743.0743 0 01.0776-.0105c3.9278 1.7933 8.18 1.7933 12.0614 0a.0739.0739 0 01.0785.0105c.119.099.245.1981.3708.2914a.077.077 0 01-.0066.1276 15.14 15.14 0 01-1.444.8774.0765.0765 0 00-.0406.1067c.3603.698.7867 1.3638 1.248 1.9942a.0777.0777 0 00.0842.0276c1.961-.6067 3.9495-1.5219 6.0023-3.0294a.077.077 0 00.0313-.0552c.5004-4.461-.8358-8.9869-3.5485-13.6604a.061.061 0 00-.0312-.0286zM8.02 15.3312c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9555-2.4189 2.157-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.9555 2.4189-2.1569 2.4189zm7.9748 0c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9554-2.4189 2.1569-2.4189 1.2108 0 2.1757 1.0952 2.1569 2.419 0 1.3332-.966 2.4189-2.157 2.4189z"/></svg>
Join Discord
</a>
</section>
<section id="script-features" class="py-10">
<h2 class="text-4xl font-semibold text-white text-center mb-16 glowing-text section-title">Script Features</h2>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-6 gap-x-10 gap-y-12">
<div class="game-card lg:col-span-2">
<img src="/gameimages/fisch.png" alt="Fisch Script" class="game-card-image-internal"
onerror="this.onerror=null; this.src='https://placehold.co/600x360/1f2937/ffffff?text=Fisch';"
ondragstart="return false;" oncontextmenu="return false;">
<div class="game-card-content-area">
<h3 class="game-card-title">Fisch</h3>
<div class="game-details">
<div class="feature-categories">
<div class="feature-category">
<h4 class="feature-category-title">Placeholder Category 1</h4>
<ul class="feature-list">
<li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li>
</ul>
</div>
<div class="feature-category">
<h4 class="feature-category-title">Placeholder Category 2</h4>
<ul class="feature-list">
<li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li>
</ul>
</div>
<div class="feature-category">
<h4 class="feature-category-title">Placeholder Category 3</h4>
<ul class="feature-list">
<li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li>
<li class="premium-feature-item">Premium Placeholder</li>
<li class="premium-feature-item">Premium Placeholder</li>
<li class="premium-feature-item">Premium Placeholder</li>
<li class="premium-feature-item">Premium Placeholder</li>
<li class="premium-feature-item">Premium Placeholder</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="game-card lg:col-span-2">
<img src="/gameimages/arise.png" alt="Arise Crossover Script" class="game-card-image-internal"
onerror="this.onerror=null; this.src='https://placehold.co/600x360/1f2937/ffffff?text=Arise';"
ondragstart="return false;" oncontextmenu="return false;">
<div class="game-card-content-area">
<h3 class="game-card-title">Arise Crossover</h3>
<div class="game-details">
<div class="feature-categories">
<div class="feature-category">
<h4 class="feature-category-title">Placeholder Category 1</h4>
<ul class="feature-list">
<li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li>
</ul>
</div>
<div class="feature-category">
<h4 class="feature-category-title">Placeholder Category 2</h4>
<ul class="feature-list">
<li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li>
</ul>
</div>
<div class="feature-category">
<h4 class="feature-category-title">Placeholder Category 3</h4>
<ul class="feature-list">
<li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li>
<li class="premium-feature-item">Premium Placeholder</li>
<li class="premium-feature-item">Premium Placeholder</li>
<li class="premium-feature-item">Premium Placeholder</li>
<li class="premium-feature-item">Premium Placeholder</li>
<li class="premium-feature-item">Premium Placeholder</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="game-card lg:col-span-2">
<img src="/gameimages/rails.png" alt="Dead Rails Script" class="game-card-image-internal"
onerror="this.onerror=null; this.src='https://placehold.co/600x360/1f2937/ffffff?text=Rails';"
ondragstart="return false;" oncontextmenu="return false;">
<div class="game-card-content-area">
<h3 class="game-card-title">Dead Rails</h3>
<div class="game-details">
<div class="feature-categories">
<div class="feature-category">
<h4 class="feature-category-title">Placeholder Category 1</h4>
<ul class="feature-list">
<li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li>
</ul>
</div>
<div class="feature-category">
<h4 class="feature-category-title">Placeholder Category 2</h4>
<ul class="feature-list">
<li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li>
</ul>
</div>
<div class="feature-category">
<h4 class="feature-category-title">Placeholder Category 3</h4>
<ul class="feature-list">
<li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li>
<li class="premium-feature-item">Premium Placeholder</li>
<li class="premium-feature-item">Premium Placeholder</li>
<li class="premium-feature-item">Premium Placeholder</li>
<li class="premium-feature-item">Premium Placeholder</li>
<li class="premium-feature-item">Premium Placeholder</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="game-card lg:col-start-2 lg:col-span-2">
<img src="/gameimages/gum.png" alt="Bubble Gum Simulator Infinity" class="game-card-image-internal"
onerror="this.onerror=null; this.src='https://placehold.co/600x360/1f2937/ffffff?text=Gum';"
ondragstart="return false;" oncontextmenu="return false;">
<div class="game-card-content-area">
<h3 class="game-card-title">Bubble Gum Simulator Infinity</h3>
<div class="game-details">
<div class="feature-categories">
<div class="feature-category">
<h4 class="feature-category-title">Placeholder Category 1</h4>
<ul class="feature-list">
<li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li>
</ul>
</div>
<div class="feature-category">
<h4 class="feature-category-title">Placeholder Category 2</h4>
<ul class="feature-list">
<li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li>
</ul>
</div>
<div class="feature-category">
<h4 class="feature-category-title">Placeholder Category 3</h4>
<ul class="feature-list">
<li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li>
<li class="premium-feature-item">Premium Placeholder</li>
<li class="premium-feature-item">Premium Placeholder</li>
<li class="premium-feature-item">Premium Placeholder</li>
<li class="premium-feature-item">Premium Placeholder</li>
<li class="premium-feature-item">Premium Placeholder</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="game-card lg:col-start-4 lg:col-span-2">
<img src="/gameimages/hunters.png" alt="Hunters" class="game-card-image-internal"
onerror="this.onerror=null; this.src='https://placehold.co/600x360/1f2937/ffffff?text=Hunter';"
ondragstart="return false;" oncontextmenu="return false;">
<div class="game-card-content-area">
<h3 class="game-card-title">Hunters</h3>
<div class="game-details">
<div class="feature-categories">
<div class="feature-category">
<h4 class="feature-category-title">Placeholder Category 1</h4>
<ul class="feature-list">
<li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li>
</ul>
</div>
<div class="feature-category">
<h4 class="feature-category-title">Placeholder Category 2</h4>
<ul class="feature-list">
<li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li>
</ul>
</div>
<div class="feature-category">
<h4 class="feature-category-title">Placeholder Category 3</h4>
<ul class="feature-list">
<li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li> <li>Placeholder Feature</li>
<li class="premium-feature-item">Premium Placeholder</li>
<li class="premium-feature-item">Premium Placeholder</li>
<li class="premium-feature-item">Premium Placeholder</li>
<li class="premium-feature-item">Premium Placeholder</li>
<li class="premium-feature-item">Premium Placeholder</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="purchase-cta" class="text-center py-20 px-4">
<div class="purchase-card-container max-w-lg mx-auto">
<div id="purchase-button-wrapper" class="relative inline-block">
<div class="purchase-card">
<h3 class="text-3xl font-bold text-[var(--gold-color)] mb-3 text-shadow-[0_0_10px_rgba(255,215,0,0.6)]">Wanna unlock the extras?</h3>
<a href="/premium" class="purchase-button mt-6">Buy premium now!</a>
</div>
</div>
</div>
</section>
</main>
<footer class="footer py-8 text-center mt-16">
<p class="text-gray-400">© <span id="current-year"></span> Lunor. All rights reserved.</p>
<p class="text-sm text-gray-500 mt-2">Best Roblox Script Hub</p>
<p class="footer-credit" onclick="copyDiscordId()">Made by bleh2rich</p>
</footer>
</div>
<script>
document.addEventListener('contextmenu', event => event.preventDefault());
window.addEventListener('load', () => {
const loadingScreen = document.getElementById('loading-screen');
const mainContent = document.getElementById('main-content');
const minLoadTime = 2100;
setTimeout(() => {
if (loadingScreen) loadingScreen.classList.add('loaded');
document.body.style.overflowY = 'auto';
document.body.style.overflowX = 'hidden';
if (mainContent) mainContent.classList.add('visible');
positionTickerBar();
}, minLoadTime);
setTimeout(positionTickerBar, minLoadTime + 500);
});
const mobileMenuButton = document.getElementById('mobile-menu-button');
const mobileMenu = document.getElementById('mobile-menu');
if (mobileMenuButton && mobileMenu) {
mobileMenuButton.addEventListener('click', (event) => {
event.stopPropagation();
mobileMenu.classList.toggle('hidden');
});
document.addEventListener('click', (event) => {
if (mobileMenu && !mobileMenu.classList.contains('hidden') && !mobileMenu.contains(event.target) && !mobileMenuButton.contains(event.target)) {
mobileMenu.classList.add('hidden');
}
});
}
const yearSpan = document.getElementById('current-year');
if (yearSpan) yearSpan.textContent = new Date().getFullYear();
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
const targetId = this.getAttribute('href');
let targetElement = null;
try {
if (targetId && targetId.length > 1 && targetId.startsWith('#')) {
targetElement = document.querySelector(targetId);
}
} catch (err) { return; }
if (targetElement) {
e.preventDefault();
if (window.lenisInstance) {
const navbar = document.querySelector('.navbar');
const navbarHeight = navbar ? navbar.offsetHeight : 0;
const tickerBar = document.getElementById('executor-ticker-bar');
const totalOffset = navbarHeight + (tickerBar ? tickerBar.offsetHeight : 0);
window.lenisInstance.scrollTo(targetElement, { offset: -totalOffset });
} else {
const navbar = document.querySelector('.navbar');
const navbarHeight = navbar ? navbar.offsetHeight : 0;
const tickerBar = document.getElementById('executor-ticker-bar');
const totalOffset = navbarHeight + (tickerBar ? tickerBar.offsetHeight : 0);
const elementPosition = targetElement.getBoundingClientRect().top;
const offsetPosition = elementPosition + window.pageYOffset - totalOffset;
window.scrollTo({ top: offsetPosition, behavior: "smooth" });
}
} else if (targetId === '#') { e.preventDefault(); }
if (mobileMenu && !mobileMenu.classList.contains('hidden')) { mobileMenu.classList.add('hidden'); }
});
});
document.querySelectorAll('.game-card-image-internal').forEach(img => {
const originalSrc = img.getAttribute('src');
const placeholderPrefix = 'https://placehold.co/';
img.onerror = function() {
if (this.src.startsWith(placeholderPrefix) || this.src !== originalSrc) return;
const gameName = this.alt || 'Game';
const placeholderText = gameName.split(' ')[0];
this.src = `${placeholderPrefix}600x360/1f2937/ffffff?text=${encodeURIComponent(placeholderText)}`;
this.alt = `${gameName} placeholder`;
};
setTimeout(() => { if (img.naturalWidth === 0 && img.naturalHeight === 0 && img.complete && img.src === originalSrc) { img.onerror(); } }, 100);
});
try {
const lenis = new Lenis({ lerp: 0.08, wheelMultiplier: 0.8, smoothWheel: true, smoothTouch: true });
function raf(time) { lenis.raf(time); requestAnimationFrame(raf); }
requestAnimationFrame(raf);
window.lenisInstance = lenis;
} catch (error) { console.error("Failed to initialize Lenis:", error); }
function copyDiscordId() {
const discordId = "1300475971081732127";
navigator.clipboard.writeText(discordId).then(() => {
let existingNotification = document.getElementById('copy-notification');
if (existingNotification) { document.body.removeChild(existingNotification); }
const message = document.createElement('div');
message.id = 'copy-notification';
Object.assign(message.style, { position: 'fixed', top: '20px', left: '50%', transform: 'translateX(-50%)', backgroundColor: 'rgba(30, 30, 30, 0.85)', color: '#fff', padding: '10px 25px', borderRadius: '8px', boxShadow: '0 4px 15px rgba(0,0,0,0.3)', zIndex: '10000', fontSize: '0.9rem', textAlign: 'center', opacity: '0', transform: 'translate(-50%, -10px)', transition: 'opacity 0.3s ease-out, transform 0.3s ease-out' });
message.textContent = "Copied Discord User ID!";
document.body.appendChild(message);
setTimeout(() => { message.style.opacity = '1'; message.style.transform = 'translate(-50%, 0)'; }, 50);
setTimeout(() => {
message.style.opacity = '0'; message.style.transform = 'translate(-50%, -10px)';
setTimeout(() => { if (message.parentNode === document.body) { document.body.removeChild(message); } }, 300);
}, 2000);
}).catch(err => { console.error('Failed to copy: ', err); alert("Could not copy automatically. Please copy manually: " + discordId); });
}
function positionTickerBar() {
requestAnimationFrame(() => {
const navbar = document.querySelector('.navbar');
const tickerBar = document.getElementById('executor-ticker-bar');
if (navbar && tickerBar) {
const navbarHeight = navbar.offsetHeight;
const tickerBarHeight = tickerBar.offsetHeight;
if (navbarHeight > 0 && tickerBarHeight > 0) {
tickerBar.style.top = `${navbarHeight}px`;
document.body.style.paddingTop = `${navbarHeight + tickerBarHeight}px`;
}
}
});
}
document.addEventListener('DOMContentLoaded', positionTickerBar);
window.addEventListener('load', positionTickerBar);
window.addEventListener('resize', positionTickerBar);
const premiumCardWrapper = document.getElementById('premium-card-wrapper-hunters');
let premiumSparkleInterval = null;
function createPremiumCardSparkle() {
if (!premiumCardWrapper) return;
const sparkle = document.createElement('span');
sparkle.classList.add('sparkle-plus');
sparkle.innerHTML = '+';
const cardElement = premiumCardWrapper.querySelector('.premium-only-card');
if (!cardElement) return;
const cardWidth = cardElement.offsetWidth; const cardHeight = cardElement.offsetHeight;
const cardTopOffset = cardElement.offsetTop; const cardLeftOffset = cardElement.offsetLeft;
const side = Math.floor(Math.random() * 4);
let x, y; const offset = 8;
switch (side) {
case 0: x = cardLeftOffset + Math.random() * cardWidth; y = cardTopOffset - offset; break;
case 1: x = cardLeftOffset + cardWidth + offset; y = cardTopOffset + Math.random() * cardHeight; break;
case 2: x = cardLeftOffset + Math.random() * cardWidth; y = cardTopOffset + cardHeight + offset; break;
case 3: default: x = cardLeftOffset - offset; y = cardTopOffset + Math.random() * cardHeight; break;
}
const tx = (Math.random() - 0.5) * 50; const ty = (Math.random() * -40) - 15;
sparkle.style.left = `${x}px`; sparkle.style.top = `${y}px`;
sparkle.style.setProperty('--tx', `${tx}px`); sparkle.style.setProperty('--ty', `${ty}px`);
premiumCardWrapper.appendChild(sparkle);
setTimeout(() => { if (sparkle.parentNode === premiumCardWrapper) { premiumCardWrapper.removeChild(sparkle); } }, 1200);
}
const checkPremiumWrapperAndStartSparkles = () => {
const wrapper = document.getElementById('premium-card-wrapper-hunters');
if(wrapper) { if (!premiumSparkleInterval) { premiumSparkleInterval = setInterval(createPremiumCardSparkle, 200); } }
else { setTimeout(checkPremiumWrapperAndStartSparkles, 100); }
};
setTimeout(checkPremiumWrapperAndStartSparkles, 2500);
const purchaseBtnWrapper = document.getElementById('purchase-button-wrapper');
let purchaseSparkleInterval = null;
function createPurchaseButtonSparkle() {
if (!purchaseBtnWrapper) return;
const sparkle = document.createElement('span');
sparkle.classList.add('sparkle-plus');
sparkle.innerHTML = '+';
const btnElement = purchaseBtnWrapper.querySelector('.purchase-button');
if (!btnElement) return;
const btnWidth = btnElement.offsetWidth; const btnHeight = btnElement.offsetHeight;
const btnTopOffset = btnElement.offsetTop; const btnLeftOffset = btnElement.offsetLeft;
const side = Math.floor(Math.random() * 4);
let x, y; const offset = 6;
switch (side) {
case 0: x = btnLeftOffset + Math.random() * btnWidth; y = btnTopOffset - offset; break;
case 1: x = btnLeftOffset + btnWidth + offset; y = btnTopOffset + Math.random() * btnHeight; break;
case 2: x = btnLeftOffset + Math.random() * btnWidth; y = btnTopOffset + btnHeight + offset; break;
case 3: default: x = btnLeftOffset - offset; y = btnTopOffset + Math.random() * btnHeight; break;
}
const tx = (Math.random() - 0.5) * 40; const ty = (Math.random() * -30) - 10;
sparkle.style.left = `${x}px`; sparkle.style.top = `${y}px`;
sparkle.style.setProperty('--tx', `${tx}px`); sparkle.style.setProperty('--ty', `${ty}px`);
purchaseBtnWrapper.appendChild(sparkle);
setTimeout(() => { if (sparkle.parentNode === purchaseBtnWrapper) { purchaseBtnWrapper.removeChild(sparkle); } }, 1200);
}
const checkPurchaseWrapperAndStartSparkles = () => {
const wrapper = document.getElementById('purchase-button-wrapper');
if(wrapper) { if (!purchaseSparkleInterval) { purchaseSparkleInterval = setInterval(createPurchaseButtonSparkle, 180); } }
else { setTimeout(checkPurchaseWrapperAndStartSparkles, 100); }
};
setTimeout(checkPurchaseWrapperAndStartSparkles, 2500);
</script>
</body>
</html>